comparison SpectraFilterNLargest.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="SpectraFilterNLargest" name="SpectraFilterNLargest" version="1.12.0">
3 <description>Applies thresholdfilter to peak spectra.</description>
4 <macros>
5 <token name="@EXECUTABLE@">SpectraFilterNLargest</token>
6 <import>macros.xml</import>
7 </macros>
8 <expand macro="stdio"/>
9 <expand macro="requirements"/>
10 <command>SpectraFilterNLargest
11
12 -in ${param_in}
13 -out ${param_out}
14 -threads \${GALAXY_SLOTS:-24}
15 -algorithm:n ${param_n}
16 </command>
17 <inputs>
18 <param name="param_in" type="data" format="mzML" optional="False" label="input file " help="(-in)"/>
19 <param name="param_n" type="integer" value="200" label="The number of peaks to keep" help="(-n)"/>
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_SpectraFilterNLargest.html
30
31 @REFERENCES@
32 </help>
33 </tool>