0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
2 <tool id="SpectraFilterBernNorm" name="SpectraFilterBernNorm" version="2.0.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 #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_threshold:
|
|
20 -algorithm:threshold $param_algorithm_threshold
|
|
21 #end if
|
|
22 #if $adv_opts.adv_opts_selector=='advanced':
|
|
23 #if $adv_opts.param_force:
|
|
24 -force
|
|
25 #end if
|
|
26 #if $adv_opts.param_algorithm_C1:
|
|
27 -algorithm:C1 $adv_opts.param_algorithm_C1
|
|
28 #end if
|
|
29 #if $adv_opts.param_algorithm_C2:
|
|
30 -algorithm:C2 $adv_opts.param_algorithm_C2
|
|
31 #end if
|
|
32 #end if
|
|
33 </command>
|
|
34 <inputs>
|
|
35 <param name="param_in" type="data" format="mzml" optional="False" label="input file" help="(-in) "/>
|
|
36 <param name="param_algorithm_threshold" type="float" value="0.1" label="Threshold of the Bern et al. normalization" help="(-threshold) "/>
|
|
37 <expand macro="advanced_options">
|
|
38 <param name="param_force" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/>
|
|
39 <param name="param_algorithm_C1" type="float" value="28.0" label="C1 value of the normalization" help="(-C1) "/>
|
|
40 <param name="param_algorithm_C2" type="float" value="400.0" label="C2 value of the normalization" help="(-C2) "/>
|
|
41 </expand>
|
|
42 </inputs>
|
|
43 <outputs>
|
|
44 <data name="param_out" format="mzml"/>
|
|
45 </outputs>
|
|
46 <help>**What it does**
|
|
47
|
|
48 Applies thresholdfilter to peak spectra.
|
|
49
|
|
50
|
|
51 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_SpectraFilterBernNorm.html</help>
|
|
52 <expand macro="references"/>
|
|
53 </tool>
|