0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
2 <tool id="FeatureFinderMetabo" name="FeatureFinderMetabo" version="2.0.0">
|
|
3 <description>Assembles metabolite features from singleton mass traces.</description>
|
|
4 <macros>
|
|
5 <token name="@EXECUTABLE@">FeatureFinderMetabo</token>
|
|
6 <import>macros.xml</import>
|
|
7 </macros>
|
|
8 <expand macro="stdio"/>
|
|
9 <expand macro="requirements"/>
|
|
10 <command>FeatureFinderMetabo
|
|
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_common_noise_threshold_int:
|
|
20 -algorithm:common:noise_threshold_int $param_algorithm_common_noise_threshold_int
|
|
21 #end if
|
|
22 #if $param_algorithm_common_chrom_peak_snr:
|
|
23 -algorithm:common:chrom_peak_snr $param_algorithm_common_chrom_peak_snr
|
|
24 #end if
|
|
25 #if $param_algorithm_common_chrom_fwhm:
|
|
26 -algorithm:common:chrom_fwhm $param_algorithm_common_chrom_fwhm
|
|
27 #end if
|
|
28 #if $param_algorithm_mtd_mass_error_ppm:
|
|
29 -algorithm:mtd:mass_error_ppm $param_algorithm_mtd_mass_error_ppm
|
|
30 #end if
|
|
31 #if $param_algorithm_mtd_reestimate_mt_sd:
|
|
32 -algorithm:mtd:reestimate_mt_sd
|
|
33 #end if
|
|
34 #if $param_algorithm_epd_enabled:
|
|
35 -algorithm:epd:enabled
|
|
36 #end if
|
|
37 #if $param_algorithm_epd_width_filtering:
|
|
38 -algorithm:epd:width_filtering
|
|
39 #if " " in str($param_algorithm_epd_width_filtering):
|
|
40 "$param_algorithm_epd_width_filtering"
|
|
41 #else
|
|
42 $param_algorithm_epd_width_filtering
|
|
43 #end if
|
|
44 #end if
|
|
45 #if $param_algorithm_ffm_charge_lower_bound:
|
|
46 -algorithm:ffm:charge_lower_bound $param_algorithm_ffm_charge_lower_bound
|
|
47 #end if
|
|
48 #if $param_algorithm_ffm_charge_upper_bound:
|
|
49 -algorithm:ffm:charge_upper_bound $param_algorithm_ffm_charge_upper_bound
|
|
50 #end if
|
|
51 #if $adv_opts.adv_opts_selector=='advanced':
|
|
52 #if $adv_opts.param_force:
|
|
53 -force
|
|
54 #end if
|
|
55 #if $adv_opts.param_algorithm_mtd_trace_termination_criterion:
|
|
56 -algorithm:mtd:trace_termination_criterion
|
|
57 #if " " in str($adv_opts.param_algorithm_mtd_trace_termination_criterion):
|
|
58 "$adv_opts.param_algorithm_mtd_trace_termination_criterion"
|
|
59 #else
|
|
60 $adv_opts.param_algorithm_mtd_trace_termination_criterion
|
|
61 #end if
|
|
62 #end if
|
|
63 #if $adv_opts.param_algorithm_mtd_trace_termination_outliers:
|
|
64 -algorithm:mtd:trace_termination_outliers $adv_opts.param_algorithm_mtd_trace_termination_outliers
|
|
65 #end if
|
|
66 #if $adv_opts.param_algorithm_mtd_min_sample_rate:
|
|
67 -algorithm:mtd:min_sample_rate $adv_opts.param_algorithm_mtd_min_sample_rate
|
|
68 #end if
|
|
69 #if $adv_opts.param_algorithm_mtd_min_trace_length:
|
|
70 -algorithm:mtd:min_trace_length $adv_opts.param_algorithm_mtd_min_trace_length
|
|
71 #end if
|
|
72 #if $adv_opts.param_algorithm_mtd_max_trace_length:
|
|
73 -algorithm:mtd:max_trace_length $adv_opts.param_algorithm_mtd_max_trace_length
|
|
74 #end if
|
|
75 #if $adv_opts.param_algorithm_epd_min_fwhm:
|
|
76 -algorithm:epd:min_fwhm $adv_opts.param_algorithm_epd_min_fwhm
|
|
77 #end if
|
|
78 #if $adv_opts.param_algorithm_epd_max_fwhm:
|
|
79 -algorithm:epd:max_fwhm $adv_opts.param_algorithm_epd_max_fwhm
|
|
80 #end if
|
|
81 #if $adv_opts.param_algorithm_epd_masstrace_snr_filtering:
|
|
82 -algorithm:epd:masstrace_snr_filtering
|
|
83 #end if
|
|
84 #if $adv_opts.param_algorithm_ffm_local_rt_range:
|
|
85 -algorithm:ffm:local_rt_range $adv_opts.param_algorithm_ffm_local_rt_range
|
|
86 #end if
|
|
87 #if $adv_opts.param_algorithm_ffm_local_mz_range:
|
|
88 -algorithm:ffm:local_mz_range $adv_opts.param_algorithm_ffm_local_mz_range
|
|
89 #end if
|
|
90 #if $adv_opts.param_algorithm_ffm_report_summed_ints:
|
|
91 -algorithm:ffm:report_summed_ints
|
|
92 #end if
|
|
93 #if $adv_opts.param_algorithm_ffm_disable_isotope_filtering:
|
|
94 -algorithm:ffm:disable_isotope_filtering
|
|
95 #end if
|
|
96 #if $adv_opts.param_algorithm_ffm_isotope_model:
|
|
97 -algorithm:ffm:isotope_model
|
|
98 #if " " in str($adv_opts.param_algorithm_ffm_isotope_model):
|
|
99 "$adv_opts.param_algorithm_ffm_isotope_model"
|
|
100 #else
|
|
101 $adv_opts.param_algorithm_ffm_isotope_model
|
|
102 #end if
|
|
103 #end if
|
|
104 #if $adv_opts.param_algorithm_ffm_isotope_noisemodel:
|
|
105 -algorithm:ffm:isotope_noisemodel
|
|
106 #if " " in str($adv_opts.param_algorithm_ffm_isotope_noisemodel):
|
|
107 "$adv_opts.param_algorithm_ffm_isotope_noisemodel"
|
|
108 #else
|
|
109 $adv_opts.param_algorithm_ffm_isotope_noisemodel
|
|
110 #end if
|
|
111 #end if
|
|
112 #if $adv_opts.param_algorithm_ffm_use_smoothed_intensities:
|
|
113 -algorithm:ffm:use_smoothed_intensities
|
|
114 #end if
|
|
115 #end if
|
|
116 </command>
|
|
117 <inputs>
|
|
118 <param name="param_in" type="data" format="mzml" optional="False" label="input centroided mzML file" help="(-in) "/>
|
|
119 <param name="param_algorithm_common_noise_threshold_int" type="float" value="10.0" label="Intensity threshold below which peaks are regarded as noise" help="(-noise_threshold_int) "/>
|
|
120 <param name="param_algorithm_common_chrom_peak_snr" type="float" value="3.0" label="Minimum signal-to-noise a mass trace should have" help="(-chrom_peak_snr) "/>
|
|
121 <param name="param_algorithm_common_chrom_fwhm" type="float" value="5.0" label="Expected chromatographic peak width (in seconds)" help="(-chrom_fwhm) "/>
|
|
122 <param name="param_algorithm_mtd_mass_error_ppm" type="float" value="20.0" label="Allowed mass deviation (in ppm)" help="(-mass_error_ppm) "/>
|
|
123 <param name="param_algorithm_mtd_reestimate_mt_sd" type="boolean" truevalue="-algorithm:mtd:reestimate_mt_sd" falsevalue="" checked="true" optional="True" label="Enables dynamic re-estimation of m/z variance during mass trace collection stage" help="(-reestimate_mt_sd) "/>
|
|
124 <param name="param_algorithm_epd_enabled" type="boolean" truevalue="-algorithm:epd:enabled" falsevalue="" checked="true" optional="True" label="Enable splitting of isobaric mass traces by chromatographic peak detection" help="(-enabled) Disable for direct injection"/>
|
|
125 <param name="param_algorithm_epd_width_filtering" type="select" optional="True" value="fixed" label="Enable filtering of unlikely peak widths" help="(-width_filtering) The fixed setting filters out mass traces outside the [min_fwhm, max_fwhm] interval (set parameters accordingly!). The auto setting filters with the 5 and 95% quantiles of the peak width distribution">
|
|
126 <option value="off">off</option>
|
|
127 <option value="fixed">fixed</option>
|
|
128 <option value="auto">auto</option>
|
|
129 </param>
|
|
130 <param name="param_algorithm_ffm_charge_lower_bound" type="integer" value="1" label="Lowest charge state to conside" help="(-charge_lower_bound) "/>
|
|
131 <param name="param_algorithm_ffm_charge_upper_bound" type="integer" value="3" label="Highest charge state to conside" help="(-charge_upper_bound) "/>
|
|
132 <expand macro="advanced_options">
|
|
133 <param name="param_force" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/>
|
|
134 <param name="param_algorithm_mtd_trace_termination_criterion" type="select" optional="True" value="outlier" label="Termination criterion for the extension of mass traces" help="(-trace_termination_criterion) In 'outlier' mode, trace extension cancels if a predefined number of consecutive outliers are found (see trace_termination_outliers parameter). In 'sample_rate' mode, trace extension in both directions stops if ratio of found peaks versus visited spectra falls below the 'min_sample_rate' threshold">
|
|
135 <option value="outlier">outlier</option>
|
|
136 <option value="sample_rate">sample_rate</option>
|
|
137 </param>
|
|
138 <param name="param_algorithm_mtd_trace_termination_outliers" type="integer" value="5" label="Mass trace extension in one direction cancels if this number of consecutive spectra with no detectable peaks is reached" help="(-trace_termination_outliers) "/>
|
|
139 <param name="param_algorithm_mtd_min_sample_rate" type="float" value="0.5" label="Minimum fraction of scans along the mass trace that must contain a peak" help="(-min_sample_rate) "/>
|
|
140 <param name="param_algorithm_mtd_min_trace_length" type="float" value="5.0" label="Minimum expected length of a mass trace (in seconds)" help="(-min_trace_length) "/>
|
|
141 <param name="param_algorithm_mtd_max_trace_length" type="float" value="300.0" label="Minimum expected length of a mass trace (in seconds)" help="(-max_trace_length) "/>
|
|
142 <param name="param_algorithm_epd_min_fwhm" type="float" value="3.0" label="Minimum full-width-at-half-maximum of chromatographic peaks (in seconds)" help="(-min_fwhm) Ignored if paramter width_filtering is off or auto"/>
|
|
143 <param name="param_algorithm_epd_max_fwhm" type="float" value="60.0" label="Maximum full-width-at-half-maximum of chromatographic peaks (in seconds)" help="(-max_fwhm) Ignored if paramter width_filtering is off or auto"/>
|
|
144 <param name="param_algorithm_epd_masstrace_snr_filtering" type="boolean" truevalue="-algorithm:epd:masstrace_snr_filtering" falsevalue="" checked="false" optional="True" label="Apply post-filtering by signal-to-noise ratio after smoothing" help="(-masstrace_snr_filtering) "/>
|
|
145 <param name="param_algorithm_ffm_local_rt_range" type="float" value="10.0" label="RT range where to look for coeluting mass traces" help="(-local_rt_range) "/>
|
|
146 <param name="param_algorithm_ffm_local_mz_range" type="float" value="6.5" label="MZ range where to look for isotopic mass traces" help="(-local_mz_range) "/>
|
|
147 <param name="param_algorithm_ffm_report_summed_ints" type="boolean" truevalue="-algorithm:ffm:report_summed_ints" falsevalue="" checked="false" optional="True" label="Set to true for a feature intensity summed up over all traces rather than using monoisotopic trace intensity alone" help="(-report_summed_ints) "/>
|
|
148 <param name="param_algorithm_ffm_disable_isotope_filtering" type="boolean" truevalue="-algorithm:ffm:disable_isotope_filtering" falsevalue="" checked="false" optional="True" label="Disable isotope filtering" help="(-disable_isotope_filtering) "/>
|
|
149 <param name="param_algorithm_ffm_isotope_model" type="select" optional="True" value="metabolites" label="Change type of isotope model" help="(-isotope_model) ">
|
|
150 <option value="metabolites">metabolites</option>
|
|
151 <option value="peptides">peptides</option>
|
|
152 </param>
|
|
153 <param name="param_algorithm_ffm_isotope_noisemodel" type="select" optional="True" value="5%RMS" label="SVM isotope models were trained with either 2% or 5% RMS erro" help="(-isotope_noisemodel) Select the appropriate noise model according to the quality of measurement or MS device">
|
|
154 <option value="5%RMS">5%RMS</option>
|
|
155 <option value="2%RMS">2%RMS</option>
|
|
156 </param>
|
|
157 <param name="param_algorithm_ffm_use_smoothed_intensities" type="boolean" truevalue="-algorithm:ffm:use_smoothed_intensities" falsevalue="" checked="true" optional="True" label="Use LOWESS intensities instead of raw intensities" help="(-use_smoothed_intensities) "/>
|
|
158 </expand>
|
|
159 </inputs>
|
|
160 <outputs>
|
|
161 <data name="param_out" format="featurexml"/>
|
|
162 </outputs>
|
|
163 <help>**What it does**
|
|
164
|
|
165 Assembles metabolite features from singleton mass traces.
|
|
166
|
|
167
|
|
168 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_FeatureFinderMetabo.html</help>
|
|
169 <expand macro="references"/>
|
|
170 </tool>
|