comparison PeakPickerWavelet.xml @ 7:17913dee7f88 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:31:10 -0400
parents 409cec15d717
children bf3353f27d33
comparison
equal deleted inserted replaced
6:9aec88d81f18 7:17913dee7f88
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>PeakPickerWavelet 13 <command detect_errors="aggressive"><![CDATA[PeakPickerWavelet
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:
147 #end if 147 #end if
148 #if $adv_opts.param_algorithm_SignalToNoiseEstimationParameter_noise_for_empty_window: 148 #if $adv_opts.param_algorithm_SignalToNoiseEstimationParameter_noise_for_empty_window:
149 -algorithm:SignalToNoiseEstimationParameter:noise_for_empty_window $adv_opts.param_algorithm_SignalToNoiseEstimationParameter_noise_for_empty_window 149 -algorithm:SignalToNoiseEstimationParameter:noise_for_empty_window $adv_opts.param_algorithm_SignalToNoiseEstimationParameter_noise_for_empty_window
150 #end if 150 #end if
151 #end if 151 #end if
152 </command> 152 ]]></command>
153 <inputs> 153 <inputs>
154 <param name="param_in" type="data" format="mzml" optional="False" label="input profile data file" help="(-in) "/> 154 <param name="param_in" type="data" format="mzml" optional="False" label="input profile data file" help="(-in) "/>
155 <param name="param_algorithm_signal_to_noise" type="float" min="0.0" optional="True" value="1.0" label="Minimal signal to noise ratio for a peak to be picked" help="(-signal_to_noise) "/> 155 <param name="param_algorithm_signal_to_noise" type="float" min="0.0" optional="True" value="1.0" label="Minimal signal to noise ratio for a peak to be picked" help="(-signal_to_noise) "/>
156 <param name="param_algorithm_peak_width" type="float" min="0.0" optional="True" value="0.15" label="Approximate fwhm of the peaks" help="(-peak_width) "/> 156 <param name="param_algorithm_peak_width" type="float" min="0.0" optional="True" value="0.15" label="Approximate fwhm of the peaks" help="(-peak_width) "/>
157 <param name="param_algorithm_estimate_peak_width" display="radio" type="boolean" truevalue="-algorithm:estimate_peak_width" falsevalue="" checked="false" optional="True" label="Flag if the average peak width shall be estimated" help="(-estimate_peak_width) Attention: when this flag is set, the peak_width is ignored"/> 157 <param name="param_algorithm_estimate_peak_width" display="radio" type="boolean" truevalue="-algorithm:estimate_peak_width" falsevalue="" checked="false" optional="True" label="Flag if the average peak width shall be estimated" help="(-estimate_peak_width) Attention: when this flag is set, the peak_width is ignored"/>
202 <data name="param_out" format="mzml"/> 202 <data name="param_out" format="mzml"/>
203 </outputs> 203 </outputs>
204 <help>Finds mass spectrometric peaks in profile mass spectra. 204 <help>Finds mass spectrometric peaks in profile mass spectra.
205 205
206 206
207 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_PeakPickerWavelet.html</help> 207 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_PeakPickerWavelet.html</help>
208 </tool> 208 </tool>