Mercurial > repos > bgruening > openms
diff INIUpdater.xml @ 0:3d84209d3178 draft
Uploaded
author | bgruening |
---|---|
date | Fri, 10 Oct 2014 18:20:03 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/INIUpdater.xml Fri Oct 10 18:20:03 2014 -0400 @@ -0,0 +1,33 @@ +<?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>