0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
2 <tool id="INIUpdater" name="INIUpdater" version="1.12.0">
|
|
3 <description>Update INI and TOPPAS files to new OpenMS version.</description>
|
|
4 <macros>
|
|
5 <token name="@EXECUTABLE@">INIUpdater</token>
|
|
6 <import>macros.xml</import>
|
|
7 </macros>
|
|
8 <expand macro="stdio"/>
|
|
9 <expand macro="requirements"/>
|
|
10 <command>INIUpdater
|
|
11
|
|
12 -in ${param_in}
|
|
13 ${param_i}
|
|
14 -out ${param_out}
|
|
15 -threads \${GALAXY_SLOTS:-24}
|
|
16 </command>
|
|
17 <inputs>
|
|
18 <param name="param_in" type="data" format="" optional="False" size="20" label="INI/TOPPAS files that need updating." help="(-in)"/>
|
|
19 <param name="param_i" type="boolean" truevalue="-i true" falsevalue="-i false" checked="false" optional="True" label="in-place: Override given INI/TOPPAS files with new content (not compatible with -out)" help="(-i)"/>
|
|
20 </inputs>
|
|
21 <outputs>
|
|
22 <data name="param_out" label="Optional list of output files (not compatible with -i)." format="data"/>
|
|
23 </outputs>
|
|
24 <help>**What it does**
|
|
25
|
|
26 Update INI and TOPPAS files to new OpenMS version.
|
|
27
|
|
28
|
|
29 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_INIUpdater.html
|
|
30
|
|
31 @REFERENCES@
|
|
32 </help>
|
|
33 </tool>
|