We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbd708 commit 8c51da4Copy full SHA for 8c51da4
tools/msPurity/macros.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0"?>
2
<macros>
3
<token name="@TOOL_VERSION@">1.12.2</token>
4
- <token name="@GALAXY_TOOL_VERSION@">2</token>
+ <token name="@GALAXY_TOOL_VERSION@">3</token>
5
6
<xml name="requirements">
7
<requirements>
tools/msPurity/purityA.xml
@@ -22,8 +22,8 @@
22
'
23
24
#if $offsets.offsets == 'user'
25
- --minOffset=$minoffset
26
- --maxOffset=$maxoffset
+ --minOffset=$offsets.minoffset
+ --maxOffset=$offsets.maxoffset
27
#end if
28
29
--iwNorm=$iw_norm
0 commit comments