|
0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
|
2 <tool id="MzTabExporter" name="MzTabExporter" version="2.0.0">
|
|
|
3 <description>Exports various XML formats to an mzTab file.</description>
|
|
|
4 <macros>
|
|
|
5 <token name="@EXECUTABLE@">MzTabExporter</token>
|
|
|
6 <import>macros.xml</import>
|
|
|
7 </macros>
|
|
|
8 <expand macro="stdio"/>
|
|
|
9 <expand macro="requirements"/>
|
|
|
10 <command>MzTabExporter
|
|
|
11
|
|
|
12 #if $param_in_feature:
|
|
|
13 -in_feature $param_in_feature
|
|
|
14 #end if
|
|
|
15 #if $param_in_consensus:
|
|
|
16 -in_consensus $param_in_consensus
|
|
|
17 #end if
|
|
|
18 #if $param_in_id:
|
|
|
19 -in_id $param_in_id
|
|
|
20 #end if
|
|
|
21 #if $param_out:
|
|
|
22 -out $param_out
|
|
|
23 #end if
|
|
|
24 -threads \${GALAXY_SLOTS:-24}
|
|
|
25 #if $adv_opts.adv_opts_selector=='advanced':
|
|
|
26 #if $adv_opts.param_force:
|
|
|
27 -force
|
|
|
28 #end if
|
|
|
29 #end if
|
|
|
30 </command>
|
|
|
31 <inputs>
|
|
|
32 <param name="param_in_feature" type="data" format="featurexml" optional="True" label="FeatureXMLs used to generate the mzTab file" help="(-in_feature) "/>
|
|
|
33 <param name="param_in_consensus" type="data" format="consensusxml" optional="True" label="ConsensusXMLs used to generate the mzTab file" help="(-in_consensus) "/>
|
|
|
34 <param name="param_in_id" type="data" format="idxml" optional="True" label="Identifications used to generate the mzTab file" help="(-in_id) "/>
|
|
|
35 <expand macro="advanced_options">
|
|
|
36 <param name="param_force" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/>
|
|
|
37 </expand>
|
|
|
38 </inputs>
|
|
|
39 <outputs>
|
|
|
40 <data name="param_out" format="tabular"/>
|
|
|
41 </outputs>
|
|
|
42 <help>**What it does**
|
|
|
43
|
|
|
44 Exports various XML formats to an mzTab file.
|
|
|
45
|
|
|
46
|
|
|
47 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_MzTabExporter.html</help>
|
|
|
48 <expand macro="references"/>
|
|
|
49 </tool>
|