Mercurial > repos > bgruening > openms
comparison SpectraFilterThresholdMower.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="SpectraFilterThresholdMower" name="SpectraFilterThresholdMower" version="1.12.0"> | |
| 3 <description>Applies thresholdfilter to peak spectra.</description> | |
| 4 <macros> | |
| 5 <token name="@EXECUTABLE@">SpectraFilterThresholdMower</token> | |
| 6 <import>macros.xml</import> | |
| 7 </macros> | |
| 8 <expand macro="stdio"/> | |
| 9 <expand macro="requirements"/> | |
| 10 <command>SpectraFilterThresholdMower | |
| 11 | |
| 12 -in ${param_in} | |
| 13 -out ${param_out} | |
| 14 -threads \${GALAXY_SLOTS:-24} | |
| 15 -algorithm:threshold ${param_threshold} | |
| 16 </command> | |
| 17 <inputs> | |
| 18 <param name="param_in" type="data" format="mzML" optional="False" label="input file " help="(-in)"/> | |
| 19 <param name="param_threshold" type="float" value="0.05" label="Intensity threshold, peaks below this threshold are discarded" help="(-threshold)"/> | |
| 20 </inputs> | |
| 21 <outputs> | |
| 22 <data name="param_out" label="output file " format="mzML"/> | |
| 23 </outputs> | |
| 24 <help>**What it does** | |
| 25 | |
| 26 Applies thresholdfilter to peak spectra. | |
| 27 | |
| 28 | |
| 29 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_SpectraFilterThresholdMower.html | |
| 30 | |
| 31 @REFERENCES@ | |
| 32 </help> | |
| 33 </tool> |
