Mercurial > repos > bgruening > openms
annotate FeatureFinderMultiplex.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: [Quantitation]--> |
|
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="FeatureFinderMultiplex" name="FeatureFinderMultiplex" 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>Determination of peak ratios in LC-MS data</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@">FeatureFinderMultiplex</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>FeatureFinderMultiplex |
| 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_out_features: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
22 -out_features $param_out_features |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
23 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
24 #if $param_out_mzq: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
25 -out_mzq $param_out_mzq |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
26 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
27 -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
|
28 #if $param_algorithm_labels: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
29 -algorithm:labels "$param_algorithm_labels" |
|
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_algorithm_charge: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
32 -algorithm:charge "$param_algorithm_charge" |
|
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_algorithm_rt_typical: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
35 -algorithm:rt_typical $param_algorithm_rt_typical |
|
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 #if $param_algorithm_rt_min: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
38 -algorithm:rt_min $param_algorithm_rt_min |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
39 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
40 #if $param_algorithm_mz_tolerance: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
41 -algorithm:mz_tolerance $param_algorithm_mz_tolerance |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
42 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
43 #if $param_algorithm_mz_unit: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
44 -algorithm:mz_unit |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
45 #if " " in str($param_algorithm_mz_unit): |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
46 "$param_algorithm_mz_unit" |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
47 #else |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
48 $param_algorithm_mz_unit |
|
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 #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 #if $param_algorithm_intensity_cutoff: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
52 -algorithm:intensity_cutoff $param_algorithm_intensity_cutoff |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
53 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
54 #if $param_algorithm_peptide_similarity: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
55 -algorithm:peptide_similarity $param_algorithm_peptide_similarity |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
56 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
57 #if $param_algorithm_averagine_similarity: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
58 -algorithm:averagine_similarity $param_algorithm_averagine_similarity |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
59 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
60 #if $param_algorithm_missed_cleavages: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
61 -algorithm:missed_cleavages $param_algorithm_missed_cleavages |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
62 #end if |
| 0 | 63 #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
|
64 #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
|
65 -force |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
66 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
67 #if $adv_opts.param_algorithm_isotopes_per_peptide: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
68 -algorithm:isotopes_per_peptide "$adv_opts.param_algorithm_isotopes_per_peptide" |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
69 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
70 #if $adv_opts.param_algorithm_averagine_similarity_scaling: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
71 -algorithm:averagine_similarity_scaling $adv_opts.param_algorithm_averagine_similarity_scaling |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
72 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
73 #if $adv_opts.param_algorithm_knock_out: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
74 -algorithm:knock_out |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
75 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
76 #if $adv_opts.param_labels_Arg6: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
77 -labels:Arg6 $adv_opts.param_labels_Arg6 |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
78 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
79 #if $adv_opts.param_labels_Arg10: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
80 -labels:Arg10 $adv_opts.param_labels_Arg10 |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
81 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
82 #if $adv_opts.param_labels_Lys4: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
83 -labels:Lys4 $adv_opts.param_labels_Lys4 |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
84 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
85 #if $adv_opts.param_labels_Lys6: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
86 -labels:Lys6 $adv_opts.param_labels_Lys6 |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
87 #end if |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
88 #if $adv_opts.param_labels_Lys8: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
89 -labels:Lys8 $adv_opts.param_labels_Lys8 |
|
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 $adv_opts.param_labels_Dimethyl0: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
92 -labels:Dimethyl0 $adv_opts.param_labels_Dimethyl0 |
|
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 $adv_opts.param_labels_Dimethyl4: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
95 -labels:Dimethyl4 $adv_opts.param_labels_Dimethyl4 |
|
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 $adv_opts.param_labels_Dimethyl6: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
98 -labels:Dimethyl6 $adv_opts.param_labels_Dimethyl6 |
|
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 $adv_opts.param_labels_Dimethyl8: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
101 -labels:Dimethyl8 $adv_opts.param_labels_Dimethyl8 |
|
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 $adv_opts.param_labels_ICPL0: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
104 -labels:ICPL0 $adv_opts.param_labels_ICPL0 |
|
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 $adv_opts.param_labels_ICPL4: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
107 -labels:ICPL4 $adv_opts.param_labels_ICPL4 |
|
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 $adv_opts.param_labels_ICPL6: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
110 -labels:ICPL6 $adv_opts.param_labels_ICPL6 |
|
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_labels_ICPL10: |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
113 -labels:ICPL10 $adv_opts.param_labels_ICPL10 |
|
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="LC-MS dataset in centroid or profile mode" 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="(-labels) [...] specifies the labels for a single sample. For example <br> <br>[][Lys8,Arg10] ... SILAC <br>[][Lys4,Arg6][Lys8,Arg10] ... triple-SILAC <br>[Dimethyl0][Dimethyl6] ... Dimethyl <br>[Dimethyl0][Dimethyl4][Dimethyl8] ... triple Dimethyl <br>[ICPL0][ICPL4][ICPL6][ICPL10] ... ICPL" label="Labels used for labelling the samples" name="param_algorithm_labels" size="30" type="text" value="[][Lys8,Arg10]"> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
120 <sanitizer> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
121 <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
|
122 <remove value="'"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
123 <remove value="""/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
124 </valid> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
125 </sanitizer> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
126 </param> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
127 <param help="(-charge) min charge : max charge" label="Range of charge states in the sample, i.e" name="param_algorithm_charge" size="30" type="text" value="1:4"> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
128 <sanitizer> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
129 <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
|
130 <remove value="'"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
131 <remove value="""/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
132 </valid> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
133 </sanitizer> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
134 </param> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
135 <param help="(-rt_typical) (This is not an upper bound. Peptides that elute for longer will be reported.)" label="Typical retention time [s] over which a characteristic peptide elutes" min="0.0" name="param_algorithm_rt_typical" optional="True" 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
|
136 <param help="(-rt_min) (Any peptides seen for a shorter time period are not reported.)" label="Lower bound for the retention time [s]" min="0.0" name="param_algorithm_rt_min" optional="True" type="float" value="2.0"/> |
|
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="(-mz_tolerance) " label="m/z tolerance for search of peak patterns" min="0.0" name="param_algorithm_mz_tolerance" optional="True" type="float" value="6.0"/> |
|
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="(-mz_unit) " label="Unit of the 'mz_tolerance' paramete" name="param_algorithm_mz_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
|
139 <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
|
140 <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
|
141 </param> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
142 <param help="(-intensity_cutoff) " label="Lower bound for the intensity of isotopic peaks" min="0.0" name="param_algorithm_intensity_cutoff" optional="True" 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
|
143 <param help="(-peptide_similarity) This parameter is a lower bound on their similarity" label="Two peptides in a multiplet are expected to have the same isotopic pattern" max="1.0" min="-1.0" name="param_algorithm_peptide_similarity" optional="True" 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
|
144 <param help="(-averagine_similarity) This parameter is a lower bound on similarity between measured isotopic pattern and the averagine model" label="The isotopic pattern of a peptide should resemble the averagine model at this m/z position" max="1.0" min="-1.0" name="param_algorithm_averagine_similarity" optional="True" type="float" value="0.4"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
145 <param help="(-missed_cleavages) " label="Maximum number of missed cleavages due to incomplete digestion" min="0" name="param_algorithm_missed_cleavages" optional="True" type="integer" value="0"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
146 <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
|
147 <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
|
148 <param help="(-isotopes_per_peptide) For example 3:6, if isotopic peptide patterns in the sample consist of either three, four, five or six isotopic peaks. " label="Range of isotopes per peptide in the sample" name="param_algorithm_isotopes_per_peptide" size="30" type="text" value="3:6"> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
149 <sanitizer> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
150 <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
|
151 <remove value="'"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
152 <remove value="""/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
153 </valid> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
154 </sanitizer> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
155 </param> |
|
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="(-averagine_similarity_scaling) For the detection of single peptides, the averagine parameter p is replaced by p' = p + x(1-p), i.e. x = 0 -> p' = p and x = 1 -> p' = 1. (For knock_out = true, peptide doublets and singlets are detected simulataneously. For singlets, the peptide similarity filter is irreleavant. In order to compensate for this 'missing filter', the averagine parameter p is replaced by the more restrictive p' when searching for singlets.)" label="Let x denote this scaling factor, and p the averagine similarity paramete" max="1.0" min="0.0" name="param_algorithm_averagine_similarity_scaling" optional="True" type="float" value="0.75"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
157 <param checked="false" falsevalue="" help="(-knock_out) (Supported for doublex, triplex and quadruplex experiments only.)" label="Is it likely that knock-outs are present?" name="param_algorithm_knock_out" optional="True" truevalue="-algorithm:knock_out" type="boolean"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
158 <param help="(-Arg6) " label="Label:13C(6) | C(-6) 13C(6) | unimod #188" min="0.0" name="param_labels_Arg6" optional="True" type="float" value="6.0201290268"/> |
|
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="(-Arg10) " label="Label:13C(6)15N(4) | C(-6) 13C(6) N(-4) 15N(4) | unimod #267" min="0.0" name="param_labels_Arg10" optional="True" type="float" value="10.0082686"/> |
|
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="(-Lys4) " label="Label:2H(4) | H(-4) 2H(4) | unimod #481" min="0.0" name="param_labels_Lys4" optional="True" type="float" value="4.0251069836"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
161 <param help="(-Lys6) " label="Label:13C(6) | C(-6) 13C(6) | unimod #188" min="0.0" name="param_labels_Lys6" optional="True" type="float" value="6.0201290268"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
162 <param help="(-Lys8) " label="Label:13C(6)15N(2) | C(-6) 13C(6) N(-2) 15N(2) | unimod #259" min="0.0" name="param_labels_Lys8" optional="True" type="float" value="8.0141988132"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
163 <param help="(-Dimethyl0) " label="Dimethyl | H(4) C(2) | unimod #36" min="0.0" name="param_labels_Dimethyl0" optional="True" type="float" value="28.0313"/> |
|
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="(-Dimethyl4) " label="Dimethyl:2H(4) | 2H(4) C(2) | unimod #199" min="0.0" name="param_labels_Dimethyl4" optional="True" type="float" value="32.056407"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
165 <param help="(-Dimethyl6) " label="Dimethyl:2H(4)13C(2) | 2H(4) 13C(2) | unimod #510" min="0.0" name="param_labels_Dimethyl6" optional="True" type="float" value="34.063117"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
166 <param help="(-Dimethyl8) " label="Dimethyl:2H(6)13C(2) | H(-2) 2H(6) 13C(2) | unimod #330" min="0.0" name="param_labels_Dimethyl8" optional="True" type="float" value="36.07567"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
167 <param help="(-ICPL0) " label="ICPL | H(3) C(6) N O | unimod #365" min="0.0" name="param_labels_ICPL0" optional="True" type="float" value="105.021464"/> |
|
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="(-ICPL4) " label="ICPL:2H(4) | H(-1) 2H(4) C(6) N O | unimod #687" min="0.0" name="param_labels_ICPL4" optional="True" type="float" value="109.046571"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
169 <param help="(-ICPL6) " label="ICPL:13C(6) | H(3) 13C(6) N O | unimod #364" min="0.0" name="param_labels_ICPL6" optional="True" type="float" value="111.041593"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
170 <param help="(-ICPL10) " label="ICPL:13C(6)2H(4) | H(-1) 2H(4) 13C(6) N O | unimod #866" min="0.0" name="param_labels_ICPL10" optional="True" type="float" value="115.0667"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
171 </expand> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
172 </inputs> |
|
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 <data format="consensusxml" 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
|
175 <data format="xml" name="param_out_features"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
176 <data format="mzq" name="param_out_mzq"/> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
177 </outputs> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
178 <help>Determination of peak ratios in LC-MS data |
| 0 | 179 |
| 180 | |
|
4
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
181 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_FeatureFinderMultiplex.html</help> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
0
diff
changeset
|
182 </tool> |
