comparison FeatureFinderMetabo.xml @ 9:b6e4da302f66 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author galaxyp
date Wed, 15 May 2019 08:25:30 -0400
parents 1473223a9595
children 21dc135961b5
comparison
equal deleted inserted replaced
8:a1c76c5160ee 9:b6e4da302f66
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 </macros> 9 </macros>
10 <expand macro="references"/> 10 <expand macro="references"/>
11 <expand macro="stdio"/> 11 <expand macro="stdio"/>
12 <expand macro="requirements"/> 12 <expand macro="requirements"/>
13 <command>FeatureFinderMetabo 13 <command detect_errors="aggressive"><![CDATA[FeatureFinderMetabo
14 14
15 #if $param_in: 15 #if $param_in:
16 -in $param_in 16 -in $param_in
17 #end if 17 #end if
18 #if $param_out: 18 #if $param_out:
86 #else 86 #else
87 $param_algorithm_ffm_isotope_filtering_model 87 $param_algorithm_ffm_isotope_filtering_model
88 #end if 88 #end if
89 #end if 89 #end if
90 #if $param_algorithm_ffm_mz_scoring_13C: 90 #if $param_algorithm_ffm_mz_scoring_13C:
91 -algorithm:ffm:mz_scoring_13C 91 -algorithm:ffm:mz_scoring_13C true
92 #end if 92 #end if
93 #if $param_algorithm_ffm_report_convex_hulls: 93 #if $param_algorithm_ffm_report_convex_hulls:
94 -algorithm:ffm:report_convex_hulls 94 -algorithm:ffm:report_convex_hulls
95 #end if 95 #end if
96 #if $adv_opts.adv_opts_selector=='advanced': 96 #if $adv_opts.adv_opts_selector=='advanced':
142 #else 142 #else
143 $adv_opts.param_algorithm_ffm_use_smoothed_intensities 143 $adv_opts.param_algorithm_ffm_use_smoothed_intensities
144 #end if 144 #end if
145 #end if 145 #end if
146 #end if 146 #end if
147 </command> 147 ]]></command>
148 <inputs> 148 <inputs>
149 <param name="param_in" type="data" format="mzml" optional="False" label="Centroided mzML file" help="(-in) "/> 149 <param name="param_in" type="data" format="mzml" optional="False" label="Centroided mzML file" help="(-in) "/>
150 <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) "/> 150 <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) "/>
151 <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) "/> 151 <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) "/>
152 <param name="param_algorithm_common_chrom_fwhm" type="float" value="5.0" label="Expected chromatographic peak width (in seconds)" help="(-chrom_fwhm) "/> 152 <param name="param_algorithm_common_chrom_fwhm" type="float" value="5.0" label="Expected chromatographic peak width (in seconds)" help="(-chrom_fwhm) "/>
177 <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"> 177 <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">
178 <option value="metabolites (2% RMS)">metabolites (2% RMS)</option> 178 <option value="metabolites (2% RMS)">metabolites (2% RMS)</option>
179 <option value="metabolites (5% RMS)" selected="true">metabolites (5% RMS)</option> 179 <option value="metabolites (5% RMS)" selected="true">metabolites (5% RMS)</option>
180 <option value="peptides">peptides</option> 180 <option value="peptides">peptides</option>
181 <option value="none">none</option> 181 <option value="none">none</option>
182 <sanitizer>
183 <valid initial="string.printable">
184 <remove value="'"/>
185 <remove value="&quot;"/>
186 </valid>
187 </sanitizer>
182 </param> 188 </param>
183 <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.)"/> 189 <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.)"/>
184 <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) "/> 190 <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) "/>
185 <expand macro="advanced_options"> 191 <expand macro="advanced_options">
186 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> 192 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/>
209 <data name="param_out_chrom" format="mzml"/> 215 <data name="param_out_chrom" format="mzml"/>
210 </outputs> 216 </outputs>
211 <help>Assembles metabolite features from centroided (LC-)MS data using the mass trace approach. 217 <help>Assembles metabolite features from centroided (LC-)MS data using the mass trace approach.
212 218
213 219
214 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_FeatureFinderMetabo.html</help> 220 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_FeatureFinderMetabo.html</help>
215 </tool> 221 </tool>