Mercurial > repos > galaxyp > openms
comparison SpectraFilterNLargest.xml @ 0:3070d71e0e5c draft
Uploaded
author | bgruening |
---|---|
date | Thu, 16 Apr 2015 08:37:04 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:3070d71e0e5c |
---|---|
1 <?xml version='1.0' encoding='UTF-8'?> | |
2 <tool id="SpectraFilterNLargest" name="SpectraFilterNLargest" version="2.0.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 #if $param_in: | |
13 -in $param_in | |
14 #end if | |
15 #if $param_out: | |
16 -out $param_out | |
17 #end if | |
18 -threads \${GALAXY_SLOTS:-24} | |
19 #if $param_algorithm_n: | |
20 -algorithm:n $param_algorithm_n | |
21 #end if | |
22 #if $adv_opts.adv_opts_selector=='advanced': | |
23 #if $adv_opts.param_force: | |
24 -force | |
25 #end if | |
26 #end if | |
27 </command> | |
28 <inputs> | |
29 <param name="param_in" type="data" format="mzml" optional="False" label="input file" help="(-in) "/> | |
30 <param name="param_algorithm_n" type="integer" value="200" label="The number of peaks to keep" help="(-n) "/> | |
31 <expand macro="advanced_options"> | |
32 <param name="param_force" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> | |
33 </expand> | |
34 </inputs> | |
35 <outputs> | |
36 <data name="param_out" format="mzml"/> | |
37 </outputs> | |
38 <help>**What it does** | |
39 | |
40 Applies thresholdfilter to peak spectra. | |
41 | |
42 | |
43 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_SpectraFilterNLargest.html</help> | |
44 <expand macro="references"/> | |
45 </tool> |