Mercurial > repos > bgruening > openms
view SpectraFilterThresholdMower.xml @ 0:3d84209d3178 draft
Uploaded
| author | bgruening |
|---|---|
| date | Fri, 10 Oct 2014 18:20:03 -0400 |
| parents | |
| children | 6ead64a594bd |
line wrap: on
line source
<?xml version='1.0' encoding='UTF-8'?> <tool id="SpectraFilterThresholdMower" name="SpectraFilterThresholdMower" version="1.12.0"> <description>Applies thresholdfilter to peak spectra.</description> <macros> <token name="@EXECUTABLE@">SpectraFilterThresholdMower</token> <import>macros.xml</import> </macros> <expand macro="stdio"/> <expand macro="requirements"/> <command>SpectraFilterThresholdMower -in ${param_in} -out ${param_out} -threads \${GALAXY_SLOTS:-24} -algorithm:threshold ${param_threshold} </command> <inputs> <param name="param_in" type="data" format="mzML" optional="False" label="input file " help="(-in)"/> <param name="param_threshold" type="float" value="0.05" label="Intensity threshold, peaks below this threshold are discarded" help="(-threshold)"/> </inputs> <outputs> <data name="param_out" label="output file " format="mzML"/> </outputs> <help>**What it does** Applies thresholdfilter to peak spectra. For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_SpectraFilterThresholdMower.html @REFERENCES@ </help> </tool>
