Mercurial > repos > bgruening > openms
annotate SpectraMerger.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: [Signal processing and preprocessing]--> |
|
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="SpectraMerger" name="SpectraMerger" 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>Merges spectra (each MS level separately), increasing S/N ratios.</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@">SpectraMerger</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>SpectraMerger |
| 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 #if $param_in: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
16 -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 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
18 #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
|
19 -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
|
20 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
21 #if $param_merging_method: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
22 -merging_method |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
23 #if " " in str($param_merging_method): |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
24 "$param_merging_method" |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
25 #else |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
26 $param_merging_method |
|
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 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
29 -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
|
30 #if $param_algorithm_average_gaussian_spectrum_type: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
31 -algorithm:average_gaussian:spectrum_type |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
32 #if " " in str($param_algorithm_average_gaussian_spectrum_type): |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
33 "$param_algorithm_average_gaussian_spectrum_type" |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
34 #else |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
35 $param_algorithm_average_gaussian_spectrum_type |
|
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 #end if |
|
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_average_gaussian_ms_level: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
39 -algorithm:average_gaussian:ms_level $param_algorithm_average_gaussian_ms_level |
|
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_average_gaussian_rt_FWHM: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
42 -algorithm:average_gaussian:rt_FWHM $param_algorithm_average_gaussian_rt_FWHM |
|
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_average_tophat_spectrum_type: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
45 -algorithm:average_tophat:spectrum_type |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
46 #if " " in str($param_algorithm_average_tophat_spectrum_type): |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
47 "$param_algorithm_average_tophat_spectrum_type" |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
48 #else |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
49 $param_algorithm_average_tophat_spectrum_type |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
50 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
51 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
52 #if $param_algorithm_average_tophat_ms_level: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
53 -algorithm:average_tophat:ms_level $param_algorithm_average_tophat_ms_level |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
54 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
55 #if $param_algorithm_average_tophat_rt_range: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
56 -algorithm:average_tophat:rt_range $param_algorithm_average_tophat_rt_range |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
57 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
58 #if $param_algorithm_average_tophat_rt_unit: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
59 -algorithm:average_tophat:rt_unit |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
60 #if " " in str($param_algorithm_average_tophat_rt_unit): |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
61 "$param_algorithm_average_tophat_rt_unit" |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
62 #else |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
63 $param_algorithm_average_tophat_rt_unit |
|
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 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
66 |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
67 #if $rep_param_algorithm_block_method_ms_levels: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
68 -algorithm:block_method:ms_levels |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
69 #for token in $rep_param_algorithm_block_method_ms_levels: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
70 #if " " in str(token): |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
71 "$token.param_algorithm_block_method_ms_levels" |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
72 #else |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
73 $token.param_algorithm_block_method_ms_levels |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
74 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
75 #end for |
|
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_block_method_rt_block_size: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
78 -algorithm:block_method:rt_block_size $param_algorithm_block_method_rt_block_size |
|
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_block_method_rt_max_length: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
81 -algorithm:block_method:rt_max_length $param_algorithm_block_method_rt_max_length |
|
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_precursor_method_mz_tolerance: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
84 -algorithm:precursor_method:mz_tolerance $param_algorithm_precursor_method_mz_tolerance |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
85 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
86 #if $param_algorithm_precursor_method_rt_tolerance: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
87 -algorithm:precursor_method:rt_tolerance $param_algorithm_precursor_method_rt_tolerance |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
88 #end if |
| 0 | 89 #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
|
90 #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
|
91 -force |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
92 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
93 #if $adv_opts.param_algorithm_mz_binning_width: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
94 -algorithm:mz_binning_width $adv_opts.param_algorithm_mz_binning_width |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
95 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
96 #if $adv_opts.param_algorithm_mz_binning_width_unit: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
97 -algorithm:mz_binning_width_unit |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
98 #if " " in str($adv_opts.param_algorithm_mz_binning_width_unit): |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
99 "$adv_opts.param_algorithm_mz_binning_width_unit" |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
100 #else |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
101 $adv_opts.param_algorithm_mz_binning_width_unit |
|
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 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
104 #if $adv_opts.param_algorithm_sort_blocks: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
105 -algorithm:sort_blocks |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
106 #if " " in str($adv_opts.param_algorithm_sort_blocks): |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
107 "$adv_opts.param_algorithm_sort_blocks" |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
108 #else |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
109 $adv_opts.param_algorithm_sort_blocks |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
110 #end if |
|
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 $adv_opts.param_algorithm_average_gaussian_cutoff: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
113 -algorithm:average_gaussian:cutoff $adv_opts.param_algorithm_average_gaussian_cutoff |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
114 #end if |
| 0 | 115 #end if |
| 116 </command> | |
|
4
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
117 <inputs> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
118 <param format="mzml" help="(-in) " label="Input mzML file" name="param_in" 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
|
119 <param help="(-merging_method) " label="Method of merging which should be used" name="param_merging_method" optional="True" type="select" value="average_gaussian"> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
120 <option value="average_gaussian">average_gaussian</option> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
121 <option value="average_tophat">average_tophat</option> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
122 <option value="precursor_method">precursor_method</option> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
123 <option value="block_method">block_method</option> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
124 </param> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
125 <param help="(-spectrum_type) " label="Spectrum type of the MS level to be averaged" name="param_algorithm_average_gaussian_spectrum_type" optional="True" type="select" value="automatic"> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
126 <option value="profile">profile</option> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
127 <option value="centroid">centroid</option> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
128 <option value="automatic">automatic</option> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
129 </param> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
130 <param help="(-ms_level) All other spectra remain unchanged" label="Average spectra of this level" min="1" name="param_algorithm_average_gaussian_ms_level" 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
|
131 <param help="(-rt_FWHM) " label="FWHM of Gauss curve in seconds to be averaged ove" max="1e+11" min="0.0" name="param_algorithm_average_gaussian_rt_FWHM" optional="True" type="float" value="5.0"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
132 <param help="(-spectrum_type) " label="Spectrum type of the MS level to be averaged" name="param_algorithm_average_tophat_spectrum_type" optional="True" type="select" value="automatic"> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
133 <option value="profile">profile</option> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
134 <option value="centroid">centroid</option> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
135 <option value="automatic">automatic</option> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
136 </param> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
137 <param help="(-ms_level) All other spectra remain unchanged" label="Average spectra of this level" min="1" name="param_algorithm_average_tophat_ms_level" 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
|
138 <param help="(-rt_range) +/-(RT range)/2 from each spectrum" label="RT range to be averaged over, i.e" max="1e+11" min="0.0" name="param_algorithm_average_tophat_rt_range" optional="True" type="float" value="5.0"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
139 <param help="(-rt_unit) " label="Unit for RT range" name="param_algorithm_average_tophat_rt_unit" optional="True" type="select" value="scans"> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
140 <option value="scans">scans</option> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
141 <option value="seconds">seconds</option> |
| 0 | 142 </param> |
|
4
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
143 <repeat max="1" min="0" name="rep_param_algorithm_block_method_ms_levels" title="param_algorithm_block_method_ms_levels"> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
144 <param help="(-ms_levels) All spectra with other MS levels remain untouched" label="Merge spectra of this level" min="1" name="param_algorithm_block_method_ms_levels" optional="True" size="30" type="text" value="1"> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
145 <sanitizer> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
146 <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
|
147 <remove value="'"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
148 <remove value="""/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
149 </valid> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
150 </sanitizer> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
151 </param> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
152 </repeat> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
153 <param help="(-rt_block_size) " label="Maximum number of scans to be summed up" min="1" name="param_algorithm_block_method_rt_block_size" optional="True" type="integer" value="5"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
154 <param help="(-rt_max_length) " label="Maximum RT size of the block in seconds (0.0 = no size restriction)" max="1e+11" min="0.0" name="param_algorithm_block_method_rt_max_length" 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
|
155 <param help="(-mz_tolerance) " label="Max m/z distance of the precursor entries of two spectra to be merged in [Da]" min="0.0" name="param_algorithm_precursor_method_mz_tolerance" optional="True" 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
|
156 <param help="(-rt_tolerance) " label="Max RT distance of the precursor entries of two spectra to be merged in [s]" min="0.0" name="param_algorithm_precursor_method_rt_tolerance" optional="True" type="float" value="5.0"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
157 <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
|
158 <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
|
159 <param help="(-mz_binning_width) Closer data points or peaks will be merged" label="minimum m/z distance for two data points (profile data) or peaks (centroided data) to be considered distinct" min="0.0" name="param_algorithm_mz_binning_width" optional="True" type="float" value="5.0"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
160 <param help="(-mz_binning_width_unit) " label="Unit in which the distance between two data points or peaks is given" name="param_algorithm_mz_binning_width_unit" optional="True" type="select" value="ppm"> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
161 <option value="Da">Da</option> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
162 <option value="ppm">ppm</option> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
163 </param> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
164 <param help="(-sort_blocks) " label="Sort blocks by <?> before merging them (useful for precursor order)" name="param_algorithm_sort_blocks" optional="True" type="select" value="RT_ascending"> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
165 <option value="RT_ascending">RT_ascending</option> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
166 <option value=" RT_descending"> RT_descending</option> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
167 </param> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
168 <param help="(-cutoff) The Gaussian RT profile decreases from 1 at its apex to 0 at infinity. Spectra for which the intensity of the Gaussian drops below the cutoff do not contribute to the average" label="Intensity cutoff for Gaussian" max="1.0" min="0.0" name="param_algorithm_average_gaussian_cutoff" optional="True" type="float" value="0.01"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
169 </expand> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
170 </inputs> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
171 <outputs> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
172 <data format="mzml" 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
|
173 </outputs> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
174 <help>Merges spectra (each MS level separately), increasing S/N ratios. |
| 0 | 175 |
| 176 | |
|
4
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
177 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_SpectraMerger.html</help> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
178 </tool> |
