Mercurial > repos > bgruening > openms
view INIUpdater.xml @ 1:17e8c91b70d5 draft
Uploaded
author | bgruening |
---|---|
date | Fri, 10 Oct 2014 18:23:01 -0400 |
parents | 3d84209d3178 |
children |
line wrap: on
line source
<?xml version='1.0' encoding='UTF-8'?> <tool id="INIUpdater" name="INIUpdater" version="1.12.0"> <description>Update INI and TOPPAS files to new OpenMS version.</description> <macros> <token name="@EXECUTABLE@">INIUpdater</token> <import>macros.xml</import> </macros> <expand macro="stdio"/> <expand macro="requirements"/> <command>INIUpdater -in ${param_in} ${param_i} -out ${param_out} -threads \${GALAXY_SLOTS:-24} </command> <inputs> <param name="param_in" type="data" format="" optional="False" size="20" label="INI/TOPPAS files that need updating." help="(-in)"/> <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)"/> </inputs> <outputs> <data name="param_out" label="Optional list of output files (not compatible with -i)." format="data"/> </outputs> <help>**What it does** Update INI and TOPPAS files to new OpenMS version. For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_INIUpdater.html @REFERENCES@ </help> </tool>