comparison OpenSwathWorkflow.xml @ 4:6ead64a594bd draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
author bgruening
date Wed, 27 Jan 2016 10:06:49 -0500
parents 3d84209d3178
children
comparison
equal deleted inserted replaced
3:ec62782f6c68 4:6ead64a594bd
1 <?xml version='1.0' encoding='UTF-8'?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <tool id="OpenSwathWorkflow" name="OpenSwathWorkflow" version="1.12.0"> 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 <description>Complete workflow to run OpenSWATH</description> 3 <!--Proposed Tool Section: [Utilities]-->
4 <macros> 4 <tool id="OpenSwathWorkflow" name="OpenSwathWorkflow" version="2.0.0">
5 <token name="@EXECUTABLE@">OpenSwathWorkflow</token> 5 <description>Complete workflow to run OpenSWATH</description>
6 <import>macros.xml</import> 6 <macros>
7 </macros> 7 <token name="@EXECUTABLE@">OpenSwathWorkflow</token>
8 <expand macro="stdio"/> 8 <import>macros.xml</import>
9 <expand macro="requirements"/> 9 </macros>
10 <command>OpenSwathWorkflow 10 <expand macro="references"/>
11 <expand macro="stdio"/>
12 <expand macro="requirements"/>
13 <command>OpenSwathWorkflow
11 14
12 -in ${param_in} 15 -in
13 -tr ${param_tr} 16 #for token in $param_in:
14 -tr_type ${param_tr_type} 17 $token
15 -tr_irt ${param_tr_irt} 18 #end for
16 -out_features ${param_out_features} 19 #if $param_tr:
17 -out_tsv ${param_out_tsv} 20 -tr $param_tr
18 -rt_extraction_window ${param_rt_extraction_window} 21 #end if
19 -mz_extraction_window ${param_mz_extraction_window} 22 #if $param_tr_type:
20 ${param_ppm} 23 -tr_type
21 -threads \${GALAXY_SLOTS:-24} 24 #if &quot; &quot; in str($param_tr_type):
22 -Scoring:rt_normalization_factor ${param_rt_normalization_factor} 25 &quot;$param_tr_type&quot;
23 -Scoring:TransitionGroupPicker:stop_after_feature ${param_stop_after_feature} 26 #else
24 -Scoring:TransitionGroupPicker:min_peak_width ${param_min_peak_width} 27 $param_tr_type
25 -Scoring:TransitionGroupPicker:recalculate_peaks ${param_recalculate_peaks} 28 #end if
26 -Scoring:TransitionGroupPicker:recalculate_peaks_max_z ${param_recalculate_peaks_max_z} 29 #end if
27 -Scoring:TransitionGroupPicker:minimal_quality ${param_minimal_quality} 30 #if $param_tr_irt:
28 -Scoring:TransitionGroupPicker:compute_peak_quality ${param_compute_peak_quality} 31 -tr_irt $param_tr_irt
29 -Scoring:TransitionGroupPicker:PeakPickerMRM:sgolay_frame_length ${param_sgolay_frame_length} 32 #end if
30 -Scoring:TransitionGroupPicker:PeakPickerMRM:sgolay_polynomial_order ${param_sgolay_polynomial_order} 33 #if $output_fmt == 'tsv':
31 -Scoring:TransitionGroupPicker:PeakPickerMRM:gauss_width ${param_gauss_width} 34 -out_tsv "$out_tsv"
32 -Scoring:TransitionGroupPicker:PeakPickerMRM:use_gauss ${param_use_gauss} 35 #else:
33 -Scoring:TransitionGroupPicker:PeakPickerMRM:peak_width ${param_peak_width} 36 -out_features "$out_features"
34 -Scoring:TransitionGroupPicker:PeakPickerMRM:signal_to_noise ${param_signal_to_noise} 37 #end if
35 ${param_remove_overlapping_peaks} 38 #if $param_out_chrom:
36 -Scoring:TransitionGroupPicker:PeakPickerMRM:method ${param_method} 39 -out_chrom $param_out_chrom
37 -Scoring:DIAScoring:dia_extraction_window ${param_dia_extraction_window} 40 #end if
38 ${param_dia_centroided} 41 #if $param_rt_extraction_window:
39 -Scoring:DIAScoring:dia_byseries_intensity_min ${param_dia_byseries_intensity_min} 42 -rt_extraction_window $param_rt_extraction_window
40 -Scoring:DIAScoring:dia_byseries_ppm_diff ${param_dia_byseries_ppm_diff} 43 #end if
41 -Scoring:DIAScoring:dia_nr_isotopes ${param_dia_nr_isotopes} 44 #if $param_mz_extraction_window:
42 -Scoring:DIAScoring:dia_nr_charges ${param_dia_nr_charges} 45 -mz_extraction_window $param_mz_extraction_window
43 -Scoring:DIAScoring:peak_before_mono_max_ppm_diff ${param_peak_before_mono_max_ppm_diff} 46 #end if
44 -Scoring:EMGScoring:max_iteration ${param_max_iteration} 47 #if $param_ppm:
45 -Scoring:EMGScoring:deltaRelError ${param_deltaRelError} 48 -ppm
49 #end if
50 -threads \${GALAXY_SLOTS:-24}
51 #if $param_Scoring_stop_report_after_feature:
52 -Scoring:stop_report_after_feature $param_Scoring_stop_report_after_feature
53 #end if
54 #if $param_Scoring_rt_normalization_factor:
55 -Scoring:rt_normalization_factor $param_Scoring_rt_normalization_factor
56 #end if
57 #if $param_Scoring_TransitionGroupPicker_stop_after_feature:
58 -Scoring:TransitionGroupPicker:stop_after_feature $param_Scoring_TransitionGroupPicker_stop_after_feature
59 #end if
60 #if $param_Scoring_TransitionGroupPicker_min_peak_width:
61 -Scoring:TransitionGroupPicker:min_peak_width $param_Scoring_TransitionGroupPicker_min_peak_width
62 #end if
63 #if $param_Scoring_TransitionGroupPicker_recalculate_peaks:
64 -Scoring:TransitionGroupPicker:recalculate_peaks &quot;$param_Scoring_TransitionGroupPicker_recalculate_peaks&quot;
65 #end if
66 #if $param_Scoring_TransitionGroupPicker_recalculate_peaks_max_z:
67 -Scoring:TransitionGroupPicker:recalculate_peaks_max_z $param_Scoring_TransitionGroupPicker_recalculate_peaks_max_z
68 #end if
69 #if $param_Scoring_TransitionGroupPicker_minimal_quality:
70 -Scoring:TransitionGroupPicker:minimal_quality $param_Scoring_TransitionGroupPicker_minimal_quality
71 #end if
72 #if $param_Scoring_TransitionGroupPicker_compute_peak_quality:
73 -Scoring:TransitionGroupPicker:compute_peak_quality &quot;$param_Scoring_TransitionGroupPicker_compute_peak_quality&quot;
74 #end if
75 #if $param_Scoring_TransitionGroupPicker_PeakPickerMRM_sgolay_frame_length:
76 -Scoring:TransitionGroupPicker:PeakPickerMRM:sgolay_frame_length $param_Scoring_TransitionGroupPicker_PeakPickerMRM_sgolay_frame_length
77 #end if
78 #if $param_Scoring_TransitionGroupPicker_PeakPickerMRM_sgolay_polynomial_order:
79 -Scoring:TransitionGroupPicker:PeakPickerMRM:sgolay_polynomial_order $param_Scoring_TransitionGroupPicker_PeakPickerMRM_sgolay_polynomial_order
80 #end if
81 #if $param_Scoring_TransitionGroupPicker_PeakPickerMRM_gauss_width:
82 -Scoring:TransitionGroupPicker:PeakPickerMRM:gauss_width $param_Scoring_TransitionGroupPicker_PeakPickerMRM_gauss_width
83 #end if
84 #if $param_Scoring_TransitionGroupPicker_PeakPickerMRM_use_gauss:
85 -Scoring:TransitionGroupPicker:PeakPickerMRM:use_gauss
86 #end if
87 #if $param_Scoring_TransitionGroupPicker_PeakPickerMRM_peak_width:
88 -Scoring:TransitionGroupPicker:PeakPickerMRM:peak_width $param_Scoring_TransitionGroupPicker_PeakPickerMRM_peak_width
89 #end if
90 #if $param_Scoring_TransitionGroupPicker_PeakPickerMRM_signal_to_noise:
91 -Scoring:TransitionGroupPicker:PeakPickerMRM:signal_to_noise $param_Scoring_TransitionGroupPicker_PeakPickerMRM_signal_to_noise
92 #end if
93 #if $param_Scoring_TransitionGroupPicker_PeakPickerMRM_write_sn_log_messages:
94 -Scoring:TransitionGroupPicker:PeakPickerMRM:write_sn_log_messages
95 #end if
96 #if $param_Scoring_TransitionGroupPicker_PeakPickerMRM_remove_overlapping_peaks:
97 -Scoring:TransitionGroupPicker:PeakPickerMRM:remove_overlapping_peaks
98 #end if
99 #if $param_Scoring_TransitionGroupPicker_PeakPickerMRM_method:
100 -Scoring:TransitionGroupPicker:PeakPickerMRM:method
101 #if &quot; &quot; in str($param_Scoring_TransitionGroupPicker_PeakPickerMRM_method):
102 &quot;$param_Scoring_TransitionGroupPicker_PeakPickerMRM_method&quot;
103 #else
104 $param_Scoring_TransitionGroupPicker_PeakPickerMRM_method
105 #end if
106 #end if
107 #if $param_Scoring_DIAScoring_dia_extraction_window:
108 -Scoring:DIAScoring:dia_extraction_window $param_Scoring_DIAScoring_dia_extraction_window
109 #end if
110 #if $param_Scoring_DIAScoring_dia_centroided:
111 -Scoring:DIAScoring:dia_centroided
112 #end if
113 #if $param_Scoring_DIAScoring_dia_byseries_intensity_min:
114 -Scoring:DIAScoring:dia_byseries_intensity_min $param_Scoring_DIAScoring_dia_byseries_intensity_min
115 #end if
116 #if $param_Scoring_DIAScoring_dia_byseries_ppm_diff:
117 -Scoring:DIAScoring:dia_byseries_ppm_diff $param_Scoring_DIAScoring_dia_byseries_ppm_diff
118 #end if
119 #if $param_Scoring_DIAScoring_dia_nr_isotopes:
120 -Scoring:DIAScoring:dia_nr_isotopes $param_Scoring_DIAScoring_dia_nr_isotopes
121 #end if
122 #if $param_Scoring_DIAScoring_dia_nr_charges:
123 -Scoring:DIAScoring:dia_nr_charges $param_Scoring_DIAScoring_dia_nr_charges
124 #end if
125 #if $param_Scoring_DIAScoring_peak_before_mono_max_ppm_diff:
126 -Scoring:DIAScoring:peak_before_mono_max_ppm_diff $param_Scoring_DIAScoring_peak_before_mono_max_ppm_diff
127 #end if
128 #if $param_Scoring_EMGScoring_max_iteration:
129 -Scoring:EMGScoring:max_iteration $param_Scoring_EMGScoring_max_iteration
130 #end if
131 #if $param_outlierDetection_outlierMethod:
132 -outlierDetection:outlierMethod
133 #if &quot; &quot; in str($param_outlierDetection_outlierMethod):
134 &quot;$param_outlierDetection_outlierMethod&quot;
135 #else
136 $param_outlierDetection_outlierMethod
137 #end if
138 #end if
139 #if $param_outlierDetection_useIterativeChauvenet:
140 -outlierDetection:useIterativeChauvenet
141 #end if
142 #if $param_outlierDetection_RANSACMaxIterations:
143 -outlierDetection:RANSACMaxIterations $param_outlierDetection_RANSACMaxIterations
144 #end if
145 #if $param_outlierDetection_RANSACMaxPercentRTThreshold:
146 -outlierDetection:RANSACMaxPercentRTThreshold $param_outlierDetection_RANSACMaxPercentRTThreshold
147 #end if
148 #if $param_outlierDetection_RANSACSamplingSize:
149 -outlierDetection:RANSACSamplingSize $param_outlierDetection_RANSACSamplingSize
150 #end if
151 #if $param_outlierDetection_estimateBestPeptides:
152 -outlierDetection:estimateBestPeptides
153 #end if
154 #if $param_outlierDetection_InitialQualityCutoff:
155 -outlierDetection:InitialQualityCutoff $param_outlierDetection_InitialQualityCutoff
156 #end if
157 #if $param_outlierDetection_OverallQualityCutoff:
158 -outlierDetection:OverallQualityCutoff $param_outlierDetection_OverallQualityCutoff
159 #end if
160 #if $param_outlierDetection_NrRTBins:
161 -outlierDetection:NrRTBins $param_outlierDetection_NrRTBins
162 #end if
163 #if $param_outlierDetection_MinPeptidesPerBin:
164 -outlierDetection:MinPeptidesPerBin $param_outlierDetection_MinPeptidesPerBin
165 #end if
166 #if $param_outlierDetection_MinBinsFilled:
167 -outlierDetection:MinBinsFilled $param_outlierDetection_MinBinsFilled
168 #end if
46 #if $adv_opts.adv_opts_selector=='advanced': 169 #if $adv_opts.adv_opts_selector=='advanced':
47 -rt_norm ${adv_opts.param_rt_norm} 170 #if $adv_opts.param_rt_norm:
48 -swath_windows_file ${adv_opts.param_swath_windows_file} 171 -rt_norm $adv_opts.param_rt_norm
49 ${adv_opts.param_sort_swath_maps} 172 #end if
50 ${adv_opts.param_use_ms1_traces} 173 #if $adv_opts.param_swath_windows_file:
51 -out_chrom ${adv_opts.param_out_chrom} 174 -swath_windows_file $adv_opts.param_swath_windows_file
52 -min_upper_edge_dist ${adv_opts.param_min_upper_edge_dist} 175 #end if
53 -extra_rt_extraction_window ${adv_opts.param_extra_rt_extraction_window} 176 #if $adv_opts.param_sort_swath_maps:
54 -min_rsq ${adv_opts.param_min_rsq} 177 -sort_swath_maps
55 -min_coverage ${adv_opts.param_min_coverage} 178 #end if
56 ${adv_opts.param_split_file_input} 179 #if $adv_opts.param_use_ms1_traces:
57 ${adv_opts.param_use_elution_model_score} 180 -use_ms1_traces
58 -readOptions ${adv_opts.param_readOptions} 181 #end if
59 -tempDirectory ${adv_opts.param_tempDirectory} 182 #if $adv_opts.param_min_upper_edge_dist:
60 -extraction_function ${adv_opts.param_extraction_function} 183 -min_upper_edge_dist $adv_opts.param_min_upper_edge_dist
61 -batchSize ${adv_opts.param_batchSize} 184 #end if
62 -Scoring:quantification_cutoff ${adv_opts.param_quantification_cutoff} 185 #if $adv_opts.param_extra_rt_extraction_window:
63 ${adv_opts.param_write_convex_hull} 186 -extra_rt_extraction_window $adv_opts.param_extra_rt_extraction_window
64 ${adv_opts.param_use_shape_score} 187 #end if
65 ${adv_opts.param_use_coelution_score} 188 #if $adv_opts.param_min_rsq:
66 ${adv_opts.param_use_rt_score} 189 -min_rsq $adv_opts.param_min_rsq
67 ${adv_opts.param_use_library_score} 190 #end if
68 ${adv_opts.param_use_intensity_score} 191 #if $adv_opts.param_min_coverage:
69 ${adv_opts.param_use_nr_peaks_score} 192 -min_coverage $adv_opts.param_min_coverage
70 ${adv_opts.param_use_total_xic_score} 193 #end if
71 ${adv_opts.param_use_sn_score} 194 #if $adv_opts.param_split_file_input:
72 ${adv_opts.param_use_dia_scores} 195 -split_file_input
73 ${adv_opts.param_use_ms1_correlation} 196 #end if
74 ${adv_opts.param_use_ms1_fullscan} 197 #if $adv_opts.param_use_elution_model_score:
198 -use_elution_model_score
199 #end if
200 #if $adv_opts.param_readOptions:
201 -readOptions
202 #if &quot; &quot; in str($adv_opts.param_readOptions):
203 &quot;$adv_opts.param_readOptions&quot;
204 #else
205 $adv_opts.param_readOptions
206 #end if
207 #end if
208 #if $adv_opts.param_tempDirectory:
209 -tempDirectory &quot;$adv_opts.param_tempDirectory&quot;
210 #end if
211 #if $adv_opts.param_extraction_function:
212 -extraction_function
213 #if &quot; &quot; in str($adv_opts.param_extraction_function):
214 &quot;$adv_opts.param_extraction_function&quot;
215 #else
216 $adv_opts.param_extraction_function
217 #end if
218 #end if
219 #if $adv_opts.param_batchSize:
220 -batchSize $adv_opts.param_batchSize
221 #end if
222 #if $adv_opts.param_force:
223 -force
224 #end if
225 #if $adv_opts.param_Scoring_quantification_cutoff:
226 -Scoring:quantification_cutoff $adv_opts.param_Scoring_quantification_cutoff
227 #end if
228 #if $adv_opts.param_Scoring_write_convex_hull:
229 -Scoring:write_convex_hull
230 #end if
231 #if $adv_opts.param_Scoring_Scores_use_shape_score:
232 -Scoring:Scores:use_shape_score
233 #end if
234 #if $adv_opts.param_Scoring_Scores_use_coelution_score:
235 -Scoring:Scores:use_coelution_score
236 #end if
237 #if $adv_opts.param_Scoring_Scores_use_rt_score:
238 -Scoring:Scores:use_rt_score
239 #end if
240 #if $adv_opts.param_Scoring_Scores_use_library_score:
241 -Scoring:Scores:use_library_score
242 #end if
243 #if $adv_opts.param_Scoring_Scores_use_intensity_score:
244 -Scoring:Scores:use_intensity_score
245 #end if
246 #if $adv_opts.param_Scoring_Scores_use_nr_peaks_score:
247 -Scoring:Scores:use_nr_peaks_score
248 #end if
249 #if $adv_opts.param_Scoring_Scores_use_total_xic_score:
250 -Scoring:Scores:use_total_xic_score
251 #end if
252 #if $adv_opts.param_Scoring_Scores_use_sn_score:
253 -Scoring:Scores:use_sn_score
254 #end if
255 #if $adv_opts.param_Scoring_Scores_use_dia_scores:
256 -Scoring:Scores:use_dia_scores
257 #end if
258 #if $adv_opts.param_Scoring_Scores_use_ms1_correlation:
259 -Scoring:Scores:use_ms1_correlation
260 #end if
261 #if $adv_opts.param_Scoring_Scores_use_ms1_fullscan:
262 -Scoring:Scores:use_ms1_fullscan
263 #end if
75 #end if 264 #end if
76 </command> 265 </command>
77 <inputs> 266 <inputs>
78 <param name="param_in" type="data" format="mzML,mzXML" optional="False" size="20" label="Input files separated by blank" help="(-in)"/> 267 <param format="mzxml,mzml" help="(-in) " label="Input files separated by blank" multiple="true" name="param_in" optional="False" size="30" type="data">
79 <param name="param_tr" type="data" format="tabular" optional="False" label="transition file ('TraML','tsv' or 'csv')" help="(-tr)"/> 268 <sanitizer>
80 <param name="param_tr_type" type="select" optional="True" label="input file type -- default: determined from file extension or content#br#" help="(-tr_type)"> 269 <valid initial="string.printable">
81 <option value="traML">traML</option> 270 <remove value="'"/>
82 <option value="tsv">tsv</option> 271 <remove value="&quot;"/>
83 <option value="csv">csv</option> 272 </valid>
84 </param> 273 </sanitizer>
85 <param name="param_tr_irt" type="data" format="" optional="True" label="transition file ('TraML')" help="(-tr_irt)"/> 274 </param>
86 <param name="param_out_tsv" type="text" size="20" label="TSV output file (mProphet compatible)" help="(-out_tsv)"/> 275 <param format="tabular,traml" help="(-tr) " label="transition file ('TraML','tsv' or 'csv')" name="param_tr" optional="False" type="data"/>
87 <param name="param_rt_extraction_window" type="float" value="600.0" label="Only extract RT around this value (-1 means extract over the whole range, a value of 600 means to extract around +/- 300 s of the expected elution)." help="(-rt_extraction_window)"/> 276 <param help="(-tr_type) " label="input file type -- default: determined from file extension or content" name="param_tr_type" optional="True" type="select">
88 <param name="param_mz_extraction_window" type="float" min="0.0" optional="True" value="0.05" label="Extraction window used (in Thomson, to use ppm see -ppm flag)" help="(-mz_extraction_window)"/> 277 <option value="traML">traML</option>
89 <param name="param_ppm" type="boolean" truevalue="-ppm true" falsevalue="-ppm false" checked="false" optional="True" label="m/z extraction_window is in ppm" help="(-ppm)"/> 278 <option value="tsv">tsv</option>
90 <param name="param_rt_normalization_factor" type="float" value="100.0" label="The normalized RT is expected to be between 0 and 1. If your normalized RT has a different range, pass this here (e.g. it goes from 0 to 100, set this value to 100)" help="(-rt_normalization_factor)"/> 279 <option value="csv">csv</option>
91 <param name="param_stop_after_feature" type="integer" value="-1" label="Stop finding after feature (ordered by intensity; -1 means do not stop)." help="(-stop_after_feature)"/> 280 </param>
92 <param name="param_min_peak_width" type="float" value="14.0" label="Minimal peak width (s), discard all peaks below this value (-1 means no action)." help="(-min_peak_width)"/> 281 <param format="traml" help="(-tr_irt) " label="transition file ('TraML')" name="param_tr_irt" optional="True" type="data"/>
93 <param name="param_recalculate_peaks" type="text" size="20" value="true" label="Tries to get better peak picking by looking at peak consistency of all picked peaks. Tries to use the consensus (median) peak border if theof variation within the picked peaks is too large." help="(-recalculate_peaks)"/> 282 <param name="output_fmt" type="select" label="Select feature list output format">
94 <param name="param_recalculate_peaks_max_z" type="float" value="0.75" label="Determines the maximal Z-Score (difference measured in standard deviations) that is considered too large for peak boundaries. If the Z-Score is above this value, the median is used for peak boundaries (default value 1.0)." help="(-recalculate_peaks_max_z)"/> 283 <option value="featurexml">FeatureXML</option>
95 <param name="param_minimal_quality" type="float" value="-1.5" label="Only if compute_peak_quality is set, this parameter will not consider peaks below this quality threshold" help="(-minimal_quality)"/> 284 <option value="tsv">TSV output file (mProphet compatible)</option>
96 <param name="param_compute_peak_quality" type="text" size="20" value="true" label="Tries to compute a quality value for each peakgroup and detect outlier transitions. The resulting score is centered around zero and values above 0 are generally good and below -1 or -2 are usually bad." help="(-compute_peak_quality)"/> 285 </param>
97 <param name="param_sgolay_frame_length" type="integer" value="11" label="The number of subsequent data points used for smoothing.#br#This number has to be uneven. If it is not, 1 will be added." help="(-sgolay_frame_length)"/> 286 <param help="(-rt_extraction_window) " label="Only extract RT around this value (-1 means extract over the whole range, a value of 600 means to extract around +/- 300 s of the expected elution)" name="param_rt_extraction_window" type="float" value="600.0"/>
98 <param name="param_sgolay_polynomial_order" type="integer" value="3" label="Order of the polynomial that is fitted." help="(-sgolay_polynomial_order)"/> 287 <param help="(-mz_extraction_window) " label="Extraction window used (in Thomson, to use ppm see -ppm flag)" min="0.0" name="param_mz_extraction_window" optional="True" type="float" value="0.05"/>
99 <param name="param_gauss_width" type="float" value="30.0" label="Gaussian width in seconds, estimated peak size." help="(-gauss_width)"/> 288 <param checked="false" falsevalue="" help="(-ppm) " label="m/z extraction_window is in ppm" name="param_ppm" optional="True" truevalue="-ppm" type="boolean"/>
100 <param name="param_use_gauss" type="text" size="20" value="false" label="Use Gaussian filter for smoothing (alternative is Savitzky-Golay filter)" help="(-use_gauss)"/> 289 <param help="(-stop_report_after_feature) " label="Stop reporting after feature (ordered by quality; -1 means do not stop)" name="param_Scoring_stop_report_after_feature" type="integer" value="-1"/>
101 <param name="param_peak_width" type="float" value="-1.0" label="Force a certain minimal peak_width on the data (e.g. extend the peak at least by this amount on both sides) in seconds. -1 turns this feature off." help="(-peak_width)"/> 290 <param help="(-rt_normalization_factor) e.g. it goes from 0 to 100, set this value to 100)" label="The normalized RT is expected to be between 0 and 1. If your normalized RT has a different range, pass this here (" name="param_Scoring_rt_normalization_factor" type="float" value="100.0"/>
102 <param name="param_signal_to_noise" type="float" min="0.0" optional="True" value="0.1" label="Signal-to-noise threshold at which a peak will not be extended any more. Note that setting this too high (e.g. 1.0) can lead to peaks whose flanks are not fully captured." help="(-signal_to_noise)"/> 291 <param help="(-stop_after_feature) " label="Stop finding after feature (ordered by intensity; -1 means do not stop)" name="param_Scoring_TransitionGroupPicker_stop_after_feature" type="integer" value="-1"/>
103 <param name="param_remove_overlapping_peaks" type="boolean" truevalue="-Scoring:TransitionGroupPicker:PeakPickerMRM:remove_overlapping_peaks true" falsevalue="-Scoring:TransitionGroupPicker:PeakPickerMRM:remove_overlapping_peaks false" checked="true" optional="True" label="Try to remove overlapping peaks during peak picking" help="(-remove_overlapping_peaks)"/> 292 <param help="(-min_peak_width) " label="Minimal peak width (s), discard all peaks below this value (-1 means no action)" name="param_Scoring_TransitionGroupPicker_min_peak_width" type="float" value="14.0"/>
104 <param name="param_method" type="select" optional="True" value="corrected" label="Which method to choose for chromatographic peak-picking (OpenSWATH legacy, corrected picking or Crawdad)." help="(-method)"> 293 <param help="(-recalculate_peaks) Tries to use the consensus (median) peak border if theof variation within the picked peaks is too large" label="Tries to get better peak picking by looking at peak consistency of all picked peaks" name="param_Scoring_TransitionGroupPicker_recalculate_peaks" size="30" type="text" value="true">
105 <option value="legacy">legacy</option> 294 <sanitizer>
106 <option value="corrected">corrected</option> 295 <valid initial="string.printable">
107 <option value="crawdad">crawdad</option> 296 <remove value="'"/>
108 </param> 297 <remove value="&quot;"/>
109 <param name="param_dia_extraction_window" type="float" min="0.0" optional="True" value="0.05" label="DIA extraction window in Th." help="(-dia_extraction_window)"/> 298 </valid>
110 <param name="param_dia_centroided" type="boolean" truevalue="-Scoring:DIAScoring:dia_centroided true" falsevalue="-Scoring:DIAScoring:dia_centroided false" checked="false" optional="True" label="Use centroded DIA data." help="(-dia_centroided)"/> 299 </sanitizer>
111 <param name="param_dia_byseries_intensity_min" type="float" min="0.0" optional="True" value="300.0" label="DIA b/y series minimum intensity to consider." help="(-dia_byseries_intensity_min)"/> 300 </param>
112 <param name="param_dia_byseries_ppm_diff" type="float" min="0.0" optional="True" value="10.0" label="DIA b/y series minimal difference in ppm to consider." help="(-dia_byseries_ppm_diff)"/> 301 <param help="(-recalculate_peaks_max_z) If the Z-Score is above this value, the median is used for peak boundaries (default value 1.0)" label="Determines the maximal Z-Score (difference measured in standard deviations) that is considered too large for peak boundaries" name="param_Scoring_TransitionGroupPicker_recalculate_peaks_max_z" type="float" value="0.75"/>
113 <param name="param_dia_nr_isotopes" type="integer" min="0" optional="True" value="4" label="DIA nr of isotopes to consider." help="(-dia_nr_isotopes)"/> 302 <param help="(-minimal_quality) " label="Only if compute_peak_quality is set, this parameter will not consider peaks below this quality threshold" name="param_Scoring_TransitionGroupPicker_minimal_quality" type="float" value="-1.5"/>
114 <param name="param_dia_nr_charges" type="integer" min="0" optional="True" value="4" label="DIA nr of charges to consider." help="(-dia_nr_charges)"/> 303 <param help="(-compute_peak_quality) The resulting score is centered around zero and values above 0 are generally good and below -1 or -2 are usually bad" label="Tries to compute a quality value for each peakgroup and detect outlier transitions" name="param_Scoring_TransitionGroupPicker_compute_peak_quality" size="30" type="text" value="true">
115 <param name="param_peak_before_mono_max_ppm_diff" type="float" min="0.0" optional="True" value="20.0" label="DIA maximal difference in ppm to count a peak at lower m/z when searching for evidence that a peak might not be monoisotopic." help="(-peak_before_mono_max_ppm_diff)"/> 304 <sanitizer>
116 <param name="param_max_iteration" type="integer" value="10" label="Maximum number of iterations using by Levenberg-Marquardt algorithm." help="(-max_iteration)"/> 305 <valid initial="string.printable">
117 <param name="param_deltaRelError" type="float" value="0.1" label="" help="(-deltaRelError)"/> 306 <remove value="'"/>
118 <expand macro="advanced_options"> 307 <remove value="&quot;"/>
119 <param name="param_rt_norm" type="data" format="" optional="True" label="RT normalization file (how to map the RTs of this run to the ones stored in the library). If set, tr_irt may be omitted." help="(-rt_norm)"/> 308 </valid>
120 <param name="param_swath_windows_file" type="data" format="data" label="Optional, tab separated file containing the SWATH windows: lower_offset upper_offset \newline 400 425 \newline ... Note that the first line is a header and will be skipped." help="(-swath_windows_file)"/> 309 </sanitizer>
121 <param name="param_sort_swath_maps" type="boolean" truevalue="-sort_swath_maps true" falsevalue="-sort_swath_maps false" checked="false" optional="True" label="Sort of input SWATH files when matching to SWATH windows from swath_windows_file" help="(-sort_swath_maps)"/> 310 </param>
122 <param name="param_use_ms1_traces" type="boolean" truevalue="-use_ms1_traces true" falsevalue="-use_ms1_traces false" checked="false" optional="True" label="Extract the precursor ion trace(s) and use for scoring" help="(-use_ms1_traces)"/> 311 <param help="(-sgolay_frame_length) &lt;br&gt;This number has to be uneven. If it is not, 1 will be added" label="The number of subsequent data points used for smoothing" name="param_Scoring_TransitionGroupPicker_PeakPickerMRM_sgolay_frame_length" type="integer" value="11"/>
123 <param name="param_min_upper_edge_dist" type="float" value="0.0" label="Minimal distance to the edge to still consider a precursor, in Thomson" help="(-min_upper_edge_dist)"/> 312 <param help="(-sgolay_polynomial_order) " label="Order of the polynomial that is fitted" name="param_Scoring_TransitionGroupPicker_PeakPickerMRM_sgolay_polynomial_order" type="integer" value="3"/>
124 <param name="param_extra_rt_extraction_window" type="float" min="0.0" optional="True" value="0.0" label="Output an XIC with a RT-window that by this much larger (e.g. to visually inspect a larger area of the chromatogram)" help="(-extra_rt_extraction_window)"/> 313 <param help="(-gauss_width) " label="Gaussian width in seconds, estimated peak size" name="param_Scoring_TransitionGroupPicker_PeakPickerMRM_gauss_width" type="float" value="30.0"/>
125 <param name="param_min_rsq" type="float" value="0.95" label="Minimum r-squared of RT peptides regression" help="(-min_rsq)"/> 314 <param checked="false" falsevalue="" help="(-use_gauss) " label="Use Gaussian filter for smoothing (alternative is Savitzky-Golay filter)" name="param_Scoring_TransitionGroupPicker_PeakPickerMRM_use_gauss" optional="True" truevalue="-Scoring:TransitionGroupPicker:PeakPickerMRM:use_gauss" type="boolean"/>
126 <param name="param_min_coverage" type="float" value="0.6" label="Minimum relative amount of RT peptides to keep" help="(-min_coverage)"/> 315 <param help="(-peak_width) e.g. extend the peak at least by this amount on both sides) in seconds. -1 turns this feature off" label="Force a certain minimal peak_width on the data (" name="param_Scoring_TransitionGroupPicker_PeakPickerMRM_peak_width" type="float" value="-1.0"/>
127 <param name="param_split_file_input" type="boolean" truevalue="-split_file_input true" falsevalue="-split_file_input false" checked="false" optional="True" label="The input files each contain one single SWATH (alternatively: all SWATH are in separate files)" help="(-split_file_input)"/> 316 <param help="(-signal_to_noise) e.g. 1.0) can lead to peaks whose flanks are not fully captured" label="Signal-to-noise threshold at which a peak will not be extended any more. Note that setting this too high (" min="0.0" name="param_Scoring_TransitionGroupPicker_PeakPickerMRM_signal_to_noise" optional="True" type="float" value="0.1"/>
128 <param name="param_use_elution_model_score" type="boolean" truevalue="-use_elution_model_score true" falsevalue="-use_elution_model_score false" checked="false" optional="True" label="Turn on elution model score (EMG fit to peak)" help="(-use_elution_model_score)"/> 317 <param checked="false" falsevalue="" help="(-write_sn_log_messages) " label="Write out log messages of the signal-to-noise estimator in case of sparse windows or median in rightmost histogram bin" name="param_Scoring_TransitionGroupPicker_PeakPickerMRM_write_sn_log_messages" optional="True" truevalue="-Scoring:TransitionGroupPicker:PeakPickerMRM:write_sn_log_messages" type="boolean"/>
129 <param name="param_readOptions" type="select" optional="True" value="normal" label="Whether to run OpenSWATH directly on the input data, cache data to disk first or to perform a datareduction step first. If you choose cache, make sure to also set tempDirectory" help="(-readOptions)"> 318 <param checked="true" falsevalue="" help="(-remove_overlapping_peaks) " label="Try to remove overlapping peaks during peak picking" name="param_Scoring_TransitionGroupPicker_PeakPickerMRM_remove_overlapping_peaks" optional="True" truevalue="-Scoring:TransitionGroupPicker:PeakPickerMRM:remove_overlapping_peaks" type="boolean"/>
130 <option value="normal">normal</option> 319 <param help="(-method) " label="Which method to choose for chromatographic peak-picking (OpenSWATH legacy, corrected picking or Crawdad)" name="param_Scoring_TransitionGroupPicker_PeakPickerMRM_method" optional="True" type="select" value="corrected">
131 <option value="cache">cache</option> 320 <option value="legacy">legacy</option>
132 </param> 321 <option value="corrected">corrected</option>
133 <param name="param_tempDirectory" type="text" size="20" value="/tmp/" label="Temporary directory to store cached files for example" help="(-tempDirectory)"/> 322 <option value="crawdad">crawdad</option>
134 <param name="param_extraction_function" type="select" optional="True" value="tophat" label="Function used to extract the signal" help="(-extraction_function)"> 323 </param>
135 <option value="tophat">tophat</option> 324 <param help="(-dia_extraction_window) " label="DIA extraction window in Th" min="0.0" name="param_Scoring_DIAScoring_dia_extraction_window" optional="True" type="float" value="0.05"/>
136 <option value="bartlett">bartlett</option> 325 <param checked="false" falsevalue="" help="(-dia_centroided) " label="Use centroded DIA data" name="param_Scoring_DIAScoring_dia_centroided" optional="True" truevalue="-Scoring:DIAScoring:dia_centroided" type="boolean"/>
137 </param> 326 <param help="(-dia_byseries_intensity_min) " label="DIA b/y series minimum intensity to conside" min="0.0" name="param_Scoring_DIAScoring_dia_byseries_intensity_min" optional="True" type="float" value="300.0"/>
138 <param name="param_batchSize" type="integer" min="0" optional="True" value="0" label="The batch size of chromatograms to process (0 means to only have one batch, sensible values are around 500-1000)" help="(-batchSize)"/> 327 <param help="(-dia_byseries_ppm_diff) " label="DIA b/y series minimal difference in ppm to conside" min="0.0" name="param_Scoring_DIAScoring_dia_byseries_ppm_diff" optional="True" type="float" value="10.0"/>
139 <param name="param_quantification_cutoff" type="float" min="0.0" optional="True" value="0.0" label="Cutoff in m/z below which peaks should not be used for quantification any more" help="(-quantification_cutoff)"/> 328 <param help="(-dia_nr_isotopes) " label="DIA nr of isotopes to conside" min="0" name="param_Scoring_DIAScoring_dia_nr_isotopes" optional="True" type="integer" value="4"/>
140 <param name="param_write_convex_hull" type="boolean" truevalue="-Scoring:write_convex_hull true" falsevalue="-Scoring:write_convex_hull false" checked="false" optional="True" label="Whether to write out all points of all features into the featureXML" help="(-write_convex_hull)"/> 329 <param help="(-dia_nr_charges) " label="DIA nr of charges to conside" min="0" name="param_Scoring_DIAScoring_dia_nr_charges" optional="True" type="integer" value="4"/>
141 <param name="param_use_shape_score" type="boolean" truevalue="-Scoring:Scores:use_shape_score true" falsevalue="-Scoring:Scores:use_shape_score false" checked="true" optional="True" label="Use the shape score (this score measures the similarity in shape of the transitions using a cross-correlation)" help="(-use_shape_score)"/> 330 <param help="(-peak_before_mono_max_ppm_diff) " label="DIA maximal difference in ppm to count a peak at lower m/z when searching for evidence that a peak might not be monoisotopic" min="0.0" name="param_Scoring_DIAScoring_peak_before_mono_max_ppm_diff" optional="True" type="float" value="20.0"/>
142 <param name="param_use_coelution_score" type="boolean" truevalue="-Scoring:Scores:use_coelution_score true" falsevalue="-Scoring:Scores:use_coelution_score false" checked="true" optional="True" label="Use the coelution score (this score measures the similarity in coelution of the transitions using a cross-correlation)" help="(-use_coelution_score)"/> 331 <param help="(-max_iteration) " label="Maximum number of iterations using by Levenberg-Marquardt algorithm" name="param_Scoring_EMGScoring_max_iteration" type="integer" value="10"/>
143 <param name="param_use_rt_score" type="boolean" truevalue="-Scoring:Scores:use_rt_score true" falsevalue="-Scoring:Scores:use_rt_score false" checked="true" optional="True" label="Use the retention time score (this score measure the difference in retention time)" help="(-use_rt_score)"/> 332 <param help="(-outlierMethod) Iterative methods remove one outlier at a time. Jackknife approach optimizes for maximum r-squared improvement while 'iter_residual' removes the datapoint with the largest residual error (removal by residual is computationally cheaper, use this with lots of peptides)" label="Which outlier detection method to use (valid: 'iter_residual', 'iter_jackknife', 'ransac', 'none')" name="param_outlierDetection_outlierMethod" optional="True" type="select" value="iter_residual">
144 <param name="param_use_library_score" type="boolean" truevalue="-Scoring:Scores:use_library_score true" falsevalue="-Scoring:Scores:use_library_score false" checked="true" optional="True" label="Use the library score" help="(-use_library_score)"/> 333 <option value="iter_residual">iter_residual</option>
145 <param name="param_use_intensity_score" type="boolean" truevalue="-Scoring:Scores:use_intensity_score true" falsevalue="-Scoring:Scores:use_intensity_score false" checked="true" optional="True" label="Use the intensity score" help="(-use_intensity_score)"/> 334 <option value="iter_jackknife">iter_jackknife</option>
146 <param name="param_use_nr_peaks_score" type="boolean" truevalue="-Scoring:Scores:use_nr_peaks_score true" falsevalue="-Scoring:Scores:use_nr_peaks_score false" checked="true" optional="True" label="Use the number of peaks score" help="(-use_nr_peaks_score)"/> 335 <option value="ransac">ransac</option>
147 <param name="param_use_total_xic_score" type="boolean" truevalue="-Scoring:Scores:use_total_xic_score true" falsevalue="-Scoring:Scores:use_total_xic_score false" checked="true" optional="True" label="Use the total XIC score" help="(-use_total_xic_score)"/> 336 <option value="none">none</option>
148 <param name="param_use_sn_score" type="boolean" truevalue="-Scoring:Scores:use_sn_score true" falsevalue="-Scoring:Scores:use_sn_score false" checked="true" optional="True" label="Use the SN (signal to noise) score" help="(-use_sn_score)"/> 337 </param>
149 <param name="param_use_dia_scores" type="boolean" truevalue="-Scoring:Scores:use_dia_scores true" falsevalue="-Scoring:Scores:use_dia_scores false" checked="true" optional="True" label="Use the DIA (SWATH) scores" help="(-use_dia_scores)"/> 338 <param checked="false" falsevalue="" help="(-useIterativeChauvenet) This should be used if the algorithm removes too many datapoints but it may lead to true outliers being retained" label="Whether to use Chauvenet's criterion when using iterative methods" name="param_outlierDetection_useIterativeChauvenet" optional="True" truevalue="-outlierDetection:useIterativeChauvenet" type="boolean"/>
150 <param name="param_use_ms1_correlation" type="boolean" truevalue="-Scoring:Scores:use_ms1_correlation true" falsevalue="-Scoring:Scores:use_ms1_correlation false" checked="false" optional="True" label="Use the correlation scores with the MS1 elution profiles" help="(-use_ms1_correlation)"/> 339 <param help="(-RANSACMaxIterations) " label="Maximum iterations for the RANSAC outlier detection algorithm" name="param_outlierDetection_RANSACMaxIterations" type="integer" value="1000"/>
151 <param name="param_use_ms1_fullscan" type="boolean" truevalue="-Scoring:Scores:use_ms1_fullscan true" falsevalue="-Scoring:Scores:use_ms1_fullscan false" checked="false" optional="True" label="Use the full MS1 scan at the peak apex for scoring (ppm accuracy of precursor and isotopic pattern)" help="(-use_ms1_fullscan)"/> 340 <param help="(-RANSACMaxPercentRTThreshold) Default is set to 3% which is around +/- 4 minutes on a 120 gradient" label="Maximum threshold in RT dimension for the RANSAC outlier detection algorithm (in percent of the total gradient)" name="param_outlierDetection_RANSACMaxPercentRTThreshold" type="integer" value="3"/>
152 </expand> 341 <param help="(-RANSACSamplingSize) " label="Sampling size of data points per iteration for the RANSAC outlier detection algorithm" name="param_outlierDetection_RANSACSamplingSize" type="integer" value="10"/>
153 </inputs> 342 <param checked="false" falsevalue="" help="(-estimateBestPeptides) e.g. due to them being endogenous peptides or using a less curated list of peptides)" label="Whether the algorithms should try to choose the best peptides based on their peak shape for normalization. Use this option you do not expect all your peptides to be detected in a sample and too many 'bad' peptides enter the outlier removal step (" name="param_outlierDetection_estimateBestPeptides" optional="True" truevalue="-outlierDetection:estimateBestPeptides" type="boolean"/>
154 <outputs> 343 <param help="(-InitialQualityCutoff) -2 to 2)" label="The initial overall quality cutoff for a peak to be scored (range ca" name="param_outlierDetection_InitialQualityCutoff" type="float" value="0.5"/>
155 <data name="param_out_features" label="output file" format="featureXML"/> 344 <param help="(-OverallQualityCutoff) 0 to 10)" label="The overall quality cutoff for a peak to go into the retention time estimation (range ca" name="param_outlierDetection_OverallQualityCutoff" type="float" value="5.5"/>
156 <data name="param_out_chrom" label="Also output all computed chromatograms (chrom.mzML) output" format="mzML"/> 345 <param help="(-NrRTBins) This option should be used to ensure that there is a complete coverage of the RT space (this should detect cases where only a part of the RT gradient is actually covered by normalization peptides)" label="Number of RT bins to use to compute coverage" name="param_outlierDetection_NrRTBins" type="integer" value="10"/>
157 </outputs> 346 <param help="(-MinPeptidesPerBin) " label="Minimal number of peptides that are required for a bin to counted as 'covered'" name="param_outlierDetection_MinPeptidesPerBin" type="integer" value="1"/>
158 <help>**What it does** 347 <param help="(-MinBinsFilled) " label="Minimal number of bins required to be covered" name="param_outlierDetection_MinBinsFilled" type="integer" value="8"/>
159 348 <expand macro="advanced_options">
160 Complete workflow to run OpenSWATH 349 <param format="trafoxml" help="(-rt_norm) If set, tr_irt may be omitted" label="RT normalization file (how to map the RTs of this run to the ones stored in the library)" name="param_rt_norm" optional="True" type="data"/>
350 <param format="text" help="(-swath_windows_file) Note that the first line is a header and will be skipped" label="Optional, tab separated file containing the SWATH windows: lower_offset upper_offset \newline 400 425 \newline .." name="param_swath_windows_file" type="data"/>
351 <param checked="false" falsevalue="" help="(-sort_swath_maps) " label="Sort of input SWATH files when matching to SWATH windows from swath_windows_file" name="param_sort_swath_maps" optional="True" truevalue="-sort_swath_maps" type="boolean"/>
352 <param checked="false" falsevalue="" help="(-use_ms1_traces) " label="Extract the precursor ion trace(s) and use for scoring" name="param_use_ms1_traces" optional="True" truevalue="-use_ms1_traces" type="boolean"/>
353 <param help="(-min_upper_edge_dist) " label="Minimal distance to the edge to still consider a precursor, in Thomson" name="param_min_upper_edge_dist" type="float" value="0.0"/>
354 <param help="(-extra_rt_extraction_window) e.g. to visually inspect a larger area of the chromatogram)" label="Output an XIC with a RT-window that by this much larger (" min="0.0" name="param_extra_rt_extraction_window" optional="True" type="float" value="0.0"/>
355 <param help="(-min_rsq) " label="Minimum r-squared of RT peptides regression" name="param_min_rsq" type="float" value="0.95"/>
356 <param help="(-min_coverage) " label="Minimum relative amount of RT peptides to keep" name="param_min_coverage" type="float" value="0.6"/>
357 <param checked="false" falsevalue="" help="(-split_file_input) " label="The input files each contain one single SWATH (alternatively: all SWATH are in separate files)" name="param_split_file_input" optional="True" truevalue="-split_file_input" type="boolean"/>
358 <param checked="false" falsevalue="" help="(-use_elution_model_score) " label="Turn on elution model score (EMG fit to peak)" name="param_use_elution_model_score" optional="True" truevalue="-use_elution_model_score" type="boolean"/>
359 <param help="(-readOptions) If you choose cache, make sure to also set tempDirectory" label="Whether to run OpenSWATH directly on the input data, cache data to disk first or to perform a datareduction step first" name="param_readOptions" optional="True" type="select" value="normal">
360 <option value="normal">normal</option>
361 <option value="cache">cache</option>
362 </param>
363 <param help="(-tempDirectory) " label="Temporary directory to store cached files for example" name="param_tempDirectory" size="30" type="text" value="/tmp/">
364 <sanitizer>
365 <valid initial="string.printable">
366 <remove value="'"/>
367 <remove value="&quot;"/>
368 </valid>
369 </sanitizer>
370 </param>
371 <param help="(-extraction_function) " label="Function used to extract the signal" name="param_extraction_function" optional="True" type="select" value="tophat">
372 <option value="tophat">tophat</option>
373 <option value="bartlett">bartlett</option>
374 </param>
375 <param help="(-batchSize) " label="The batch size of chromatograms to process (0 means to only have one batch, sensible values are around 500-1000)" min="0" name="param_batchSize" optional="True" type="integer" value="0"/>
376 <param checked="false" falsevalue="" help="(-force) " label="Overwrite tool specific checks" name="param_force" optional="True" truevalue="-force" type="boolean"/>
377 <param help="(-quantification_cutoff) " label="Cutoff in m/z below which peaks should not be used for quantification any more" min="0.0" name="param_Scoring_quantification_cutoff" optional="True" type="float" value="0.0"/>
378 <param checked="false" falsevalue="" help="(-write_convex_hull) " label="Whether to write out all points of all features into the featureXML" name="param_Scoring_write_convex_hull" optional="True" truevalue="-Scoring:write_convex_hull" type="boolean"/>
379 <param checked="true" falsevalue="" help="(-use_shape_score) " label="Use the shape score (this score measures the similarity in shape of the transitions using a cross-correlation)" name="param_Scoring_Scores_use_shape_score" optional="True" truevalue="-Scoring:Scores:use_shape_score" type="boolean"/>
380 <param checked="true" falsevalue="" help="(-use_coelution_score) " label="Use the coelution score (this score measures the similarity in coelution of the transitions using a cross-correlation)" name="param_Scoring_Scores_use_coelution_score" optional="True" truevalue="-Scoring:Scores:use_coelution_score" type="boolean"/>
381 <param checked="true" falsevalue="" help="(-use_rt_score) " label="Use the retention time score (this score measure the difference in retention time)" name="param_Scoring_Scores_use_rt_score" optional="True" truevalue="-Scoring:Scores:use_rt_score" type="boolean"/>
382 <param checked="true" falsevalue="" help="(-use_library_score) " label="Use the library score" name="param_Scoring_Scores_use_library_score" optional="True" truevalue="-Scoring:Scores:use_library_score" type="boolean"/>
383 <param checked="true" falsevalue="" help="(-use_intensity_score) " label="Use the intensity score" name="param_Scoring_Scores_use_intensity_score" optional="True" truevalue="-Scoring:Scores:use_intensity_score" type="boolean"/>
384 <param checked="true" falsevalue="" help="(-use_nr_peaks_score) " label="Use the number of peaks score" name="param_Scoring_Scores_use_nr_peaks_score" optional="True" truevalue="-Scoring:Scores:use_nr_peaks_score" type="boolean"/>
385 <param checked="true" falsevalue="" help="(-use_total_xic_score) " label="Use the total XIC score" name="param_Scoring_Scores_use_total_xic_score" optional="True" truevalue="-Scoring:Scores:use_total_xic_score" type="boolean"/>
386 <param checked="true" falsevalue="" help="(-use_sn_score) " label="Use the SN (signal to noise) score" name="param_Scoring_Scores_use_sn_score" optional="True" truevalue="-Scoring:Scores:use_sn_score" type="boolean"/>
387 <param checked="true" falsevalue="" help="(-use_dia_scores) " label="Use the DIA (SWATH) scores" name="param_Scoring_Scores_use_dia_scores" optional="True" truevalue="-Scoring:Scores:use_dia_scores" type="boolean"/>
388 <param checked="false" falsevalue="" help="(-use_ms1_correlation) " label="Use the correlation scores with the MS1 elution profiles" name="param_Scoring_Scores_use_ms1_correlation" optional="True" truevalue="-Scoring:Scores:use_ms1_correlation" type="boolean"/>
389 <param checked="false" falsevalue="" help="(-use_ms1_fullscan) " label="Use the full MS1 scan at the peak apex for scoring (ppm accuracy of precursor and isotopic pattern)" name="param_Scoring_Scores_use_ms1_fullscan" optional="True" truevalue="-Scoring:Scores:use_ms1_fullscan" type="boolean"/>
390 </expand>
391 </inputs>
392 <outputs>
393 <data name="out_features" format="featurexml">
394 <filter>output_fmt == 'featurexml'</filter>
395 </data>
396 <data name="out_tsv" format="tabular">
397 <filter>output_fmt == 'tsv'</filter>
398 </data>
399 <data format="mzml" name="param_out_chrom"/>
400 </outputs>
401 <help>Complete workflow to run OpenSWATH
161 402
162 403
163 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_OpenSwathWorkflow.html 404 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_OpenSwathWorkflow.html</help>
164 405 </tool>
165 @REFERENCES@
166 </help>
167 </tool>