0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
2 <tool id="OpenSwathFeatureXMLToTSV" name="OpenSwathFeatureXMLToTSV" version="1.12.0">
|
|
3 <description>Converts a featureXML to a mProphet tsv.</description>
|
|
4 <macros>
|
|
5 <token name="@EXECUTABLE@">OpenSwathFeatureXMLToTSV</token>
|
|
6 <import>macros.xml</import>
|
|
7 </macros>
|
|
8 <expand macro="stdio"/>
|
|
9 <expand macro="requirements"/>
|
|
10 <command>OpenSwathFeatureXMLToTSV
|
|
11
|
|
12 -in ${param_in}
|
|
13 -tr ${param_tr}
|
|
14 -out ${param_out}
|
|
15 ${param_short_format}
|
|
16 -best_scoring_peptide ${param_best_scoring_peptide}
|
|
17 -threads \${GALAXY_SLOTS:-24}
|
|
18 </command>
|
|
19 <inputs>
|
|
20 <param name="param_in" type="data" format="featureXML" optional="False" size="20" label="Input files separated by blank" help="(-in)"/>
|
|
21 <param name="param_tr" type="data" format="" optional="False" label="TraML transition file" help="(-tr)"/>
|
|
22 <param name="param_short_format" type="boolean" truevalue="-short_format true" falsevalue="-short_format false" checked="false" optional="True" label="Whether to write short (one peptide per line) or long format (one transition per line)." help="(-short_format)"/>
|
|
23 <param name="param_best_scoring_peptide" type="text" size="20" label="If only the best scoring feature per peptide should be printed, give the variable name" help="(-best_scoring_peptide)"/>
|
|
24 </inputs>
|
|
25 <outputs>
|
|
26 <data name="param_out" label="tsv output file (mProphet compatible)" format="tabular"/>
|
|
27 </outputs>
|
|
28 <help>**What it does**
|
|
29
|
|
30 Converts a featureXML to a mProphet tsv.
|
|
31
|
|
32
|
|
33 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_OpenSwathFeatureXMLToTSV.html
|
|
34
|
|
35 @REFERENCES@
|
|
36 </help>
|
|
37 </tool>
|