comparison OpenSwathAnalyzer.xml @ 3:ee58e9cf2d33 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit daf6dfc513ede9b890125d9fff2c2657d834eea9
author galaxyp
date Fri, 14 Jul 2017 19:04:00 -0400
parents 7d2394730cdb
children 5609b13e148d
comparison
equal deleted inserted replaced
2:66b3eed59efd 3:ee58e9cf2d33
1 <?xml version='1.0' encoding='UTF-8'?> 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.--> 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: [Targeted Experiments]--> 3 <!--Proposed Tool Section: [Targeted Experiments]-->
4 <tool id="OpenSwathAnalyzer" name="OpenSwathAnalyzer" version="2.1.0"> 4 <tool id="OpenSwathAnalyzer" name="OpenSwathAnalyzer" version="2.2.0">
5 <description>Picks peaks and finds features in an SRM experiment.</description> 5 <description>Picks peaks and finds features in an SRM experiment.</description>
6 <macros> 6 <macros>
7 <token name="@EXECUTABLE@">OpenSwathAnalyzer</token> 7 <token name="@EXECUTABLE@">OpenSwathAnalyzer</token>
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 </macros> 9 </macros>
161 #else 161 #else
162 $adv_opts.param_algorithm_TransitionGroupPicker_background_subtraction 162 $adv_opts.param_algorithm_TransitionGroupPicker_background_subtraction
163 #end if 163 #end if
164 #end if 164 #end if
165 #if $adv_opts.param_algorithm_TransitionGroupPicker_recalculate_peaks: 165 #if $adv_opts.param_algorithm_TransitionGroupPicker_recalculate_peaks:
166 -algorithm:TransitionGroupPicker:recalculate_peaks "$adv_opts.param_algorithm_TransitionGroupPicker_recalculate_peaks" 166 -algorithm:TransitionGroupPicker:recalculate_peaks
167 #end if
168 #if $adv_opts.param_algorithm_TransitionGroupPicker_use_precursors:
169 -algorithm:TransitionGroupPicker:use_precursors
167 #end if 170 #end if
168 #if $adv_opts.param_algorithm_TransitionGroupPicker_recalculate_peaks_max_z: 171 #if $adv_opts.param_algorithm_TransitionGroupPicker_recalculate_peaks_max_z:
169 -algorithm:TransitionGroupPicker:recalculate_peaks_max_z $adv_opts.param_algorithm_TransitionGroupPicker_recalculate_peaks_max_z 172 -algorithm:TransitionGroupPicker:recalculate_peaks_max_z $adv_opts.param_algorithm_TransitionGroupPicker_recalculate_peaks_max_z
170 #end if 173 #end if
171 #if $adv_opts.param_algorithm_TransitionGroupPicker_minimal_quality: 174 #if $adv_opts.param_algorithm_TransitionGroupPicker_minimal_quality:
172 -algorithm:TransitionGroupPicker:minimal_quality $adv_opts.param_algorithm_TransitionGroupPicker_minimal_quality 175 -algorithm:TransitionGroupPicker:minimal_quality $adv_opts.param_algorithm_TransitionGroupPicker_minimal_quality
173 #end if 176 #end if
174 #if $adv_opts.param_algorithm_TransitionGroupPicker_compute_peak_quality: 177 #if $adv_opts.param_algorithm_TransitionGroupPicker_compute_peak_quality:
175 -algorithm:TransitionGroupPicker:compute_peak_quality "$adv_opts.param_algorithm_TransitionGroupPicker_compute_peak_quality" 178 -algorithm:TransitionGroupPicker:compute_peak_quality
176 #end if 179 #end if
177 #if $adv_opts.param_algorithm_EMGScoring_interpolation_step: 180 #if $adv_opts.param_algorithm_EMGScoring_interpolation_step:
178 -algorithm:EMGScoring:interpolation_step $adv_opts.param_algorithm_EMGScoring_interpolation_step 181 -algorithm:EMGScoring:interpolation_step $adv_opts.param_algorithm_EMGScoring_interpolation_step
179 #end if 182 #end if
180 #if $adv_opts.param_algorithm_EMGScoring_tolerance_stdev_bounding_box: 183 #if $adv_opts.param_algorithm_EMGScoring_tolerance_stdev_bounding_box:
269 $adv_opts.param_algorithm_Scores_use_dia_scores 272 $adv_opts.param_algorithm_Scores_use_dia_scores
270 #end if 273 #end if
271 #end if 274 #end if
272 #if $adv_opts.param_algorithm_Scores_use_ms1_correlation: 275 #if $adv_opts.param_algorithm_Scores_use_ms1_correlation:
273 -algorithm:Scores:use_ms1_correlation 276 -algorithm:Scores:use_ms1_correlation
277 #end if
278 #if $adv_opts.param_algorithm_Scores_use_sonar_scores:
279 -algorithm:Scores:use_sonar_scores
274 #end if 280 #end if
275 #if $adv_opts.param_algorithm_Scores_use_ms1_fullscan: 281 #if $adv_opts.param_algorithm_Scores_use_ms1_fullscan:
276 -algorithm:Scores:use_ms1_fullscan 282 -algorithm:Scores:use_ms1_fullscan
277 #end if 283 #end if
278 #if $adv_opts.param_algorithm_Scores_use_uis_scores: 284 #if $adv_opts.param_algorithm_Scores_use_uis_scores:
346 <param name="param_algorithm_TransitionGroupPicker_background_subtraction" display="radio" type="select" optional="False" value="none" label="Try to apply a background subtraction to the peak (experimental)" help="(-background_subtraction) The background is estimated at the peak boundaries, either the smoothed or the raw chromatogram data can be used for that"> 352 <param name="param_algorithm_TransitionGroupPicker_background_subtraction" display="radio" type="select" optional="False" value="none" label="Try to apply a background subtraction to the peak (experimental)" help="(-background_subtraction) The background is estimated at the peak boundaries, either the smoothed or the raw chromatogram data can be used for that">
347 <option value="none" selected="true">none</option> 353 <option value="none" selected="true">none</option>
348 <option value="smoothed">smoothed</option> 354 <option value="smoothed">smoothed</option>
349 <option value="original">original</option> 355 <option value="original">original</option>
350 </param> 356 </param>
351 <param name="param_algorithm_TransitionGroupPicker_recalculate_peaks" type="text" size="30" value="false" label="Tries to get better peak picking by looking at peak consistency of all picked peaks" help="(-recalculate_peaks) Tries to use the consensus (median) peak border if theof variation within the picked peaks is too large"> 357 <param name="param_algorithm_TransitionGroupPicker_recalculate_peaks" display="radio" type="boolean" truevalue="-algorithm:TransitionGroupPicker:recalculate_peaks" falsevalue="" checked="false" optional="True" label="Tries to get better peak picking by looking at peak consistency of all picked peaks" help="(-recalculate_peaks) Tries to use the consensus (median) peak border if theof variation within the picked peaks is too large"/>
352 <sanitizer> 358 <param name="param_algorithm_TransitionGroupPicker_use_precursors" display="radio" type="boolean" truevalue="-algorithm:TransitionGroupPicker:use_precursors" falsevalue="" checked="false" optional="True" label="Use precursor chromatogram for peak picking" help="(-use_precursors) "/>
353 <valid initial="string.printable">
354 <remove value="'"/>
355 <remove value="&quot;"/>
356 </valid>
357 </sanitizer>
358 </param>
359 <param name="param_algorithm_TransitionGroupPicker_recalculate_peaks_max_z" type="float" value="1.0" label="Determines the maximal Z-Score (difference measured in standard deviations) that is considered too large for peak boundaries" help="(-recalculate_peaks_max_z) If the Z-Score is above this value, the median is used for peak boundaries (default value 1.0)"/> 359 <param name="param_algorithm_TransitionGroupPicker_recalculate_peaks_max_z" type="float" value="1.0" label="Determines the maximal Z-Score (difference measured in standard deviations) that is considered too large for peak boundaries" help="(-recalculate_peaks_max_z) If the Z-Score is above this value, the median is used for peak boundaries (default value 1.0)"/>
360 <param name="param_algorithm_TransitionGroupPicker_minimal_quality" type="float" value="-10000.0" label="Only if compute_peak_quality is set, this parameter will not consider peaks below this quality threshold" help="(-minimal_quality) "/> 360 <param name="param_algorithm_TransitionGroupPicker_minimal_quality" type="float" value="-10000.0" label="Only if compute_peak_quality is set, this parameter will not consider peaks below this quality threshold" help="(-minimal_quality) "/>
361 <param name="param_algorithm_TransitionGroupPicker_compute_peak_quality" type="text" size="30" value="false" label="Tries to compute a quality value for each peakgroup and detect outlier transitions" 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"> 361 <param name="param_algorithm_TransitionGroupPicker_compute_peak_quality" display="radio" type="boolean" truevalue="-algorithm:TransitionGroupPicker:compute_peak_quality" falsevalue="" checked="false" optional="True" label="Tries to compute a quality value for each peakgroup and detect outlier transitions" 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"/>
362 <sanitizer>
363 <valid initial="string.printable">
364 <remove value="'"/>
365 <remove value="&quot;"/>
366 </valid>
367 </sanitizer>
368 </param>
369 <param name="param_algorithm_EMGScoring_interpolation_step" type="float" value="0.2" label="Sampling rate for the interpolation of the model function" help="(-interpolation_step) "/> 362 <param name="param_algorithm_EMGScoring_interpolation_step" type="float" value="0.2" label="Sampling rate for the interpolation of the model function" help="(-interpolation_step) "/>
370 <param name="param_algorithm_EMGScoring_tolerance_stdev_bounding_box" type="float" value="3.0" label="Bounding box has range [minimim of data, maximum of data] enlarged by tolerance_stdev_bounding_box times the standard deviation of the data" help="(-tolerance_stdev_bounding_box) "/> 363 <param name="param_algorithm_EMGScoring_tolerance_stdev_bounding_box" type="float" value="3.0" label="Bounding box has range [minimim of data, maximum of data] enlarged by tolerance_stdev_bounding_box times the standard deviation of the data" help="(-tolerance_stdev_bounding_box) "/>
371 <param name="param_algorithm_EMGScoring_max_iteration" type="integer" value="500" label="Maximum number of iterations using by Levenberg-Marquardt algorithm" help="(-max_iteration) "/> 364 <param name="param_algorithm_EMGScoring_max_iteration" type="integer" value="500" label="Maximum number of iterations using by Levenberg-Marquardt algorithm" help="(-max_iteration) "/>
372 <param name="param_algorithm_EMGScoring_statistics_mean" type="float" value="1.0" label="Centroid position of the model" help="(-mean) "/> 365 <param name="param_algorithm_EMGScoring_statistics_mean" type="float" value="1.0" label="Centroid position of the model" help="(-mean) "/>
373 <param name="param_algorithm_EMGScoring_statistics_variance" type="float" value="1.0" label="Variance of the model" help="(-variance) "/> 366 <param name="param_algorithm_EMGScoring_statistics_variance" type="float" value="1.0" label="Variance of the model" help="(-variance) "/>
405 </param> 398 </param>
406 <param name="param_algorithm_Scores_use_sn_score" display="radio" type="select" optional="False" value="true" label="Use the SN (signal to noise) score" help="(-use_sn_score) "> 399 <param name="param_algorithm_Scores_use_sn_score" display="radio" type="select" optional="False" value="true" label="Use the SN (signal to noise) score" help="(-use_sn_score) ">
407 <option value="true" selected="true">true</option> 400 <option value="true" selected="true">true</option>
408 <option value="false">false</option> 401 <option value="false">false</option>
409 </param> 402 </param>
410 <param name="param_algorithm_Scores_use_dia_scores" display="radio" type="select" optional="False" value="true" label="Use the DIA (SWATH) scores" help="(-use_dia_scores) "> 403 <param name="param_algorithm_Scores_use_dia_scores" display="radio" type="select" optional="False" value="true" label="Use the DIA (SWATH) scores" help="(-use_dia_scores) If turned off, will not use fragment ion spectra for scoring">
411 <option value="true" selected="true">true</option> 404 <option value="true" selected="true">true</option>
412 <option value="false">false</option> 405 <option value="false">false</option>
413 </param> 406 </param>
414 <param name="param_algorithm_Scores_use_ms1_correlation" display="radio" type="boolean" truevalue="-algorithm:Scores:use_ms1_correlation" falsevalue="" checked="false" optional="True" label="Use the correlation scores with the MS1 elution profiles" help="(-use_ms1_correlation) "/> 407 <param name="param_algorithm_Scores_use_ms1_correlation" display="radio" type="boolean" truevalue="-algorithm:Scores:use_ms1_correlation" falsevalue="" checked="false" optional="True" label="Use the correlation scores with the MS1 elution profiles" help="(-use_ms1_correlation) "/>
408 <param name="param_algorithm_Scores_use_sonar_scores" display="radio" type="boolean" truevalue="-algorithm:Scores:use_sonar_scores" falsevalue="" checked="false" optional="True" label="Use the scores for SONAR scans (scanning swath)" help="(-use_sonar_scores) "/>
415 <param name="param_algorithm_Scores_use_ms1_fullscan" display="radio" type="boolean" truevalue="-algorithm:Scores:use_ms1_fullscan" falsevalue="" 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) "/> 409 <param name="param_algorithm_Scores_use_ms1_fullscan" display="radio" type="boolean" truevalue="-algorithm:Scores:use_ms1_fullscan" falsevalue="" 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) "/>
416 <param name="param_algorithm_Scores_use_uis_scores" display="radio" type="boolean" truevalue="-algorithm:Scores:use_uis_scores" falsevalue="" checked="false" optional="True" label="Use UIS scores for peptidoform identification" help="(-use_uis_scores) "/> 410 <param name="param_algorithm_Scores_use_uis_scores" display="radio" type="boolean" truevalue="-algorithm:Scores:use_uis_scores" falsevalue="" checked="false" optional="True" label="Use UIS scores for peptidoform identification" help="(-use_uis_scores) "/>
417 </expand> 411 </expand>
418 </inputs> 412 </inputs>
419 <outputs> 413 <outputs>