Skip to content

Commit 8c51da4

Browse files
fix reference to offsets in conditional (#41)
1 parent cbbd708 commit 8c51da4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/msPurity/macros.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<macros>
33
<token name="@TOOL_VERSION@">1.12.2</token>
4-
<token name="@GALAXY_TOOL_VERSION@">2</token>
4+
<token name="@GALAXY_TOOL_VERSION@">3</token>
55

66
<xml name="requirements">
77
<requirements>

tools/msPurity/purityA.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
'
2323
2424
#if $offsets.offsets == 'user'
25-
--minOffset=$minoffset
26-
--maxOffset=$maxoffset
25+
--minOffset=$offsets.minoffset
26+
--maxOffset=$offsets.maxoffset
2727
#end if
2828
2929
--iwNorm=$iw_norm

0 commit comments

Comments
 (0)