Mercurial > repos > bgruening > openms
comparison ConvertTraMLToTSV.xml @ 4:6ead64a594bd draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
| author | bgruening |
|---|---|
| date | Wed, 27 Jan 2016 10:06:49 -0500 |
| parents | ec62782f6c68 |
| children |
comparison
equal
deleted
inserted
replaced
| 3:ec62782f6c68 | 4:6ead64a594bd |
|---|---|
| 1 <?xml version='1.0' encoding='UTF-8'?> | |
| 2 <tool id="ConvertTraMLToTSV" name="ConvertTraMLToTSV" version="1.12.0"> | |
| 3 <description>Converts a TraML file to an OpenSWATH transition TSV file</description> | |
| 4 <macros> | |
| 5 <token name="@EXECUTABLE@">ConvertTraMLToTSV</token> | |
| 6 <import>macros.xml</import> | |
| 7 </macros> | |
| 8 <expand macro="stdio"/> | |
| 9 <expand macro="requirements"/> | |
| 10 <command>ConvertTraMLToTSV | |
| 11 | |
| 12 -in ${param_in} | |
| 13 -out ${param_out} | |
| 14 -threads \${GALAXY_SLOTS:-24} | |
| 15 </command> | |
| 16 <inputs> | |
| 17 <param name="param_in" type="data" format="" optional="False" label="Input TraML file" help="(-in)"/> | |
| 18 </inputs> | |
| 19 <outputs> | |
| 20 <data name="param_out" label="Output OpenSWATH transition TSV file" format="tabular"/> | |
| 21 </outputs> | |
| 22 <help>**What it does** | |
| 23 | |
| 24 Converts a TraML file to an OpenSWATH transition TSV file | |
| 25 | |
| 26 | |
| 27 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_ConvertTraMLToTSV.html | |
| 28 | |
| 29 @REFERENCES@ | |
| 30 </help> | |
| 31 </tool> |
