|
0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
|
2 <tool id="SpectraFilterParentPeakMower" name="SpectraFilterParentPeakMower" version="2.0.0">
|
|
|
3 <description>Applies thresholdfilter to peak spectra.</description>
|
|
|
4 <macros>
|
|
|
5 <token name="@EXECUTABLE@">SpectraFilterParentPeakMower</token>
|
|
|
6 <import>macros.xml</import>
|
|
|
7 </macros>
|
|
|
8 <expand macro="stdio"/>
|
|
|
9 <expand macro="requirements"/>
|
|
|
10 <command>SpectraFilterParentPeakMower
|
|
|
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_window_size:
|
|
|
20 -algorithm:window_size $param_algorithm_window_size
|
|
|
21 #end if
|
|
|
22 #if $param_algorithm_default_charge:
|
|
|
23 -algorithm:default_charge $param_algorithm_default_charge
|
|
|
24 #end if
|
|
|
25 #if $param_algorithm_consider_NH3_loss:
|
|
|
26 -algorithm:consider_NH3_loss $param_algorithm_consider_NH3_loss
|
|
|
27 #end if
|
|
|
28 #if $param_algorithm_consider_H2O_loss:
|
|
|
29 -algorithm:consider_H2O_loss $param_algorithm_consider_H2O_loss
|
|
|
30 #end if
|
|
|
31 #if $adv_opts.adv_opts_selector=='advanced':
|
|
|
32 #if $adv_opts.param_force:
|
|
|
33 -force
|
|
|
34 #end if
|
|
|
35 #if $adv_opts.param_algorithm_clean_all_charge_states:
|
|
|
36 -algorithm:clean_all_charge_states $adv_opts.param_algorithm_clean_all_charge_states
|
|
|
37 #end if
|
|
|
38 #if $adv_opts.param_algorithm_reduce_by_factor:
|
|
|
39 -algorithm:reduce_by_factor $adv_opts.param_algorithm_reduce_by_factor
|
|
|
40 #end if
|
|
|
41 #if $adv_opts.param_algorithm_factor:
|
|
|
42 -algorithm:factor $adv_opts.param_algorithm_factor
|
|
|
43 #end if
|
|
|
44 #if $adv_opts.param_algorithm_set_to_zero:
|
|
|
45 -algorithm:set_to_zero $adv_opts.param_algorithm_set_to_zero
|
|
|
46 #end if
|
|
|
47 #end if
|
|
|
48 </command>
|
|
|
49 <inputs>
|
|
|
50 <param name="param_in" type="data" format="mzml" optional="False" label="input file" help="(-in) "/>
|
|
|
51 <param name="param_algorithm_window_size" type="float" value="2.0" label="The size of the m/z window where the peaks are removed, +/- window_size" help="(-window_size) "/>
|
|
|
52 <param name="param_algorithm_default_charge" type="integer" value="2" label="If the precursor has no charge set, the default charge is assumed" help="(-default_charge) "/>
|
|
|
53 <param name="param_algorithm_consider_NH3_loss" type="integer" value="1" label="Whether NH3 loss peaks from the precursor should be removed" help="(-consider_NH3_loss) "/>
|
|
|
54 <param name="param_algorithm_consider_H2O_loss" type="integer" value="1" label="Whether H2O loss peaks from the precursor should be removed" help="(-consider_H2O_loss) "/>
|
|
|
55 <expand macro="advanced_options">
|
|
|
56 <param name="param_force" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/>
|
|
|
57 <param name="param_algorithm_clean_all_charge_states" type="integer" value="1" label="Set to 1 if precursor ions of all possible charge states should be removed" help="(-clean_all_charge_states) "/>
|
|
|
58 <param name="param_algorithm_reduce_by_factor" type="integer" value="0" label="Reduce the intensities of the precursor and related ions by a given factor (set 'set_to_zero' to 0)" help="(-reduce_by_factor) "/>
|
|
|
59 <param name="param_algorithm_factor" type="float" value="1000.0" label="Factor which is used to reduce the intensities if 'reduce_by_factor' is selected" help="(-factor) "/>
|
|
|
60 <param name="param_algorithm_set_to_zero" type="integer" value="1" label="Reduce the intensities of the precursor and related ions to zero" help="(-set_to_zero) "/>
|
|
|
61 </expand>
|
|
|
62 </inputs>
|
|
|
63 <outputs>
|
|
|
64 <data name="param_out" format="mzml"/>
|
|
|
65 </outputs>
|
|
|
66 <help>**What it does**
|
|
|
67
|
|
|
68 Applies thresholdfilter to peak spectra.
|
|
|
69
|
|
|
70
|
|
|
71 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_SpectraFilterParentPeakMower.html</help>
|
|
|
72 <expand macro="references"/>
|
|
|
73 </tool>
|