annotate MassCalculator.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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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: [Utilities]-->
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="MassCalculator" name="MassCalculator" 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>Calculates masses and mass-to-charge ratios of peptide sequences</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@">MassCalculator</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>MassCalculator
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
14
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
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
19 #if $rep_param_in_seq:
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
20 -in_seq
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
21 #for token in $rep_param_in_seq:
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
22 #if &quot; &quot; 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
23 &quot;$token.param_in_seq&quot;
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
24 #else
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
25 $token.param_in_seq
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 #end for
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 #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
30 -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
31 #end if
0
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
32
4
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
33 #if $rep_param_charge:
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
34 -charge
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
35 #for token in $rep_param_charge:
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
36 #if &quot; &quot; 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
37 &quot;$token.param_charge&quot;
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
38 #else
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
39 $token.param_charge
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 #end for
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_format:
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
44 -format
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
45 #if &quot; &quot; in str($param_format):
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
46 &quot;$param_format&quot;
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_format
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_average_mass:
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
52 -average_mass
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_fragment_type:
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
55 -fragment_type
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
56 #if &quot; &quot; in str($param_fragment_type):
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
57 &quot;$param_fragment_type&quot;
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
58 #else
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
59 $param_fragment_type
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
60 #end if
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
61 #end if
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
62 #if $param_separator:
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
63 -separator &quot;$param_separator&quot;
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 -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
66 #if $adv_opts.adv_opts_selector=='advanced':
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_force:
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
68 -force
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 #end if
0
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
71 </command>
4
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
72 <inputs>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
73 <param format="txt" help="(-in) " label="Input file with peptide sequences and optionally charge numbers (mutually exclusive to 'in_seq')" name="param_in" optional="True" type="data"/>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
74 <repeat min="0" name="rep_param_in_seq" title="param_in_seq">
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
75 <param help="(-in_seq) " label="List of peptide sequences (mutually exclusive to 'in')" name="param_in_seq" size="30" type="text">
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
76 <sanitizer>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
77 <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
78 <remove value="'"/>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
79 <remove value="&quot;"/>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
80 </valid>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
81 </sanitizer>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
82 </param>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
83 </repeat>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
84 <repeat max="1" min="0" name="rep_param_charge" title="param_charge">
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
85 <param help="(-charge) " label="List of charge states; required if 'in_seq' is given" name="param_charge" size="30" type="text" value="0">
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
86 <sanitizer>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
87 <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
88 <remove value="'"/>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
89 <remove value="&quot;"/>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
90 </valid>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
91 </sanitizer>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
92 </param>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
93 </repeat>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
94 <param help="(-format) " label="Output format ('list': human-readable list, 'table': CSV-like table, 'mass_only': mass values only, 'mz_only': m/z values only)" name="param_format" optional="True" type="select" value="list">
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
95 <option value="list">list</option>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
96 <option value="table">table</option>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
97 <option value="mass_only">mass_only</option>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
98 <option value="mz_only">mz_only</option>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
99 </param>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
100 <param checked="false" falsevalue="" help="(-average_mass) " label="Compute average (instead of monoisotopic) peptide masses" name="param_average_mass" optional="True" truevalue="-average_mass" type="boolean"/>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
101 <param help="(-fragment_type) " label="For what type of sequence/fragment the mass should be computed" name="param_fragment_type" optional="True" type="select" value="full">
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
102 <option value="full">full</option>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
103 <option value="internal">internal</option>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
104 <option value="N-terminal">N-terminal</option>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
105 <option value="C-terminal">C-terminal</option>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
106 <option value="a-ion">a-ion</option>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
107 <option value="b-ion">b-ion</option>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
108 <option value="c-ion">c-ion</option>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
109 <option value="x-ion">x-ion</option>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
110 <option value="y-ion">y-ion</option>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
111 <option value="z-ion">z-ion</option>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
112 </param>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
113 <param help="(-separator) " label="Field separator for 'table' output format; by default, the 'tab' character is used" name="param_separator" size="30" type="text">
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
114 <sanitizer>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
115 <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
116 <remove value="'"/>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
117 <remove value="&quot;"/>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
118 </valid>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
119 </sanitizer>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
120 </param>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
121 <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
122 <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
123 </expand>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
124 </inputs>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
125 <outputs>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
126 <data format="txt" 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
127 </outputs>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
128 <help>Calculates masses and mass-to-charge ratios of peptide sequences
0
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
129
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
130
4
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
131 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_MassCalculator.html</help>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
132 </tool>