Mercurial > repos > galaxyp > openms_featurefindermetabo
comparison FeatureFinderMetabo.xml @ 0:2602a6da5ad3 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit fb85d488133bb2b5f483b52b2db0ac66038fafb8
author | galaxyp |
---|---|
date | Wed, 01 Mar 2017 12:21:06 -0500 |
parents | |
children | 15cc4acac8c3 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:2602a6da5ad3 |
---|---|
1 <?xml version='1.0' encoding='UTF-8'?> | |
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> | |
3 <!--Proposed Tool Section: [Quantitation]--> | |
4 <tool id="FeatureFinderMetabo" name="FeatureFinderMetabo" version="2.1.0"> | |
5 <description>Assembles metabolite features from centroided (LC-)MS data using the mass trace approach.</description> | |
6 <macros> | |
7 <token name="@EXECUTABLE@">FeatureFinderMetabo</token> | |
8 <import>macros.xml</import> | |
9 </macros> | |
10 <expand macro="references"/> | |
11 <expand macro="stdio"/> | |
12 <expand macro="requirements"/> | |
13 <command>FeatureFinderMetabo | |
14 | |
15 #if $param_in: | |
16 -in $param_in | |
17 #end if | |
18 #if $param_out: | |
19 -out $param_out | |
20 #end if | |
21 #if $param_algorithm_common_noise_threshold_int: | |
22 -algorithm:common:noise_threshold_int $param_algorithm_common_noise_threshold_int | |
23 #end if | |
24 #if $param_algorithm_common_chrom_peak_snr: | |
25 -algorithm:common:chrom_peak_snr $param_algorithm_common_chrom_peak_snr | |
26 #end if | |
27 #if $param_algorithm_common_chrom_fwhm: | |
28 -algorithm:common:chrom_fwhm $param_algorithm_common_chrom_fwhm | |
29 #end if | |
30 #if $param_algorithm_mtd_mass_error_ppm: | |
31 -algorithm:mtd:mass_error_ppm $param_algorithm_mtd_mass_error_ppm | |
32 #end if | |
33 #if $param_algorithm_mtd_reestimate_mt_sd: | |
34 -algorithm:mtd:reestimate_mt_sd $param_algorithm_mtd_reestimate_mt_sd | |
35 #end if | |
36 #if $param_algorithm_mtd_quant_method: | |
37 -algorithm:mtd:quant_method $param_algorithm_mtd_quant_method | |
38 #end if | |
39 #if $param_algorithm_epd_enabled: | |
40 -algorithm:epd:enabled $param_algorithm_epd_enabled | |
41 #end if | |
42 #if $param_algorithm_epd_width_filtering: | |
43 -algorithm:epd:width_filtering $param_algorithm_epd_width_filtering | |
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 $param_algorithm_ffm_enable_RT_filtering: | |
52 -algorithm:ffm:enable_RT_filtering $param_algorithm_ffm_enable_RT_filtering | |
53 #end if | |
54 #if $param_algorithm_ffm_isotope_filtering_model: | |
55 -algorithm:ffm:isotope_filtering_model $param_algorithm_ffm_isotope_filtering_model | |
56 #end if | |
57 #if $param_algorithm_ffm_mz_scoring_13C: | |
58 -algorithm:ffm:mz_scoring_13C | |
59 #end if | |
60 #if $param_algorithm_ffm_report_convex_hulls: | |
61 -algorithm:ffm:report_convex_hulls | |
62 #end if | |
63 #if $adv_opts.adv_opts_selector=='advanced': | |
64 #if $adv_opts.param_force: | |
65 -force | |
66 #end if | |
67 #if $adv_opts.param_algorithm_mtd_trace_termination_criterion: | |
68 -algorithm:mtd:trace_termination_criterion $adv_opts.param_algorithm_mtd_trace_termination_criterion | |
69 #end if | |
70 #if $adv_opts.param_algorithm_mtd_trace_termination_outliers: | |
71 -algorithm:mtd:trace_termination_outliers $adv_opts.param_algorithm_mtd_trace_termination_outliers | |
72 #end if | |
73 #if $adv_opts.param_algorithm_mtd_min_sample_rate: | |
74 -algorithm:mtd:min_sample_rate $adv_opts.param_algorithm_mtd_min_sample_rate | |
75 #end if | |
76 #if $adv_opts.param_algorithm_mtd_min_trace_length: | |
77 -algorithm:mtd:min_trace_length $adv_opts.param_algorithm_mtd_min_trace_length | |
78 #end if | |
79 #if $adv_opts.param_algorithm_mtd_max_trace_length: | |
80 -algorithm:mtd:max_trace_length $adv_opts.param_algorithm_mtd_max_trace_length | |
81 #end if | |
82 #if $adv_opts.param_algorithm_epd_min_fwhm: | |
83 -algorithm:epd:min_fwhm $adv_opts.param_algorithm_epd_min_fwhm | |
84 #end if | |
85 #if $adv_opts.param_algorithm_epd_max_fwhm: | |
86 -algorithm:epd:max_fwhm $adv_opts.param_algorithm_epd_max_fwhm | |
87 #end if | |
88 #if $adv_opts.param_algorithm_epd_masstrace_snr_filtering: | |
89 -algorithm:epd:masstrace_snr_filtering | |
90 #end if | |
91 #if $adv_opts.param_algorithm_ffm_local_rt_range: | |
92 -algorithm:ffm:local_rt_range $adv_opts.param_algorithm_ffm_local_rt_range | |
93 #end if | |
94 #if $adv_opts.param_algorithm_ffm_local_mz_range: | |
95 -algorithm:ffm:local_mz_range $adv_opts.param_algorithm_ffm_local_mz_range | |
96 #end if | |
97 #if $adv_opts.param_algorithm_ffm_report_summed_ints: | |
98 -algorithm:ffm:report_summed_ints | |
99 #end if | |
100 #if $adv_opts.param_algorithm_ffm_use_smoothed_intensities: | |
101 -algorithm:ffm:use_smoothed_intensities $adv_opts.param_algorithm_ffm_use_smoothed_intensities | |
102 #end if | |
103 #end if | |
104 </command> | |
105 <inputs> | |
106 <param name="param_in" type="data" format="mzml" optional="False" label="Centroided mzML file" help="(-in) "/> | |
107 <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) "/> | |
108 <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) "/> | |
109 <param name="param_algorithm_common_chrom_fwhm" type="float" value="5.0" label="Expected chromatographic peak width (in seconds)" help="(-chrom_fwhm) "/> | |
110 <param name="param_algorithm_mtd_mass_error_ppm" type="float" value="20.0" label="Allowed mass deviation (in ppm)" help="(-mass_error_ppm) "/> | |
111 <param name="param_algorithm_mtd_reestimate_mt_sd" display="radio" type="select" optional="False" value="true" label="Enables dynamic re-estimation of m/z variance during mass trace collection stage" help="(-reestimate_mt_sd) "> | |
112 <option value="true" selected="true">true</option> | |
113 <option value="false">false</option> | |
114 </param> | |
115 <param name="param_algorithm_mtd_quant_method" display="radio" type="select" optional="False" value="area" label="Method of quantification for mass traces" help="(-quant_method) For LC data 'area' is recommended, 'median' for direct injection data"> | |
116 <option value="area" selected="true">area</option> | |
117 <option value="median">median</option> | |
118 </param> | |
119 <param name="param_algorithm_epd_enabled" display="radio" type="select" optional="False" value="true" label="Enable splitting of isobaric mass traces by chromatographic peak detection" help="(-enabled) Disable for direct injection"> | |
120 <option value="true" selected="true">true</option> | |
121 <option value="false">false</option> | |
122 </param> | |
123 <param name="param_algorithm_epd_width_filtering" display="radio" type="select" optional="False" 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"> | |
124 <option value="off">off</option> | |
125 <option value="fixed" selected="true">fixed</option> | |
126 <option value="auto">auto</option> | |
127 </param> | |
128 <param name="param_algorithm_ffm_charge_lower_bound" type="integer" value="1" label="Lowest charge state to conside" help="(-charge_lower_bound) "/> | |
129 <param name="param_algorithm_ffm_charge_upper_bound" type="integer" value="3" label="Highest charge state to conside" help="(-charge_upper_bound) "/> | |
130 <param name="param_algorithm_ffm_enable_RT_filtering" display="radio" type="select" optional="False" value="true" label="Require sufficient overlap in RT while assembling mass traces" help="(-enable_RT_filtering) Disable for direct injection data"> | |
131 <option value="false">false</option> | |
132 <option value="true" selected="true">true</option> | |
133 </param> | |
134 <param name="param_algorithm_ffm_isotope_filtering_model" display="radio" type="select" optional="False" value="metabolites (5% RMS)" label="Remove/score candidate assemblies based on isotope intensities" help="(-isotope_filtering_model) SVM isotope models for metabolites were trained with either 2% or 5% RMS error. For peptides, an averagine cosine scoring is used. Select the appropriate noise model according to the quality of measurement or MS device"> | |
135 <option value="metabolites (2% RMS)">metabolites (2% RMS)</option> | |
136 <option value="metabolites (5% RMS)" selected="true">metabolites (5% RMS)</option> | |
137 <option value="peptides">peptides</option> | |
138 <option value="none">none</option> | |
139 </param> | |
140 <param name="param_algorithm_ffm_mz_scoring_13C" display="radio" type="boolean" truevalue="-algorithm:ffm:mz_scoring_13C" falsevalue="" checked="false" optional="True" label="Use the 13C isotope peak position (~1.003355 Da) as the expected shift in m/z for isotope mass traces (highly recommended for lipidomics!)" help="(-mz_scoring_13C) Disable for general metabolites (as described in Kenar et al. 2014, MCP.)"/> | |
141 <param name="param_algorithm_ffm_report_convex_hulls" display="radio" type="boolean" truevalue="-algorithm:ffm:report_convex_hulls" falsevalue="" checked="false" optional="True" label="Augment each reported feature with the convex hull of the underlying mass traces (increases featureXML file size considerably)" help="(-report_convex_hulls) "/> | |
142 <expand macro="advanced_options"> | |
143 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> | |
144 <param name="param_algorithm_mtd_trace_termination_criterion" display="radio" type="select" optional="False" 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"> | |
145 <option value="outlier" selected="true">outlier</option> | |
146 <option value="sample_rate">sample_rate</option> | |
147 </param> | |
148 <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) "/> | |
149 <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) "/> | |
150 <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) "/> | |
151 <param name="param_algorithm_mtd_max_trace_length" type="float" value="-1.0" label="Maximum expected length of a mass trace (in seconds)" help="(-max_trace_length) Set to a negative value to disable maximal length check during mass trace detection"/> | |
152 <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 parameter width_filtering is off or auto"/> | |
153 <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 parameter width_filtering is off or auto"/> | |
154 <param name="param_algorithm_epd_masstrace_snr_filtering" display="radio" 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) "/> | |
155 <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) "/> | |
156 <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) "/> | |
157 <param name="param_algorithm_ffm_report_summed_ints" display="radio" 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) "/> | |
158 <param name="param_algorithm_ffm_use_smoothed_intensities" display="radio" type="select" optional="False" value="true" label="Use LOWESS intensities instead of raw intensities" help="(-use_smoothed_intensities) "> | |
159 <option value="false">false</option> | |
160 <option value="true" selected="true">true</option> | |
161 </param> | |
162 </expand> | |
163 </inputs> | |
164 <outputs> | |
165 <data name="param_out" format="featurexml"/> | |
166 </outputs> | |
167 <help>Assembles metabolite features from centroided (LC-)MS data using the mass trace approach. | |
168 | |
169 | |
170 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_FeatureFinderMetabo.html</help> | |
171 </tool> |