Skip to content

Commit

Permalink
fix reference to offsets in conditional (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias authored Oct 13, 2020
1 parent cbbd708 commit 8c51da4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/msPurity/macros.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<macros>
<token name="@TOOL_VERSION@">1.12.2</token>
<token name="@GALAXY_TOOL_VERSION@">2</token>
<token name="@GALAXY_TOOL_VERSION@">3</token>

<xml name="requirements">
<requirements>
Expand Down
4 changes: 2 additions & 2 deletions tools/msPurity/purityA.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
'
#if $offsets.offsets == 'user'
--minOffset=$minoffset
--maxOffset=$maxoffset
--minOffset=$offsets.minoffset
--maxOffset=$offsets.maxoffset
#end if
--iwNorm=$iw_norm
Expand Down

0 comments on commit 8c51da4

Please sign in to comment.