|
0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
|
2 <tool id="LabeledEval" name="LabeledEval" version="1.12.0">
|
|
|
3 <description> Evaluation tool for isotope-labeled quantitation experiments.</description>
|
|
|
4 <macros>
|
|
|
5 <token name="@EXECUTABLE@">LabeledEval</token>
|
|
|
6 <import>macros.xml</import>
|
|
|
7 </macros>
|
|
|
8 <expand macro="stdio"/>
|
|
|
9 <expand macro="requirements"/>
|
|
|
10 <command>LabeledEval
|
|
|
11
|
|
|
12 -in ${param_in}
|
|
|
13 -truth ${param_truth}
|
|
|
14 -rt_tol ${param_rt_tol}
|
|
|
15 -mz_tol ${param_mz_tol}
|
|
|
16 -threads \${GALAXY_SLOTS:-24}
|
|
|
17 </command>
|
|
|
18 <inputs>
|
|
|
19 <param name="param_in" type="data" format="featureXML" optional="False" label="Feature result file" help="(-in)"/>
|
|
|
20 <param name="param_truth" type="data" format="consensusXML" optional="False" label="Expected result file." help="(-truth)"/>
|
|
|
21 <param name="param_rt_tol" type="float" value="20.0" label="Maximum allowed retention time deviation" help="(-rt_tol)"/>
|
|
|
22 <param name="param_mz_tol" type="float" value="0.25" label="Maximum allowed m/z deviation (divided by charge)" help="(-mz_tol)"/>
|
|
|
23 </inputs>
|
|
|
24 <outputs/>
|
|
|
25 <help>**What it does**
|
|
|
26
|
|
|
27 Evaluation tool for isotope-labeled quantitation experiments.
|
|
|
28
|
|
|
29
|
|
|
30 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_LabeledEval.html
|
|
|
31
|
|
|
32 @REFERENCES@
|
|
|
33 </help>
|
|
|
34 </tool>
|