comparison SpectraFilterNormalizer.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="SpectraFilterNormalizer" name="SpectraFilterNormalizer" version="1.12.0">
3 <description>Applies thresholdfilter to peak spectra.</description>
4 <macros>
5 <token name="@EXECUTABLE@">SpectraFilterNormalizer</token>
6 <import>macros.xml</import>
7 </macros>
8 <expand macro="stdio"/>
9 <expand macro="requirements"/>
10 <command>SpectraFilterNormalizer
11
12 -in ${param_in}
13 -out ${param_out}
14 -threads \${GALAXY_SLOTS:-24}
15 -algorithm:method ${param_method}
16 </command>
17 <inputs>
18 <param name="param_in" type="data" format="mzML" optional="False" label="input file " help="(-in)"/>
19 <param name="param_method" type="select" optional="True" value="to_one" label="Normalize by deviding though the TIC ('to_TIC') or normalize to max intensity of one ('to_one')." help="(-method)">
20 <option value="to_one">to_one</option>
21 <option value="to_TIC">to_TIC</option>
22 </param>
23 </inputs>
24 <outputs>
25 <data name="param_out" label="output file " format="mzML"/>
26 </outputs>
27 <help>**What it does**
28
29 Applies thresholdfilter to peak spectra.
30
31
32 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_SpectraFilterNormalizer.html
33
34 @REFERENCES@
35 </help>
36 </tool>