Mercurial > repos > bgruening > openms
annotate OpenSwathRTNormalizer.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 |
| rev | line source |
|---|---|
|
4
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
3 <!--Proposed Tool Section: [Targeted Experiments]--> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
4 <tool id="OpenSwathRTNormalizer" name="OpenSwathRTNormalizer" version="2.0.0"> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
5 <description>This tool will take a description of RT peptides and their normalized retention time to write out a transformation file on how to transform the RT space into the normalized space.</description> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
6 <macros> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
7 <token name="@EXECUTABLE@">OpenSwathRTNormalizer</token> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
8 <import>macros.xml</import> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
9 </macros> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
10 <expand macro="references"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
11 <expand macro="stdio"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
12 <expand macro="requirements"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
13 <command>OpenSwathRTNormalizer |
| 0 | 14 |
|
4
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
15 -in |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
16 #for token in $param_in: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
17 $token |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
18 #end for |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
19 #if $param_tr: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
20 -tr $param_tr |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
21 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
22 #if $param_out: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
23 -out $param_out |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
24 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
25 #if $param_rt_norm: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
26 -rt_norm $param_rt_norm |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
27 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
28 #if $param_min_rsq: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
29 -min_rsq $param_min_rsq |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
30 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
31 #if $param_min_coverage: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
32 -min_coverage $param_min_coverage |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
33 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
34 #if $param_estimateBestPeptides: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
35 -estimateBestPeptides |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
36 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
37 -threads \${GALAXY_SLOTS:-24} |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
38 #if $param_algorithm_stop_report_after_feature: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
39 -algorithm:stop_report_after_feature $param_algorithm_stop_report_after_feature |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
40 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
41 #if $param_algorithm_rt_extraction_window: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
42 -algorithm:rt_extraction_window $param_algorithm_rt_extraction_window |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
43 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
44 #if $param_algorithm_rt_normalization_factor: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
45 -algorithm:rt_normalization_factor $param_algorithm_rt_normalization_factor |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
46 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
47 #if $param_algorithm_TransitionGroupPicker_stop_after_feature: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
48 -algorithm:TransitionGroupPicker:stop_after_feature $param_algorithm_TransitionGroupPicker_stop_after_feature |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
49 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
50 #if $param_algorithm_TransitionGroupPicker_stop_after_intensity_ratio: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
51 -algorithm:TransitionGroupPicker:stop_after_intensity_ratio $param_algorithm_TransitionGroupPicker_stop_after_intensity_ratio |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
52 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
53 #if $param_algorithm_TransitionGroupPicker_PeakPickerMRM_sgolay_frame_length: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
54 -algorithm:TransitionGroupPicker:PeakPickerMRM:sgolay_frame_length $param_algorithm_TransitionGroupPicker_PeakPickerMRM_sgolay_frame_length |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
55 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
56 #if $param_algorithm_TransitionGroupPicker_PeakPickerMRM_sgolay_polynomial_order: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
57 -algorithm:TransitionGroupPicker:PeakPickerMRM:sgolay_polynomial_order $param_algorithm_TransitionGroupPicker_PeakPickerMRM_sgolay_polynomial_order |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
58 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
59 #if $param_algorithm_TransitionGroupPicker_PeakPickerMRM_gauss_width: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
60 -algorithm:TransitionGroupPicker:PeakPickerMRM:gauss_width $param_algorithm_TransitionGroupPicker_PeakPickerMRM_gauss_width |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
61 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
62 #if $param_algorithm_TransitionGroupPicker_PeakPickerMRM_use_gauss: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
63 -algorithm:TransitionGroupPicker:PeakPickerMRM:use_gauss |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
64 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
65 #if $param_algorithm_TransitionGroupPicker_PeakPickerMRM_peak_width: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
66 -algorithm:TransitionGroupPicker:PeakPickerMRM:peak_width $param_algorithm_TransitionGroupPicker_PeakPickerMRM_peak_width |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
67 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
68 #if $param_algorithm_TransitionGroupPicker_PeakPickerMRM_signal_to_noise: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
69 -algorithm:TransitionGroupPicker:PeakPickerMRM:signal_to_noise $param_algorithm_TransitionGroupPicker_PeakPickerMRM_signal_to_noise |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
70 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
71 #if $param_algorithm_TransitionGroupPicker_PeakPickerMRM_sn_win_len: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
72 -algorithm:TransitionGroupPicker:PeakPickerMRM:sn_win_len $param_algorithm_TransitionGroupPicker_PeakPickerMRM_sn_win_len |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
73 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
74 #if $param_algorithm_TransitionGroupPicker_PeakPickerMRM_sn_bin_count: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
75 -algorithm:TransitionGroupPicker:PeakPickerMRM:sn_bin_count $param_algorithm_TransitionGroupPicker_PeakPickerMRM_sn_bin_count |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
76 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
77 #if $param_algorithm_TransitionGroupPicker_PeakPickerMRM_write_sn_log_messages: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
78 -algorithm:TransitionGroupPicker:PeakPickerMRM:write_sn_log_messages |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
79 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
80 #if $param_algorithm_TransitionGroupPicker_PeakPickerMRM_remove_overlapping_peaks: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
81 -algorithm:TransitionGroupPicker:PeakPickerMRM:remove_overlapping_peaks |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
82 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
83 #if $param_algorithm_TransitionGroupPicker_PeakPickerMRM_method: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
84 -algorithm:TransitionGroupPicker:PeakPickerMRM:method |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
85 #if " " in str($param_algorithm_TransitionGroupPicker_PeakPickerMRM_method): |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
86 "$param_algorithm_TransitionGroupPicker_PeakPickerMRM_method" |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
87 #else |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
88 $param_algorithm_TransitionGroupPicker_PeakPickerMRM_method |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
89 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
90 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
91 #if $param_algorithm_DIAScoring_dia_extraction_window: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
92 -algorithm:DIAScoring:dia_extraction_window $param_algorithm_DIAScoring_dia_extraction_window |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
93 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
94 #if $param_algorithm_DIAScoring_dia_centroided: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
95 -algorithm:DIAScoring:dia_centroided |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
96 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
97 #if $param_algorithm_DIAScoring_dia_byseries_intensity_min: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
98 -algorithm:DIAScoring:dia_byseries_intensity_min $param_algorithm_DIAScoring_dia_byseries_intensity_min |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
99 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
100 #if $param_algorithm_DIAScoring_dia_byseries_ppm_diff: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
101 -algorithm:DIAScoring:dia_byseries_ppm_diff $param_algorithm_DIAScoring_dia_byseries_ppm_diff |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
102 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
103 #if $param_algorithm_DIAScoring_dia_nr_isotopes: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
104 -algorithm:DIAScoring:dia_nr_isotopes $param_algorithm_DIAScoring_dia_nr_isotopes |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
105 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
106 #if $param_algorithm_DIAScoring_dia_nr_charges: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
107 -algorithm:DIAScoring:dia_nr_charges $param_algorithm_DIAScoring_dia_nr_charges |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
108 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
109 #if $param_algorithm_DIAScoring_peak_before_mono_max_ppm_diff: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
110 -algorithm:DIAScoring:peak_before_mono_max_ppm_diff $param_algorithm_DIAScoring_peak_before_mono_max_ppm_diff |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
111 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
112 #if $param_outlierDetection_outlierMethod: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
113 -outlierDetection:outlierMethod |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
114 #if " " in str($param_outlierDetection_outlierMethod): |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
115 "$param_outlierDetection_outlierMethod" |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
116 #else |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
117 $param_outlierDetection_outlierMethod |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
118 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
119 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
120 #if $param_outlierDetection_useIterativeChauvenet: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
121 -outlierDetection:useIterativeChauvenet |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
122 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
123 #if $param_outlierDetection_RANSACMaxIterations: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
124 -outlierDetection:RANSACMaxIterations $param_outlierDetection_RANSACMaxIterations |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
125 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
126 #if $param_outlierDetection_RANSACMaxPercentRTThreshold: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
127 -outlierDetection:RANSACMaxPercentRTThreshold $param_outlierDetection_RANSACMaxPercentRTThreshold |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
128 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
129 #if $param_outlierDetection_RANSACSamplingSize: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
130 -outlierDetection:RANSACSamplingSize $param_outlierDetection_RANSACSamplingSize |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
131 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
132 #if $param_peptideEstimation_InitialQualityCutoff: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
133 -peptideEstimation:InitialQualityCutoff $param_peptideEstimation_InitialQualityCutoff |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
134 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
135 #if $param_peptideEstimation_OverallQualityCutoff: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
136 -peptideEstimation:OverallQualityCutoff $param_peptideEstimation_OverallQualityCutoff |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
137 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
138 #if $param_peptideEstimation_NrRTBins: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
139 -peptideEstimation:NrRTBins $param_peptideEstimation_NrRTBins |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
140 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
141 #if $param_peptideEstimation_MinPeptidesPerBin: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
142 -peptideEstimation:MinPeptidesPerBin $param_peptideEstimation_MinPeptidesPerBin |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
143 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
144 #if $param_peptideEstimation_MinBinsFilled: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
145 -peptideEstimation:MinBinsFilled $param_peptideEstimation_MinBinsFilled |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
146 #end if |
| 0 | 147 #if $adv_opts.adv_opts_selector=='advanced': |
|
4
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
148 #if $adv_opts.param_force: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
149 -force |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
150 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
151 #if $adv_opts.param_algorithm_quantification_cutoff: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
152 -algorithm:quantification_cutoff $adv_opts.param_algorithm_quantification_cutoff |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
153 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
154 #if $adv_opts.param_algorithm_write_convex_hull: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
155 -algorithm:write_convex_hull |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
156 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
157 #if $adv_opts.param_algorithm_add_up_spectra: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
158 -algorithm:add_up_spectra $adv_opts.param_algorithm_add_up_spectra |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
159 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
160 #if $adv_opts.param_algorithm_spacing_for_spectra_resampling: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
161 -algorithm:spacing_for_spectra_resampling $adv_opts.param_algorithm_spacing_for_spectra_resampling |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
162 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
163 #if $adv_opts.param_algorithm_TransitionGroupPicker_min_peak_width: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
164 -algorithm:TransitionGroupPicker:min_peak_width $adv_opts.param_algorithm_TransitionGroupPicker_min_peak_width |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
165 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
166 #if $adv_opts.param_algorithm_TransitionGroupPicker_background_subtraction: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
167 -algorithm:TransitionGroupPicker:background_subtraction |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
168 #if " " in str($adv_opts.param_algorithm_TransitionGroupPicker_background_subtraction): |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
169 "$adv_opts.param_algorithm_TransitionGroupPicker_background_subtraction" |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
170 #else |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
171 $adv_opts.param_algorithm_TransitionGroupPicker_background_subtraction |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
172 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
173 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
174 #if $adv_opts.param_algorithm_TransitionGroupPicker_recalculate_peaks: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
175 -algorithm:TransitionGroupPicker:recalculate_peaks "$adv_opts.param_algorithm_TransitionGroupPicker_recalculate_peaks" |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
176 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
177 #if $adv_opts.param_algorithm_TransitionGroupPicker_recalculate_peaks_max_z: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
178 -algorithm:TransitionGroupPicker:recalculate_peaks_max_z $adv_opts.param_algorithm_TransitionGroupPicker_recalculate_peaks_max_z |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
179 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
180 #if $adv_opts.param_algorithm_TransitionGroupPicker_minimal_quality: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
181 -algorithm:TransitionGroupPicker:minimal_quality $adv_opts.param_algorithm_TransitionGroupPicker_minimal_quality |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
182 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
183 #if $adv_opts.param_algorithm_TransitionGroupPicker_compute_peak_quality: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
184 -algorithm:TransitionGroupPicker:compute_peak_quality "$adv_opts.param_algorithm_TransitionGroupPicker_compute_peak_quality" |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
185 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
186 #if $adv_opts.param_algorithm_EMGScoring_interpolation_step: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
187 -algorithm:EMGScoring:interpolation_step $adv_opts.param_algorithm_EMGScoring_interpolation_step |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
188 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
189 #if $adv_opts.param_algorithm_EMGScoring_tolerance_stdev_bounding_box: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
190 -algorithm:EMGScoring:tolerance_stdev_bounding_box $adv_opts.param_algorithm_EMGScoring_tolerance_stdev_bounding_box |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
191 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
192 #if $adv_opts.param_algorithm_EMGScoring_max_iteration: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
193 -algorithm:EMGScoring:max_iteration $adv_opts.param_algorithm_EMGScoring_max_iteration |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
194 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
195 #if $adv_opts.param_algorithm_EMGScoring_statistics_mean: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
196 -algorithm:EMGScoring:statistics:mean $adv_opts.param_algorithm_EMGScoring_statistics_mean |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
197 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
198 #if $adv_opts.param_algorithm_EMGScoring_statistics_variance: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
199 -algorithm:EMGScoring:statistics:variance $adv_opts.param_algorithm_EMGScoring_statistics_variance |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
200 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
201 #if $adv_opts.param_algorithm_Scores_use_shape_score: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
202 -algorithm:Scores:use_shape_score |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
203 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
204 #if $adv_opts.param_algorithm_Scores_use_coelution_score: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
205 -algorithm:Scores:use_coelution_score |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
206 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
207 #if $adv_opts.param_algorithm_Scores_use_rt_score: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
208 -algorithm:Scores:use_rt_score |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
209 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
210 #if $adv_opts.param_algorithm_Scores_use_library_score: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
211 -algorithm:Scores:use_library_score |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
212 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
213 #if $adv_opts.param_algorithm_Scores_use_elution_model_score: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
214 -algorithm:Scores:use_elution_model_score |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
215 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
216 #if $adv_opts.param_algorithm_Scores_use_intensity_score: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
217 -algorithm:Scores:use_intensity_score |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
218 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
219 #if $adv_opts.param_algorithm_Scores_use_nr_peaks_score: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
220 -algorithm:Scores:use_nr_peaks_score |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
221 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
222 #if $adv_opts.param_algorithm_Scores_use_total_xic_score: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
223 -algorithm:Scores:use_total_xic_score |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
224 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
225 #if $adv_opts.param_algorithm_Scores_use_sn_score: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
226 -algorithm:Scores:use_sn_score |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
227 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
228 #if $adv_opts.param_algorithm_Scores_use_dia_scores: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
229 -algorithm:Scores:use_dia_scores |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
230 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
231 #if $adv_opts.param_algorithm_Scores_use_ms1_correlation: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
232 -algorithm:Scores:use_ms1_correlation |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
233 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
234 #if $adv_opts.param_algorithm_Scores_use_ms1_fullscan: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
235 -algorithm:Scores:use_ms1_fullscan |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
236 #end if |
| 0 | 237 #end if |
| 238 </command> | |
|
4
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
239 <inputs> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
240 <param format="mzml" help="(-in) " label="Input files separated by blank" multiple="true" name="param_in" optional="False" size="30" type="data"> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
241 <sanitizer> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
242 <valid initial="string.printable"> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
243 <remove value="'"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
244 <remove value="""/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
245 </valid> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
246 </sanitizer> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
247 </param> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
248 <param format="tabular,traml" help="(-tr) " label="transition file with the RT peptides ('TraML' or 'csv')" name="param_tr" optional="False" type="data"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
249 <param format="trafoxml" help="(-rt_norm) " 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"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
250 <param help="(-min_rsq) " label="Minimum r-squared of RT peptides regression" name="param_min_rsq" type="float" value="0.95"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
251 <param help="(-min_coverage) " label="Minimum relative amount of RT peptides to keep" name="param_min_coverage" type="float" value="0.6"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
252 <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_estimateBestPeptides" optional="True" truevalue="-estimateBestPeptides" type="boolean"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
253 <param help="(-stop_report_after_feature) " label="Stop reporting after feature (ordered by quality; -1 means do not stop)" name="param_algorithm_stop_report_after_feature" type="integer" value="-1"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
254 <param help="(-rt_extraction_window) For this to work, the TraML input file needs to contain normalized RT values" label="Only extract RT around this value (-1 means extract over the whole range, a value of 500 means to extract around +/- 500 s of the expected elution)" name="param_algorithm_rt_extraction_window" type="float" value="-1.0"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
255 <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_algorithm_rt_normalization_factor" type="float" value="1.0"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
256 <param help="(-stop_after_feature) " label="Stop finding after feature (ordered by intensity; -1 means do not stop)" name="param_algorithm_TransitionGroupPicker_stop_after_feature" type="integer" value="-1"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
257 <param help="(-stop_after_intensity_ratio) " label="Stop after reaching intensity ratio" name="param_algorithm_TransitionGroupPicker_stop_after_intensity_ratio" type="float" value="0.0001"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
258 <param help="(-sgolay_frame_length) <br>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_algorithm_TransitionGroupPicker_PeakPickerMRM_sgolay_frame_length" type="integer" value="15"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
259 <param help="(-sgolay_polynomial_order) " label="Order of the polynomial that is fitted" name="param_algorithm_TransitionGroupPicker_PeakPickerMRM_sgolay_polynomial_order" type="integer" value="3"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
260 <param help="(-gauss_width) " label="Gaussian width in seconds, estimated peak size" name="param_algorithm_TransitionGroupPicker_PeakPickerMRM_gauss_width" type="float" value="50.0"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
261 <param checked="true" falsevalue="" help="(-use_gauss) " label="Use Gaussian filter for smoothing (alternative is Savitzky-Golay filter)" name="param_algorithm_TransitionGroupPicker_PeakPickerMRM_use_gauss" optional="True" truevalue="-algorithm:TransitionGroupPicker:PeakPickerMRM:use_gauss" type="boolean"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
262 <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_algorithm_TransitionGroupPicker_PeakPickerMRM_peak_width" type="float" value="40.0"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
263 <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_algorithm_TransitionGroupPicker_PeakPickerMRM_signal_to_noise" optional="True" type="float" value="1.0"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
264 <param help="(-sn_win_len) " label="Signal to noise window length" name="param_algorithm_TransitionGroupPicker_PeakPickerMRM_sn_win_len" type="float" value="1000.0"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
265 <param help="(-sn_bin_count) " label="Signal to noise bin count" name="param_algorithm_TransitionGroupPicker_PeakPickerMRM_sn_bin_count" type="integer" value="30"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
266 <param checked="true" 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_algorithm_TransitionGroupPicker_PeakPickerMRM_write_sn_log_messages" optional="True" truevalue="-algorithm:TransitionGroupPicker:PeakPickerMRM:write_sn_log_messages" type="boolean"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
267 <param checked="false" falsevalue="" help="(-remove_overlapping_peaks) " label="Try to remove overlapping peaks during peak picking" name="param_algorithm_TransitionGroupPicker_PeakPickerMRM_remove_overlapping_peaks" optional="True" truevalue="-algorithm:TransitionGroupPicker:PeakPickerMRM:remove_overlapping_peaks" type="boolean"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
268 <param help="(-method) " label="Which method to choose for chromatographic peak-picking (OpenSWATH legacy, corrected picking or Crawdad)" name="param_algorithm_TransitionGroupPicker_PeakPickerMRM_method" optional="True" type="select" value="legacy"> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
269 <option value="legacy">legacy</option> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
270 <option value="corrected">corrected</option> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
271 <option value="crawdad">crawdad</option> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
272 </param> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
273 <param help="(-dia_extraction_window) " label="DIA extraction window in Th" min="0.0" name="param_algorithm_DIAScoring_dia_extraction_window" optional="True" type="float" value="0.05"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
274 <param checked="false" falsevalue="" help="(-dia_centroided) " label="Use centroded DIA data" name="param_algorithm_DIAScoring_dia_centroided" optional="True" truevalue="-algorithm:DIAScoring:dia_centroided" type="boolean"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
275 <param help="(-dia_byseries_intensity_min) " label="DIA b/y series minimum intensity to conside" min="0.0" name="param_algorithm_DIAScoring_dia_byseries_intensity_min" optional="True" type="float" value="300.0"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
276 <param help="(-dia_byseries_ppm_diff) " label="DIA b/y series minimal difference in ppm to conside" min="0.0" name="param_algorithm_DIAScoring_dia_byseries_ppm_diff" optional="True" type="float" value="10.0"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
277 <param help="(-dia_nr_isotopes) " label="DIA nr of isotopes to conside" min="0" name="param_algorithm_DIAScoring_dia_nr_isotopes" optional="True" type="integer" value="4"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
278 <param help="(-dia_nr_charges) " label="DIA nr of charges to conside" min="0" name="param_algorithm_DIAScoring_dia_nr_charges" optional="True" type="integer" value="4"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
279 <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_algorithm_DIAScoring_peak_before_mono_max_ppm_diff" optional="True" type="float" value="20.0"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
280 <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"> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
281 <option value="iter_residual">iter_residual</option> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
282 <option value="iter_jackknife">iter_jackknife</option> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
283 <option value="ransac">ransac</option> |
| 0 | 284 <option value="none">none</option> |
| 285 </param> | |
|
4
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
286 <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"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
287 <param help="(-RANSACMaxIterations) " label="Maximum iterations for the RANSAC outlier detection algorithm" name="param_outlierDetection_RANSACMaxIterations" type="integer" value="1000"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
288 <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"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
289 <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"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
290 <param help="(-InitialQualityCutoff) -2 to 2)" label="The initial overall quality cutoff for a peak to be scored (range ca" name="param_peptideEstimation_InitialQualityCutoff" type="float" value="0.5"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
291 <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_peptideEstimation_OverallQualityCutoff" type="float" value="5.5"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
292 <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_peptideEstimation_NrRTBins" type="integer" value="10"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
293 <param help="(-MinPeptidesPerBin) " label="Minimal number of peptides that are required for a bin to counted as 'covered'" name="param_peptideEstimation_MinPeptidesPerBin" type="integer" value="1"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
294 <param help="(-MinBinsFilled) " label="Minimal number of bins required to be covered" name="param_peptideEstimation_MinBinsFilled" type="integer" value="8"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
295 <expand macro="advanced_options"> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
296 <param checked="false" falsevalue="" help="(-force) " label="Overwrite tool specific checks" name="param_force" optional="True" truevalue="-force" type="boolean"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
297 <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_algorithm_quantification_cutoff" optional="True" type="float" value="0.0"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
298 <param checked="false" falsevalue="" help="(-write_convex_hull) " label="Whether to write out all points of all features into the featureXML" name="param_algorithm_write_convex_hull" optional="True" truevalue="-algorithm:write_convex_hull" type="boolean"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
299 <param help="(-add_up_spectra) " label="Add up spectra around the peak apex (needs to be a non-even integer)" min="1" name="param_algorithm_add_up_spectra" optional="True" type="integer" value="1"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
300 <param help="(-spacing_for_spectra_resampling) " label="If spectra are to be added, use this spacing to add them up" min="0.0" name="param_algorithm_spacing_for_spectra_resampling" optional="True" type="float" value="0.005"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
301 <param help="(-min_peak_width) " label="Minimal peak width (s), discard all peaks below this value (-1 means no action)" name="param_algorithm_TransitionGroupPicker_min_peak_width" type="float" value="-1.0"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
302 <param help="(-background_subtraction) The background is estimated at the peak boundaries, either the smoothed or the raw chromatogram data can be used for that" label="Try to apply a background subtraction to the peak (experimental)" name="param_algorithm_TransitionGroupPicker_background_subtraction" optional="True" type="select" value="none"> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
303 <option value="none">none</option> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
304 <option value="smoothed">smoothed</option> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
305 <option value="original">original</option> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
306 </param> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
307 <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_algorithm_TransitionGroupPicker_recalculate_peaks" size="30" type="text" value="false"> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
308 <sanitizer> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
309 <valid initial="string.printable"> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
310 <remove value="'"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
311 <remove value="""/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
312 </valid> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
313 </sanitizer> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
314 </param> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
315 <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_algorithm_TransitionGroupPicker_recalculate_peaks_max_z" type="float" value="1.0"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
316 <param help="(-minimal_quality) " label="Only if compute_peak_quality is set, this parameter will not consider peaks below this quality threshold" name="param_algorithm_TransitionGroupPicker_minimal_quality" type="float" value="-10000.0"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
317 <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_algorithm_TransitionGroupPicker_compute_peak_quality" size="30" type="text" value="false"> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
318 <sanitizer> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
319 <valid initial="string.printable"> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
320 <remove value="'"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
321 <remove value="""/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
322 </valid> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
323 </sanitizer> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
324 </param> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
325 <param help="(-interpolation_step) " label="Sampling rate for the interpolation of the model function" name="param_algorithm_EMGScoring_interpolation_step" type="float" value="0.2"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
326 <param help="(-tolerance_stdev_bounding_box) " label="Bounding box has range [minimim of data, maximum of data] enlarged by tolerance_stdev_bounding_box times the standard deviation of the data" name="param_algorithm_EMGScoring_tolerance_stdev_bounding_box" type="float" value="3.0"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
327 <param help="(-max_iteration) " label="Maximum number of iterations using by Levenberg-Marquardt algorithm" name="param_algorithm_EMGScoring_max_iteration" type="integer" value="500"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
328 <param help="(-mean) " label="Centroid position of the model" name="param_algorithm_EMGScoring_statistics_mean" type="float" value="1.0"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
329 <param help="(-variance) " label="Variance of the model" name="param_algorithm_EMGScoring_statistics_variance" type="float" value="1.0"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
330 <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_algorithm_Scores_use_shape_score" optional="True" truevalue="-algorithm:Scores:use_shape_score" type="boolean"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
331 <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_algorithm_Scores_use_coelution_score" optional="True" truevalue="-algorithm:Scores:use_coelution_score" type="boolean"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
332 <param checked="true" falsevalue="" help="(-use_rt_score) " label="Use the retention time score (this score measure the difference in retention time)" name="param_algorithm_Scores_use_rt_score" optional="True" truevalue="-algorithm:Scores:use_rt_score" type="boolean"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
333 <param checked="true" falsevalue="" help="(-use_library_score) " label="Use the library score" name="param_algorithm_Scores_use_library_score" optional="True" truevalue="-algorithm:Scores:use_library_score" type="boolean"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
334 <param checked="true" falsevalue="" help="(-use_elution_model_score) " label="Use the elution model (EMG) score (this score fits a gaussian model to the peak and checks the fit)" name="param_algorithm_Scores_use_elution_model_score" optional="True" truevalue="-algorithm:Scores:use_elution_model_score" type="boolean"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
335 <param checked="true" falsevalue="" help="(-use_intensity_score) " label="Use the intensity score" name="param_algorithm_Scores_use_intensity_score" optional="True" truevalue="-algorithm:Scores:use_intensity_score" type="boolean"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
336 <param checked="true" falsevalue="" help="(-use_nr_peaks_score) " label="Use the number of peaks score" name="param_algorithm_Scores_use_nr_peaks_score" optional="True" truevalue="-algorithm:Scores:use_nr_peaks_score" type="boolean"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
337 <param checked="true" falsevalue="" help="(-use_total_xic_score) " label="Use the total XIC score" name="param_algorithm_Scores_use_total_xic_score" optional="True" truevalue="-algorithm:Scores:use_total_xic_score" type="boolean"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
338 <param checked="true" falsevalue="" help="(-use_sn_score) " label="Use the SN (signal to noise) score" name="param_algorithm_Scores_use_sn_score" optional="True" truevalue="-algorithm:Scores:use_sn_score" type="boolean"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
339 <param checked="true" falsevalue="" help="(-use_dia_scores) " label="Use the DIA (SWATH) scores" name="param_algorithm_Scores_use_dia_scores" optional="True" truevalue="-algorithm:Scores:use_dia_scores" type="boolean"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
340 <param checked="false" falsevalue="" help="(-use_ms1_correlation) " label="Use the correlation scores with the MS1 elution profiles" name="param_algorithm_Scores_use_ms1_correlation" optional="True" truevalue="-algorithm:Scores:use_ms1_correlation" type="boolean"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
341 <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_algorithm_Scores_use_ms1_fullscan" optional="True" truevalue="-algorithm:Scores:use_ms1_fullscan" type="boolean"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
342 </expand> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
343 </inputs> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
344 <outputs> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
345 <data format="trafoxml" name="param_out"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
346 </outputs> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
347 <help>This tool will take a description of RT peptides and their normalized retention time to write out a transformation file on how to transform the RT space into the normalized space. |
| 0 | 348 |
| 349 | |
|
4
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
350 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_OpenSwathRTNormalizer.html</help> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
351 </tool> |
