|
0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
|
2 <tool id="SpectraFilterBernNorm" name="SpectraFilterBernNorm" version="1.12.0">
|
|
|
3 <description>Applies thresholdfilter to peak spectra.</description>
|
|
|
4 <macros>
|
|
|
5 <token name="@EXECUTABLE@">SpectraFilterBernNorm</token>
|
|
|
6 <import>macros.xml</import>
|
|
|
7 </macros>
|
|
|
8 <expand macro="stdio"/>
|
|
|
9 <expand macro="requirements"/>
|
|
|
10 <command>SpectraFilterBernNorm
|
|
|
11
|
|
|
12 -in ${param_in}
|
|
|
13 -out ${param_out}
|
|
|
14 -threads \${GALAXY_SLOTS:-24}
|
|
|
15 -algorithm:threshold ${param_threshold}
|
|
|
16 #if $adv_opts.adv_opts_selector=='advanced':
|
|
|
17 -algorithm:C1 ${adv_opts.param_C1}
|
|
|
18 -algorithm:C2 ${adv_opts.param_C2}
|
|
|
19 #end if
|
|
|
20 </command>
|
|
|
21 <inputs>
|
|
|
22 <param name="param_in" type="data" format="mzML" optional="False" label="input file " help="(-in)"/>
|
|
|
23 <param name="param_threshold" type="float" value="0.1" label="Threshold of the Bern et al. normalization." help="(-threshold)"/>
|
|
|
24 <expand macro="advanced_options">
|
|
|
25 <param name="param_C1" type="float" value="28.0" label="C1 value of the normalization." help="(-C1)"/>
|
|
|
26 <param name="param_C2" type="float" value="400.0" label="C2 value of the normalization." help="(-C2)"/>
|
|
|
27 </expand>
|
|
|
28 </inputs>
|
|
|
29 <outputs>
|
|
|
30 <data name="param_out" label="output file " format="mzML"/>
|
|
|
31 </outputs>
|
|
|
32 <help>**What it does**
|
|
|
33
|
|
|
34 Applies thresholdfilter to peak spectra.
|
|
|
35
|
|
|
36
|
|
|
37 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_SpectraFilterBernNorm.html
|
|
|
38
|
|
|
39 @REFERENCES@
|
|
|
40 </help>
|
|
|
41 </tool>
|