annotate galaxyp-galaxyp-toolshed-msconvert-9663ae998499/msconvert.xml.template @ 0:942cec8d04c7 draft

Initial commit.
author jmchilton
date Wed, 19 Sep 2012 00:07:16 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
1 <tool id="msconvert$VERSION$DESCRIPTION" name="msconvert$VERSION$DESCRIPTION" version="0.1.0">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
2 <!-- BEGIN_VERSION_RAW -->
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
3 <description>Convert and filter a Thermo Finnigan RAW file</description>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
4 <!-- END_VERSION_RAW -->
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
5 <!-- BEGIN_VERSION_DEFAULT -->
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
6 <description>Convert and filter a mass spec peak list</description>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
7 <!-- END_VERSION_DEFAULT -->
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
8
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
9 <command interpreter="python">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
10 msconvert_wrapper.py
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
11 --input=${input}
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
12 --output=${output}
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
13 ## BEGIN_VERSION_DEFAULT
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
14 --fromextension=${input.ext}
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
15 ## END_VERSION_DEFAULT
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
16
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
17 ## BEGIN_VERSION_RAW
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
18 --fromextension=RAW
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
19 ## END_VERSION_RAW
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
20
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
21 --toextension=${output_type}
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
22
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
23 #if $settings.settingsType == "full"
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
24 --binaryencoding=${settings.binary_encoding}
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
25 --mzencoding=${settings.mz_encoding}
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
26 --intensityencoding=${settings.intensity_encoding}
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
27 --zlib=${settings.zlib}
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
28 #end if
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
29
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
30 #if $filtering.filtering_use
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
31
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
32 #if $filtering.precursor_recalculation.value
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
33 --filter "precursorRecalculation"
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
34 #end if
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
35
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
36 #if $filtering.peak_picking.pick_peaks
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
37 --filter "peakPicking $filtering.peak_picking.prefer_vendor_peaks $filtering.peak_picking.ms_levels"
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
38 #end if
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
39
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
40 #if str($filtering.activation) != "false"
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
41 --filter "activation $filtering.activation"
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
42 #end if
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
43
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
44 #if len($filtering.indices) > 0
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
45 --filter "index
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
46 #for $index in $filtering.indices
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
47 [${index.from},${index.to}]
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
48 #end for
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
49 "
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
50 #end if
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
51
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
52 #if len($filtering.scan_numbers) > 0
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
53 --filter "scanNumber
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
54 #for $scanNumber in $filtering.scanNumbers
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
55 [${scanNumber.from},${scanNumber.to}]
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
56 #end for
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
57 "
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
58 #end if
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
59
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
60 #if $filtering.strip_it.value
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
61 --filter "stripIT"
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
62 #end if
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
63
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
64 #if $filtering.filter_mz_windows.do_filter
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
65 --filter "mzWindow [$filtering.filter_mz_windows.from,$filtering.filter_mz_windows.to]"
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
66 #end if
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
67
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
68
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
69 #if $filtering.filter_ms_levels.do_filter
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
70 --filter "msLevel [$filtering.filter_ms_levels.from, $filtering.filter_ms_levels.to]"
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
71 #end if
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
72
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
73 #if str($filtering.etd_filtering.do_etd_filtering) == "default"
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
74 --filter "ETDFilter"
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
75 #end if
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
76
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
77 #if str($filtering.etd_filtering.do_etd_filtering) == "advanced"
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
78 --filter "ETDFilter removePrecursor:$filtering.etd_filtering.remove_precursor removeChargeReduced:$filtering.etd_filtering.remove_charge_reduced removeNeutralLoss:$filtering.etd_filtering.remove_neutral_loss blanketRemoval:$filtering.etd_filtering.blanket_removal MatchingTolerance:$filtering.etd_filtering.matching_tolerance $filtering.etd_filtering.matching_tolerance_units"
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
79 #end if
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
80
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
81 ## BEGIN_VERSION_3
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
82 #if str($filtering.ms2deisotope) == "true"
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
83 --filter "MS2Deisotope"
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
84 #end if
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
85
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
86 #if str($filtering.polarity) != "false"
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
87 --filter "polarity $filtering.polarity"
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
88 #end if
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
89
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
90 #if str($filtering.analyzer) != "false"
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
91 --filter "analyzer $filtering.analyzer"
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
92 #end if
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
93
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
94 ## END_VERSION_3
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
95
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
96 #end if
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
97
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
98 </command>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
99
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
100 <inputs>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
101 <!-- BEGIN_VERSION_RAW -->
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
102 <param format="RAW" name="input" type="data" label="Thermo Finnigan RAW Input"/>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
103 <!-- END_VERSION_RAW -->
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
104
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
105 <!-- BEGIN_VERSION_DEFAULT -->
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
106 <conditional name="type">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
107 <param name="input_type" type="select" label="Input Type">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
108 <option value="mzml">mzML</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
109 <option value="mzxml">mzXML</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
110 <option value="mgf">mgf</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
111 <option value="ms2">ms2</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
112 </param>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
113 <when value="mzml">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
114 <param format="mzml" name="input" type="data" label="Input mzML"/>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
115 </when>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
116 <when value="mzxml">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
117 <param format="mzxml" name="input" type="data" label="Input mzXML"/>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
118 </when>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
119 <when value="mgf">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
120 <param format="mgf" name="input" type="data" label="Input mgf"/>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
121 </when>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
122 <when value="ms2">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
123 <param format="ms2" name="input" type="data" label="Input ms2"/>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
124 </when>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
125 </conditional>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
126 <!-- END_VERSION_DEFAULT -->
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
127 <param name="output_type" type="select" label="Output Type">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
128 <option value="mzML">mzML (indexed)</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
129 <option value="unindexed_mzML">mzML (unindexed)</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
130 <option value="mzXML">mzXML (indexed)</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
131 <option value="unindexed_mzXML">mzXML (unindexed)</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
132 <option value="mgf">mgf</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
133 <option value="ms2">ms2</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
134 </param>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
135 <conditional name="filtering">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
136 <param name="filtering_use" type="boolean" label="Use Filtering?" help="" truevalue="true" falsevalue="false" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
137 <when value="false" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
138 <when value="true">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
139 <param type="boolean" name="precursor_recalculation" label="Recalculate Precursor?" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
140
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
141 <conditional name="peak_picking">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
142 <param type="boolean" name="pick_peaks" label="Use Peak Picking?" truevalue="true" falsevalue="false" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
143 <when value="false" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
144 <when value="true">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
145 <param name="ms_levels" type="select" label="Peak Peaking - Apply to MS Levels">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
146 <option value="1">MS1 Only (1)</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
147 <option value="2">MS2 Only (2)</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
148 <option value="2-">MS2 and on (2-)</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
149 <option value="1-">All Levels (1-)</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
150 </param>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
151 <param type="boolean" name="prefer_vendor_peaks" label="Peak Picking - Prefer Vendor Peaks?" truevalue="true" falsevalue="false" checked="true"/>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
152 </when>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
153 </conditional>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
154
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
155
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
156 <param name="activation" type="select" label="Filter by Activation">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
157 <option value="false" selected="true">no</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
158 <option value="ETD">ETD</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
159 <option value="CID">CID</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
160 <option value="SA">SA</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
161 <option value="HCD">HCD</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
162 <!-- BEGIN_VERSION_3 -->
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
163 <option>BIRD</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
164 <option>ECD</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
165 <option>IRMPD</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
166 <option>PD</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
167 <option>PSD</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
168 <option>PQD</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
169 <option>SID</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
170 <option>SORI</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
171 <!-- END_VERSION_3 -->
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
172 </param>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
173
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
174 <repeat name="indices" title="Filter Scan Indices">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
175 <param name="from" type="integer" label="Filter Scan Index From" value="0" optional="false" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
176 <param name="to" type="integer" label="Filter Scan Index To" value="0" optional="true" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
177 </repeat>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
178
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
179 <repeat name="scan_numbers" title="Filter Scan Numbers">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
180 <param name="from" type="integer" label="Filter Scan Number From" value="0" optional="false" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
181 <param name="to" type="integer" label="Filter Scan Number To" value="0" optional="true" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
182 </repeat>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
183
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
184 <conditional name="filter_mz_windows">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
185 <param name="do_filter" type="boolean" truevalue="true" falsevalue="false" label="Filter m/z Window" help="" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
186 <when value="false" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
187 <when value="true">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
188 <param name="from" type="float" label="Filter m/z From" value="0.0" optional="false" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
189 <param name="to" type="float" label="Filter m/z To" value="0.0" optional="true" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
190 </when>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
191 </conditional>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
192
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
193
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
194 <param type="boolean" name="strip_it" label="Strip Ion Trap MS1 Scans" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
195
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
196 <conditional name="filter_ms_levels">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
197 <param name="do_filter" type="boolean" label="Filter MS Levels" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
198 <when value="false" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
199 <when value="true">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
200 <param name="from" type="integer" label="Filter MS Level From" value="0" optional="false" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
201 <param name="to" type="integer" label="Filter MS Level To" value="0" optional="true" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
202 </when>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
203 </conditional>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
204
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
205 <conditional name="etd_filtering">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
206 <param name="do_etd_filtering" type="select" label="ETD Filtering">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
207 <option value="none" selected="true">none</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
208 <option value="default">yes (with default options)</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
209 <option value="advanced">yes (show advanced options) </option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
210 </param>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
211 <when value="none" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
212 <when value="default" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
213 <when value="advanced">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
214 <param name="matching_tolerance" type="float" label="ETD Matching Tolernace" value="3.1">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
215 </param>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
216 <param name="matching_tolerance_units" type="select" label="Units for ETD Matching Tolerance">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
217 <option value="MZ" selected="true">mz</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
218 <option value="PPM">ppm</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
219 </param>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
220 <param name="remove_precursor" type="select" label="ETD Remove Precursor">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
221 <option value="true" selected="true">yes</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
222 <option value="false">no</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
223 </param>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
224 <param name="remove_charge_reduced" type="select" label="ETD Remove Charge Reduced">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
225 <option value="true" selected="true">yes</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
226 <option value="false">no</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
227 </param>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
228 <param name="remove_neutral_loss" type="select" label="ETD Remove Neutral Loss">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
229 <option value="true" selected="true">yes</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
230 <option value="false">no</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
231 </param>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
232 <param name="blanket_removal" type="select" label="ETD Blanket Removal">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
233 <option value="true" selected="true">yes</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
234 <option value="false">no</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
235 </param>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
236 </when>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
237 </conditional>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
238
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
239
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
240 <!-- BEGIN_VERSION_3 -->
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
241 <param name="ms2deisotope" type="boolean" label="Deisotope MS2 using Markey method" help="" truevalue="true" falsevalue="false" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
242
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
243 <param name="polarity" type="select" label="Filter by Polarity">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
244 <option value="false" selected="true">no</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
245 <option value="positive">positive</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
246 <option value="negative">negative</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
247 </param>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
248
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
249 <param name="analyzer" type="select" label="Filter by Analyzer">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
250 <option value="false" selected="true">no</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
251 <option value="quad">quad</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
252 <option value="orbi">orbi</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
253 <option value="FT">FT</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
254 <option value="IT">IT</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
255 <option value="TOF">TOF</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
256 </param>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
257 <!-- END_VERSION_3 -->
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
258 </when>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
259 </conditional>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
260
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
261 <conditional name="settings">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
262 <param name="settingsType" type="select" label="Advanced Settings" help="">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
263 <option value="default">Use Defaults</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
264 <option value="full">Full Parameter List</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
265 </param>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
266 <when value="default" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
267 <when value="full">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
268 <param type="select" name="binary_encoding" label="Binary Encoding Precision">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
269 <option value="64" selected="true">64</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
270 <option value="32">32</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
271 </param>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
272 <param type="select" name="mz_encoding" label="m/z Encoding Precision">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
273 <option value="64" selected="true">64</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
274 <option value="32">32</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
275 </param>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
276 <param type="select" name="intensity_encoding" label="Intensity Encoding Precision" value="32">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
277 <option value="64">64</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
278 <option value="32" selected="true">32</option>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
279 </param>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
280 <param type="boolean" name="zlib" label="Use zlib">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
281 </param>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
282 </when>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
283 </conditional>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
284
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
285
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
286 </inputs>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
287 <outputs>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
288 <data format="mzml" name="output">
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
289 <change_format>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
290 <when input="output_type" value="mzxml" format="mzxml" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
291 <when input="output_type" value="unindexed_mzxml" format="mzxml" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
292 <when input="output_type" value="ms2" format="ms2" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
293 <when input="output_type" value="mgf" format="mgf" />
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
294 </change_format>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
295 </data>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
296 </outputs>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
297
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
298 <requirements>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
299 <requirement type="package">proteowizard</requirement>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
300 </requirements>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
301
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
302 <help>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
303 **What it does**
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
304
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
305 Converts between various mass spectrometry peak list representations. Additional options such as filtering and/or precursor recalculation are available.
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
306
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
307 You can view the original documentation here_.
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
308
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
309 .. _here: http://proteowizard.sourceforge.net/tools/msconvert.html
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
310
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
311 ------
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
312
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
313 **Citation**
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
314
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
315 For the underlying tool, please cite `ProteoWizard: Open Source Software for Rapid Proteomics Tools Development. Darren Kessner; Matt Chambers; Robert Burke; David Agus; Parag Mallick. Bioinformatics 2008; doi: 10.1093/bioinformatics/btn323.`
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
316
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
317 If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-msconvert
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
318
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
319 </help>
942cec8d04c7 Initial commit.
jmchilton
parents:
diff changeset
320 </tool>