Mercurial > repos > bgruening > openms
comparison MapAlignmentEvaluation.xml @ 0:3d84209d3178 draft
Uploaded
| author | bgruening |
|---|---|
| date | Fri, 10 Oct 2014 18:20:03 -0400 |
| parents | |
| children | 6ead64a594bd |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:3d84209d3178 |
|---|---|
| 1 <?xml version='1.0' encoding='UTF-8'?> | |
| 2 <tool id="MapAlignmentEvaluation" name="MapAlignmentEvaluation" version="1.12.0"> | |
| 3 <description>Evaluates alignment results against a ground truth.</description> | |
| 4 <macros> | |
| 5 <token name="@EXECUTABLE@">MapAlignmentEvaluation</token> | |
| 6 <import>macros.xml</import> | |
| 7 </macros> | |
| 8 <expand macro="stdio"/> | |
| 9 <expand macro="requirements"/> | |
| 10 <command>MapAlignmentEvaluation | |
| 11 | |
| 12 -in ${param_in} | |
| 13 -gt ${param_gt} | |
| 14 -type ${param_type} | |
| 15 -rt_dev ${param_rt_dev} | |
| 16 -mz_dev ${param_mz_dev} | |
| 17 -int_dev ${param_int_dev} | |
| 18 ${param_use_charge} | |
| 19 -threads \${GALAXY_SLOTS:-24} | |
| 20 </command> | |
| 21 <inputs> | |
| 22 <param name="param_in" type="data" format="consensusXML" optional="False" label="input file: tool" help="(-in)"/> | |
| 23 <param name="param_gt" type="data" format="consensusXML" optional="False" label="input file: ground truth" help="(-gt)"/> | |
| 24 <param name="param_type" type="select" optional="False" label="Caap Evaluation type" help="(-type)"> | |
| 25 <option value="precision">precision</option> | |
| 26 <option value="recall">recall</option> | |
| 27 <option value="F1">F1</option> | |
| 28 </param> | |
| 29 <param name="param_rt_dev" type="float" value="0.1" label="Maximum allowed deviation of the retention time" help="(-rt_dev)"/> | |
| 30 <param name="param_mz_dev" type="float" value="0.1" label="Maximum allowed deviation of m/z" help="(-mz_dev)"/> | |
| 31 <param name="param_int_dev" type="float" value="100.0" label="Maximum allowed deviation of Intensity" help="(-int_dev)"/> | |
| 32 <param name="param_use_charge" type="boolean" truevalue="-use_charge true" falsevalue="-use_charge false" checked="false" optional="True" label="Use charge criterion when assesing if two features are identical." help="(-use_charge)"/> | |
| 33 </inputs> | |
| 34 <outputs/> | |
| 35 <help>**What it does** | |
| 36 | |
| 37 Evaluates alignment results against a ground truth. | |
| 38 | |
| 39 | |
| 40 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_MapAlignmentEvaluation.html | |
| 41 | |
| 42 @REFERENCES@ | |
| 43 </help> | |
| 44 </tool> |
