Mercurial > repos > galaxyp > openms_masscalculator
comparison MassCalculator.xml @ 0:ca71813dee8a draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit fb85d488133bb2b5f483b52b2db0ac66038fafb8
author | galaxyp |
---|---|
date | Wed, 01 Mar 2017 13:00:37 -0500 |
parents | |
children | 7d95120eee87 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:ca71813dee8a |
---|---|
1 <?xml version='1.0' encoding='UTF-8'?> | |
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> | |
3 <!--Proposed Tool Section: [Utilities]--> | |
4 <tool id="MassCalculator" name="MassCalculator" version="2.1.0"> | |
5 <description>Calculates masses and mass-to-charge ratios of peptide sequences</description> | |
6 <macros> | |
7 <token name="@EXECUTABLE@">MassCalculator</token> | |
8 <import>macros.xml</import> | |
9 </macros> | |
10 <expand macro="references"/> | |
11 <expand macro="stdio"/> | |
12 <expand macro="requirements"/> | |
13 <command>MassCalculator | |
14 | |
15 #if $param_in: | |
16 -in $param_in | |
17 #end if | |
18 | |
19 #if $rep_param_in_seq: | |
20 -in_seq | |
21 #for token in $rep_param_in_seq: | |
22 #if " " in str(token): | |
23 "$token.param_in_seq" | |
24 #else | |
25 $token.param_in_seq | |
26 #end if | |
27 #end for | |
28 #end if | |
29 #if $param_out: | |
30 -out $param_out | |
31 #end if | |
32 | |
33 #if $rep_param_charge: | |
34 -charge | |
35 #for token in $rep_param_charge: | |
36 #if " " in str(token): | |
37 "$token.param_charge" | |
38 #else | |
39 $token.param_charge | |
40 #end if | |
41 #end for | |
42 #end if | |
43 #if $param_format: | |
44 -format $param_format | |
45 #end if | |
46 #if $param_average_mass: | |
47 -average_mass | |
48 #end if | |
49 #if $param_fragment_type: | |
50 -fragment_type $param_fragment_type | |
51 #end if | |
52 #if $param_separator: | |
53 -separator "$param_separator" | |
54 #end if | |
55 #if $adv_opts.adv_opts_selector=='advanced': | |
56 #if $adv_opts.param_force: | |
57 -force | |
58 #end if | |
59 #end if | |
60 </command> | |
61 <inputs> | |
62 <param name="param_in" type="data" format="txt" optional="True" label="Input file with peptide sequences and optionally charge numbers (mutually exclusive to 'in_seq')" help="(-in) "/> | |
63 <repeat name="rep_param_in_seq" min="0" max="1" title="param_in_seq"> | |
64 <param name="param_in_seq" type="text" size="30" label="List of peptide sequences (mutually exclusive to 'in')" help="(-in_seq) "> | |
65 <sanitizer> | |
66 <valid initial="string.printable"> | |
67 <remove value="'"/> | |
68 <remove value="""/> | |
69 </valid> | |
70 </sanitizer> | |
71 </param> | |
72 </repeat> | |
73 <repeat name="rep_param_charge" min="0" max="1" title="param_charge"> | |
74 <param name="param_charge" type="text" size="30" value="0" label="List of charge states; required if 'in_seq' is given" help="(-charge) "> | |
75 <sanitizer> | |
76 <valid initial="string.printable"> | |
77 <remove value="'"/> | |
78 <remove value="""/> | |
79 </valid> | |
80 </sanitizer> | |
81 </param> | |
82 </repeat> | |
83 <param name="param_format" display="radio" type="select" optional="False" value="list" label="Output format ('list': human-readable list, 'table': CSV-like table, 'mass_only': mass values only, 'mz_only': m/z values only)" help="(-format) "> | |
84 <option value="list" selected="true">list</option> | |
85 <option value="table">table</option> | |
86 <option value="mass_only">mass_only</option> | |
87 <option value="mz_only">mz_only</option> | |
88 </param> | |
89 <param name="param_average_mass" display="radio" type="boolean" truevalue="-average_mass" falsevalue="" checked="false" optional="True" label="Compute average (instead of monoisotopic) peptide masses" help="(-average_mass) "/> | |
90 <param name="param_fragment_type" type="select" optional="False" value="full" label="For what type of sequence/fragment the mass should be computed" help="(-fragment_type) "> | |
91 <option value="full" selected="true">full</option> | |
92 <option value="internal">internal</option> | |
93 <option value="N-terminal">N-terminal</option> | |
94 <option value="C-terminal">C-terminal</option> | |
95 <option value="a-ion">a-ion</option> | |
96 <option value="b-ion">b-ion</option> | |
97 <option value="c-ion">c-ion</option> | |
98 <option value="x-ion">x-ion</option> | |
99 <option value="y-ion">y-ion</option> | |
100 <option value="z-ion">z-ion</option> | |
101 </param> | |
102 <param name="param_separator" type="text" size="30" label="Field separator for 'table' output format; by default, the 'tab' character is used" help="(-separator) "> | |
103 <sanitizer> | |
104 <valid initial="string.printable"> | |
105 <remove value="'"/> | |
106 <remove value="""/> | |
107 </valid> | |
108 </sanitizer> | |
109 </param> | |
110 <expand macro="advanced_options"> | |
111 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> | |
112 </expand> | |
113 </inputs> | |
114 <outputs> | |
115 <data name="param_out" format="txt"/> | |
116 </outputs> | |
117 <help>Calculates masses and mass-to-charge ratios of peptide sequences | |
118 | |
119 | |
120 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_MassCalculator.html</help> | |
121 </tool> |