Mercurial > repos > bgruening > openms
view SpectraFilterSqrtMower.xml @ 3:ec62782f6c68 draft
Uploaded
author | bgruening |
---|---|
date | Mon, 13 Oct 2014 10:18:22 -0400 |
parents | 3d84209d3178 |
children | 6ead64a594bd |
line wrap: on
line source
<?xml version='1.0' encoding='UTF-8'?> <tool id="SpectraFilterSqrtMower" name="SpectraFilterSqrtMower" version="1.12.0"> <description>Applies thresholdfilter to peak spectra.</description> <macros> <token name="@EXECUTABLE@">SpectraFilterSqrtMower</token> <import>macros.xml</import> </macros> <expand macro="stdio"/> <expand macro="requirements"/> <command>SpectraFilterSqrtMower -in ${param_in} -out ${param_out} -threads \${GALAXY_SLOTS:-24} </command> <inputs> <param name="param_in" type="data" format="mzML" optional="False" label="input file " help="(-in)"/> </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_SpectraFilterSqrtMower.html @REFERENCES@ </help> </tool>