0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
2 <tool id="TOFCalibration" name="TOFCalibration" version="2.0.0">
|
|
3 <description>Applies time of flight calibration.</description>
|
|
4 <macros>
|
|
5 <token name="@EXECUTABLE@">TOFCalibration</token>
|
|
6 <import>macros.xml</import>
|
|
7 </macros>
|
|
8 <expand macro="stdio"/>
|
|
9 <expand macro="requirements"/>
|
|
10 <command>TOFCalibration
|
|
11
|
|
12 #if $param_in:
|
|
13 -in $param_in
|
|
14 #end if
|
|
15 #if $param_out:
|
|
16 -out $param_out
|
|
17 #end if
|
|
18 #if $param_ext_calibrants:
|
|
19 -ext_calibrants $param_ext_calibrants
|
|
20 #end if
|
|
21 #if $param_ref_masses:
|
|
22 -ref_masses $param_ref_masses
|
|
23 #end if
|
|
24 #if $param_tof_const:
|
|
25 -tof_const $param_tof_const
|
|
26 #end if
|
|
27 #if $param_peak_data:
|
|
28 -peak_data
|
|
29 #end if
|
|
30 -threads \${GALAXY_SLOTS:-24}
|
|
31 #if $param_algorithm_PeakPicker_signal_to_noise:
|
|
32 -algorithm:PeakPicker:signal_to_noise $param_algorithm_PeakPicker_signal_to_noise
|
|
33 #end if
|
|
34 #if $param_algorithm_PeakPicker_peak_width:
|
|
35 -algorithm:PeakPicker:peak_width $param_algorithm_PeakPicker_peak_width
|
|
36 #end if
|
|
37 #if $param_algorithm_PeakPicker_estimate_peak_width:
|
|
38 -algorithm:PeakPicker:estimate_peak_width
|
|
39 #end if
|
|
40 #if $adv_opts.adv_opts_selector=='advanced':
|
|
41 #if $adv_opts.param_force:
|
|
42 -force
|
|
43 #end if
|
|
44 #if $adv_opts.param_algorithm_PeakPicker_centroid_percentage:
|
|
45 -algorithm:PeakPicker:centroid_percentage $adv_opts.param_algorithm_PeakPicker_centroid_percentage
|
|
46 #end if
|
|
47 #if $adv_opts.param_algorithm_PeakPicker_fwhm_lower_bound_factor:
|
|
48 -algorithm:PeakPicker:fwhm_lower_bound_factor $adv_opts.param_algorithm_PeakPicker_fwhm_lower_bound_factor
|
|
49 #end if
|
|
50 #if $adv_opts.param_algorithm_PeakPicker_fwhm_upper_bound_factor:
|
|
51 -algorithm:PeakPicker:fwhm_upper_bound_factor $adv_opts.param_algorithm_PeakPicker_fwhm_upper_bound_factor
|
|
52 #end if
|
|
53 #if $adv_opts.param_algorithm_PeakPicker_optimization_iterations:
|
|
54 -algorithm:PeakPicker:optimization:iterations $adv_opts.param_algorithm_PeakPicker_optimization_iterations
|
|
55 #end if
|
|
56 #if $adv_opts.param_algorithm_PeakPicker_optimization_penalties_position:
|
|
57 -algorithm:PeakPicker:optimization:penalties:position $adv_opts.param_algorithm_PeakPicker_optimization_penalties_position
|
|
58 #end if
|
|
59 #if $adv_opts.param_algorithm_PeakPicker_optimization_penalties_left_width:
|
|
60 -algorithm:PeakPicker:optimization:penalties:left_width $adv_opts.param_algorithm_PeakPicker_optimization_penalties_left_width
|
|
61 #end if
|
|
62 #if $adv_opts.param_algorithm_PeakPicker_optimization_penalties_right_width:
|
|
63 -algorithm:PeakPicker:optimization:penalties:right_width $adv_opts.param_algorithm_PeakPicker_optimization_penalties_right_width
|
|
64 #end if
|
|
65 #if $adv_opts.param_algorithm_PeakPicker_optimization_penalties_height:
|
|
66 -algorithm:PeakPicker:optimization:penalties:height $adv_opts.param_algorithm_PeakPicker_optimization_penalties_height
|
|
67 #end if
|
|
68 #if $adv_opts.param_algorithm_PeakPicker_optimization_2d_tolerance_mz:
|
|
69 -algorithm:PeakPicker:optimization:2d:tolerance_mz $adv_opts.param_algorithm_PeakPicker_optimization_2d_tolerance_mz
|
|
70 #end if
|
|
71 #if $adv_opts.param_algorithm_PeakPicker_optimization_2d_max_peak_distance:
|
|
72 -algorithm:PeakPicker:optimization:2d:max_peak_distance $adv_opts.param_algorithm_PeakPicker_optimization_2d_max_peak_distance
|
|
73 #end if
|
|
74 #if $adv_opts.param_algorithm_PeakPicker_thresholds_peak_bound:
|
|
75 -algorithm:PeakPicker:thresholds:peak_bound $adv_opts.param_algorithm_PeakPicker_thresholds_peak_bound
|
|
76 #end if
|
|
77 #if $adv_opts.param_algorithm_PeakPicker_thresholds_peak_bound_ms2_level:
|
|
78 -algorithm:PeakPicker:thresholds:peak_bound_ms2_level $adv_opts.param_algorithm_PeakPicker_thresholds_peak_bound_ms2_level
|
|
79 #end if
|
|
80 #if $adv_opts.param_algorithm_PeakPicker_thresholds_correlation:
|
|
81 -algorithm:PeakPicker:thresholds:correlation $adv_opts.param_algorithm_PeakPicker_thresholds_correlation
|
|
82 #end if
|
|
83 #if $adv_opts.param_algorithm_PeakPicker_thresholds_noise_level:
|
|
84 -algorithm:PeakPicker:thresholds:noise_level $adv_opts.param_algorithm_PeakPicker_thresholds_noise_level
|
|
85 #end if
|
|
86 #if $adv_opts.param_algorithm_PeakPicker_thresholds_search_radius:
|
|
87 -algorithm:PeakPicker:thresholds:search_radius $adv_opts.param_algorithm_PeakPicker_thresholds_search_radius
|
|
88 #end if
|
|
89 #if $adv_opts.param_algorithm_PeakPicker_wavelet_transform_spacing:
|
|
90 -algorithm:PeakPicker:wavelet_transform:spacing $adv_opts.param_algorithm_PeakPicker_wavelet_transform_spacing
|
|
91 #end if
|
|
92 #if $adv_opts.param_algorithm_PeakPicker_deconvolution_deconvolution:
|
|
93 -algorithm:PeakPicker:deconvolution:deconvolution
|
|
94 #end if
|
|
95 #if $adv_opts.param_algorithm_PeakPicker_deconvolution_asym_threshold:
|
|
96 -algorithm:PeakPicker:deconvolution:asym_threshold $adv_opts.param_algorithm_PeakPicker_deconvolution_asym_threshold
|
|
97 #end if
|
|
98 #if $adv_opts.param_algorithm_PeakPicker_deconvolution_left_width:
|
|
99 -algorithm:PeakPicker:deconvolution:left_width $adv_opts.param_algorithm_PeakPicker_deconvolution_left_width
|
|
100 #end if
|
|
101 #if $adv_opts.param_algorithm_PeakPicker_deconvolution_right_width:
|
|
102 -algorithm:PeakPicker:deconvolution:right_width $adv_opts.param_algorithm_PeakPicker_deconvolution_right_width
|
|
103 #end if
|
|
104 #if $adv_opts.param_algorithm_PeakPicker_deconvolution_scaling:
|
|
105 -algorithm:PeakPicker:deconvolution:scaling $adv_opts.param_algorithm_PeakPicker_deconvolution_scaling
|
|
106 #end if
|
|
107 #if $adv_opts.param_algorithm_PeakPicker_deconvolution_fitting_fwhm_threshold:
|
|
108 -algorithm:PeakPicker:deconvolution:fitting:fwhm_threshold $adv_opts.param_algorithm_PeakPicker_deconvolution_fitting_fwhm_threshold
|
|
109 #end if
|
|
110 #if $adv_opts.param_algorithm_PeakPicker_deconvolution_fitting_eps_abs:
|
|
111 -algorithm:PeakPicker:deconvolution:fitting:eps_abs $adv_opts.param_algorithm_PeakPicker_deconvolution_fitting_eps_abs
|
|
112 #end if
|
|
113 #if $adv_opts.param_algorithm_PeakPicker_deconvolution_fitting_eps_rel:
|
|
114 -algorithm:PeakPicker:deconvolution:fitting:eps_rel $adv_opts.param_algorithm_PeakPicker_deconvolution_fitting_eps_rel
|
|
115 #end if
|
|
116 #if $adv_opts.param_algorithm_PeakPicker_deconvolution_fitting_max_iteration:
|
|
117 -algorithm:PeakPicker:deconvolution:fitting:max_iteration $adv_opts.param_algorithm_PeakPicker_deconvolution_fitting_max_iteration
|
|
118 #end if
|
|
119 #if $adv_opts.param_algorithm_PeakPicker_deconvolution_fitting_penalties_position:
|
|
120 -algorithm:PeakPicker:deconvolution:fitting:penalties:position $adv_opts.param_algorithm_PeakPicker_deconvolution_fitting_penalties_position
|
|
121 #end if
|
|
122 #if $adv_opts.param_algorithm_PeakPicker_deconvolution_fitting_penalties_height:
|
|
123 -algorithm:PeakPicker:deconvolution:fitting:penalties:height $adv_opts.param_algorithm_PeakPicker_deconvolution_fitting_penalties_height
|
|
124 #end if
|
|
125 #if $adv_opts.param_algorithm_PeakPicker_deconvolution_fitting_penalties_left_width:
|
|
126 -algorithm:PeakPicker:deconvolution:fitting:penalties:left_width $adv_opts.param_algorithm_PeakPicker_deconvolution_fitting_penalties_left_width
|
|
127 #end if
|
|
128 #if $adv_opts.param_algorithm_PeakPicker_deconvolution_fitting_penalties_right_width:
|
|
129 -algorithm:PeakPicker:deconvolution:fitting:penalties:right_width $adv_opts.param_algorithm_PeakPicker_deconvolution_fitting_penalties_right_width
|
|
130 #end if
|
|
131 #if $adv_opts.param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_max_intensity:
|
|
132 -algorithm:PeakPicker:SignalToNoiseEstimationParameter:max_intensity $adv_opts.param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_max_intensity
|
|
133 #end if
|
|
134 #if $adv_opts.param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_auto_max_stdev_factor:
|
|
135 -algorithm:PeakPicker:SignalToNoiseEstimationParameter:auto_max_stdev_factor $adv_opts.param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_auto_max_stdev_factor
|
|
136 #end if
|
|
137 #if $adv_opts.param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_auto_max_percentile:
|
|
138 -algorithm:PeakPicker:SignalToNoiseEstimationParameter:auto_max_percentile $adv_opts.param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_auto_max_percentile
|
|
139 #end if
|
|
140 #if $adv_opts.param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_auto_mode:
|
|
141 -algorithm:PeakPicker:SignalToNoiseEstimationParameter:auto_mode $adv_opts.param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_auto_mode
|
|
142 #end if
|
|
143 #if $adv_opts.param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_win_len:
|
|
144 -algorithm:PeakPicker:SignalToNoiseEstimationParameter:win_len $adv_opts.param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_win_len
|
|
145 #end if
|
|
146 #if $adv_opts.param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_bin_count:
|
|
147 -algorithm:PeakPicker:SignalToNoiseEstimationParameter:bin_count $adv_opts.param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_bin_count
|
|
148 #end if
|
|
149 #if $adv_opts.param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_stdev_mp:
|
|
150 -algorithm:PeakPicker:SignalToNoiseEstimationParameter:stdev_mp $adv_opts.param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_stdev_mp
|
|
151 #end if
|
|
152 #if $adv_opts.param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_min_required_elements:
|
|
153 -algorithm:PeakPicker:SignalToNoiseEstimationParameter:min_required_elements $adv_opts.param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_min_required_elements
|
|
154 #end if
|
|
155 #if $adv_opts.param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_noise_for_empty_window:
|
|
156 -algorithm:PeakPicker:SignalToNoiseEstimationParameter:noise_for_empty_window $adv_opts.param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_noise_for_empty_window
|
|
157 #end if
|
|
158 #end if
|
|
159 </command>
|
|
160 <inputs>
|
|
161 <param name="param_in" type="data" format="mzml" optional="False" label="input peak or raw data file" help="(-in) "/>
|
|
162 <param name="param_ext_calibrants" type="data" format="mzml" optional="False" label="input file containing the external calibrant spectra (peak or raw data)" help="(-ext_calibrants) "/>
|
|
163 <param name="param_ref_masses" type="data" format="txt" optional="False" label="input file containing reference masses of the external calibrant spectra (one per line)" help="(-ref_masses) "/>
|
|
164 <param name="param_tof_const" type="data" format="tabular" optional="False" label="File containing TOF conversion constants" help="(-tof_const) These can be either two or three constants <br>per set, depending on the conversion type. Either one set for all calibrant spectra <br>(tab separated), or one for each spectrum. <br>For a detailed description, please have a look at the doxygen documentation.(one set, tab separated, per line)"/>
|
|
165 <param name="param_peak_data" type="boolean" truevalue="-peak_data" falsevalue="" checked="false" optional="True" label="set this flag, if you have peak data, not raw data (the picking parameters are accessible only from the INI file)" help="(-peak_data) "/>
|
|
166 <param name="param_algorithm_PeakPicker_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) "/>
|
|
167 <param name="param_algorithm_PeakPicker_peak_width" type="float" min="0.0" optional="True" value="0.15" label="Approximate fwhm of the peaks" help="(-peak_width) "/>
|
|
168 <param name="param_algorithm_PeakPicker_estimate_peak_width" type="boolean" truevalue="-algorithm:PeakPicker: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"/>
|
|
169 <expand macro="advanced_options">
|
|
170 <param name="param_force" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/>
|
|
171 <param name="param_algorithm_PeakPicker_centroid_percentage" type="float" min="0.0" max="1.0" optional="True" value="0.8" label="Percentage of the maximum height that the raw data points must exceed to be taken into account for the calculation of the centroid" help="(-centroid_percentage) If it is 1 the centroid position corresponds to the position of the highest intensity"/>
|
|
172 <param name="param_algorithm_PeakPicker_fwhm_lower_bound_factor" type="float" min="0.0" optional="True" value="0.7" label="Factor that calculates the minimal fwhm value from the peak_width" help="(-fwhm_lower_bound_factor) All peaks with width smaller than fwhm_bound_factor * peak_width are discarded"/>
|
|
173 <param name="param_algorithm_PeakPicker_fwhm_upper_bound_factor" type="float" min="0.0" optional="True" value="20.0" label="Factor that calculates the maximal fwhm value from the peak_width" help="(-fwhm_upper_bound_factor) All peaks with width greater than fwhm_upper_bound_factor * peak_width are discarded"/>
|
|
174 <param name="param_algorithm_PeakPicker_optimization_iterations" type="integer" min="1" optional="True" value="400" label="maximal number of iterations for the fitting step" help="(-iterations) "/>
|
|
175 <param name="param_algorithm_PeakPicker_optimization_penalties_position" type="float" min="0.0" optional="True" value="0.0" label="penalty term for the fitting of the position:If it differs too much from the initial one it can be penalized" help="(-position) "/>
|
|
176 <param name="param_algorithm_PeakPicker_optimization_penalties_left_width" type="float" min="0.0" optional="True" value="1.0" label="penalty term for the fitting of the left width:If the left width differs too much from the initial one during the fitting it can be penalized" help="(-left_width) "/>
|
|
177 <param name="param_algorithm_PeakPicker_optimization_penalties_right_width" type="float" min="0.0" optional="True" value="1.0" label="penalty term for the fitting of the right width:If the right width differs too much from the initial one during the fitting it can be penalized" help="(-right_width) "/>
|
|
178 <param name="param_algorithm_PeakPicker_optimization_penalties_height" type="float" min="0.0" optional="True" value="1.0" label="penalty term for the fitting of the intensity (only used in 2D Optimization):If it gets negative during the fitting it can be penalized" help="(-height) "/>
|
|
179 <param name="param_algorithm_PeakPicker_optimization_2d_tolerance_mz" type="float" min="0.0" optional="True" value="2.2" label="mz tolerance for cluster construction" help="(-tolerance_mz) "/>
|
|
180 <param name="param_algorithm_PeakPicker_optimization_2d_max_peak_distance" type="float" min="0.0" optional="True" value="1.2" label="maximal peak distance in mz in a cluste" help="(-max_peak_distance) "/>
|
|
181 <param name="param_algorithm_PeakPicker_thresholds_peak_bound" type="float" min="0.0" optional="True" value="10.0" label="Minimal peak intensity" help="(-peak_bound) "/>
|
|
182 <param name="param_algorithm_PeakPicker_thresholds_peak_bound_ms2_level" type="float" min="0.0" optional="True" value="10.0" label="Minimal peak intensity for MS/MS peaks" help="(-peak_bound_ms2_level) "/>
|
|
183 <param name="param_algorithm_PeakPicker_thresholds_correlation" type="float" min="0.0" max="1.0" optional="True" value="0.5" label="minimal correlation of a peak and the raw signal" help="(-correlation) If a peak has a lower correlation it is skipped"/>
|
|
184 <param name="param_algorithm_PeakPicker_thresholds_noise_level" type="float" min="0.0" optional="True" value="0.1" label="noise level for the search of the peak endpoints" help="(-noise_level) "/>
|
|
185 <param name="param_algorithm_PeakPicker_thresholds_search_radius" type="integer" min="0" optional="True" value="3" label="search radius for the search of the maximum in the signal after a maximum in the cwt was found" help="(-search_radius) "/>
|
|
186 <param name="param_algorithm_PeakPicker_wavelet_transform_spacing" type="float" min="0.0" optional="True" value="0.001" label="spacing of the cwt" help="(-spacing) "/>
|
|
187 <param name="param_algorithm_PeakPicker_deconvolution_deconvolution" type="boolean" truevalue="-algorithm:PeakPicker:deconvolution:deconvolution" falsevalue="" checked="false" optional="True" label="If you want heavily overlapping peaks to be separated set this value to "true"" help="(-deconvolution) "/>
|
|
188 <param name="param_algorithm_PeakPicker_deconvolution_asym_threshold" type="float" min="0.0" optional="True" value="0.3" label="If the symmetry of a peak is smaller than asym_thresholds it is assumed that it consists of more than one peak and the deconvolution procedure is started" help="(-asym_threshold) "/>
|
|
189 <param name="param_algorithm_PeakPicker_deconvolution_left_width" type="float" min="0.0" optional="True" value="2.0" label="1/left_width is the initial value for the left width of the peaks found in the deconvolution step" help="(-left_width) "/>
|
|
190 <param name="param_algorithm_PeakPicker_deconvolution_right_width" type="float" min="0.0" optional="True" value="2.0" label="1/right_width is the initial value for the right width of the peaks found in the deconvolution step" help="(-right_width) "/>
|
|
191 <param name="param_algorithm_PeakPicker_deconvolution_scaling" type="float" min="0.0" optional="True" value="0.12" label="Initial scaling of the cwt used in the seperation of heavily overlapping peaks" help="(-scaling) The initial value is used for charge 1, for higher charges it is adapted to scaling/charge"/>
|
|
192 <param name="param_algorithm_PeakPicker_deconvolution_fitting_fwhm_threshold" type="float" min="0.0" optional="True" value="0.7" label="If the fwhm of a peak is higher than fwhm_thresholds it is assumed that it consists of more than one peak and the deconvolution procedure is started" help="(-fwhm_threshold) "/>
|
|
193 <param name="param_algorithm_PeakPicker_deconvolution_fitting_eps_abs" type="float" min="0.0" optional="True" value="9.99999974738e-06" label="if the absolute error gets smaller than this value the fitting is stopped" help="(-eps_abs) "/>
|
|
194 <param name="param_algorithm_PeakPicker_deconvolution_fitting_eps_rel" type="float" min="0.0" optional="True" value="9.99999974738e-06" label="if the relative error gets smaller than this value the fitting is stopped" help="(-eps_rel) "/>
|
|
195 <param name="param_algorithm_PeakPicker_deconvolution_fitting_max_iteration" type="integer" min="1" optional="True" value="10" label="maximal number of iterations for the fitting step" help="(-max_iteration) "/>
|
|
196 <param name="param_algorithm_PeakPicker_deconvolution_fitting_penalties_position" type="float" min="0.0" optional="True" value="0.0" label="penalty term for the fitting of the peak position:If the position changes more than 0.5Da during the fitting it can be penalized as well as discrepancies of the peptide mass rule" help="(-position) "/>
|
|
197 <param name="param_algorithm_PeakPicker_deconvolution_fitting_penalties_height" type="float" min="0.0" optional="True" value="1.0" label="penalty term for the fitting of the intensity:If it gets negative during the fitting it can be penalized" help="(-height) "/>
|
|
198 <param name="param_algorithm_PeakPicker_deconvolution_fitting_penalties_left_width" type="float" min="0.0" optional="True" value="0.0" label="penalty term for the fitting of the left width:If the left width gets too broad or negative during the fitting it can be penalized" help="(-left_width) "/>
|
|
199 <param name="param_algorithm_PeakPicker_deconvolution_fitting_penalties_right_width" type="float" min="0.0" optional="True" value="0.0" label="penalty term for the fitting of the right width:If the right width gets too broad or negative during the fitting it can be penalized" help="(-right_width) "/>
|
|
200 <param name="param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_max_intensity" type="integer" min="-1" optional="True" value="-1" label="maximal intensity considered for histogram construction" help="(-max_intensity) By default, it will be calculated automatically (see auto_mode). Only provide this parameter if you know what you are doing (and change 'auto_mode' to '-1')! All intensities EQUAL/ABOVE 'max_intensity' will not be added to the histogram. If you choose 'max_intensity' too small, the noise estimate might be too small as well. If chosen too big, the bins become quite large (which you could counter by increasing 'bin_count', which increases runtime)"/>
|
|
201 <param name="param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_auto_max_stdev_factor" type="float" min="0.0" max="999.0" optional="True" value="3.0" label="parameter for 'max_intensity' estimation (if 'auto_mode' == 0): mean + 'auto_max_stdev_factor' * stdev" help="(-auto_max_stdev_factor) "/>
|
|
202 <param name="param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_auto_max_percentile" type="integer" min="0" max="100" optional="True" value="95" label="parameter for 'max_intensity' estimation (if 'auto_mode' == 1): auto_max_percentile th percentile" help="(-auto_max_percentile) "/>
|
|
203 <param name="param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_auto_mode" type="integer" min="-1" max="1" optional="True" value="0" label="method to use to determine maximal intensity: -1 --> use 'max_intensity'; 0 --> 'auto_max_stdev_factor' method (default); 1 --> 'auto_max_percentile' method" help="(-auto_mode) "/>
|
|
204 <param name="param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_win_len" type="float" min="1.0" optional="True" value="200.0" label="window length in Thomson" help="(-win_len) "/>
|
|
205 <param name="param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_bin_count" type="integer" min="3" optional="True" value="30" label="number of bins for intensity values" help="(-bin_count) "/>
|
|
206 <param name="param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_stdev_mp" type="float" min="0.01" max="999.0" optional="True" value="3.0" label="multiplier for stdev" help="(-stdev_mp) "/>
|
|
207 <param name="param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_min_required_elements" type="integer" min="1" optional="True" value="10" label="minimum number of elements required in a window (otherwise it is considered sparse)" help="(-min_required_elements) "/>
|
|
208 <param name="param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_noise_for_empty_window" type="float" value="1e+20" label="noise value used for sparse windows" help="(-noise_for_empty_window) "/>
|
|
209 </expand>
|
|
210 </inputs>
|
|
211 <outputs>
|
|
212 <data name="param_out" format="mzml"/>
|
|
213 </outputs>
|
|
214 <help>**What it does**
|
|
215
|
|
216 Applies time of flight calibration.
|
|
217
|
|
218
|
|
219 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_TOFCalibration.html</help>
|
|
220 <expand macro="references"/>
|
|
221 </tool>
|