|
0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
|
2 <tool id="IsobaricAnalyzer" name="IsobaricAnalyzer" version="2.0.0">
|
|
|
3 <description>Calculates isobaric quantitative values for peptides</description>
|
|
|
4 <macros>
|
|
|
5 <token name="@EXECUTABLE@">IsobaricAnalyzer</token>
|
|
|
6 <import>macros.xml</import>
|
|
|
7 </macros>
|
|
|
8 <expand macro="stdio"/>
|
|
|
9 <expand macro="requirements"/>
|
|
|
10 <command>IsobaricAnalyzer
|
|
|
11
|
|
|
12 #if $param_type:
|
|
|
13 -type
|
|
|
14 #if " " in str($param_type):
|
|
|
15 "$param_type"
|
|
|
16 #else
|
|
|
17 $param_type
|
|
|
18 #end if
|
|
|
19 #end if
|
|
|
20 #if $param_in:
|
|
|
21 -in $param_in
|
|
|
22 #end if
|
|
|
23 #if $param_out:
|
|
|
24 -out $param_out
|
|
|
25 #end if
|
|
|
26 -threads \${GALAXY_SLOTS:-24}
|
|
|
27 #if $param_id_pool:
|
|
|
28 -id_pool "$param_id_pool"
|
|
|
29 #end if
|
|
|
30 #if $param_extraction_select_activation:
|
|
|
31 -extraction:select_activation
|
|
|
32 #if " " in str($param_extraction_select_activation):
|
|
|
33 "$param_extraction_select_activation"
|
|
|
34 #else
|
|
|
35 $param_extraction_select_activation
|
|
|
36 #end if
|
|
|
37 #end if
|
|
|
38 #if $param_extraction_reporter_mass_shift:
|
|
|
39 -extraction:reporter_mass_shift $param_extraction_reporter_mass_shift
|
|
|
40 #end if
|
|
|
41 #if $param_extraction_min_precursor_intensity:
|
|
|
42 -extraction:min_precursor_intensity $param_extraction_min_precursor_intensity
|
|
|
43 #end if
|
|
|
44 #if $param_extraction_keep_unannotated_precursor:
|
|
|
45 -extraction:keep_unannotated_precursor
|
|
|
46 #end if
|
|
|
47 #if $param_extraction_min_reporter_intensity:
|
|
|
48 -extraction:min_reporter_intensity $param_extraction_min_reporter_intensity
|
|
|
49 #end if
|
|
|
50 #if $param_extraction_discard_low_intensity_quantifications:
|
|
|
51 -extraction:discard_low_intensity_quantifications
|
|
|
52 #end if
|
|
|
53 #if $param_extraction_min_precursor_purity:
|
|
|
54 -extraction:min_precursor_purity $param_extraction_min_precursor_purity
|
|
|
55 #end if
|
|
|
56 #if $param_itraq4plex_channel_114_description:
|
|
|
57 -itraq4plex:channel_114_description "$param_itraq4plex_channel_114_description"
|
|
|
58 #end if
|
|
|
59 #if $param_itraq4plex_channel_115_description:
|
|
|
60 -itraq4plex:channel_115_description "$param_itraq4plex_channel_115_description"
|
|
|
61 #end if
|
|
|
62 #if $param_itraq4plex_channel_116_description:
|
|
|
63 -itraq4plex:channel_116_description "$param_itraq4plex_channel_116_description"
|
|
|
64 #end if
|
|
|
65 #if $param_itraq4plex_channel_117_description:
|
|
|
66 -itraq4plex:channel_117_description "$param_itraq4plex_channel_117_description"
|
|
|
67 #end if
|
|
|
68 #if $param_itraq4plex_reference_channel:
|
|
|
69 -itraq4plex:reference_channel $param_itraq4plex_reference_channel
|
|
|
70 #end if
|
|
|
71
|
|
|
72 #if $rep_param_itraq4plex_correction_matrix:
|
|
|
73 -itraq4plex:correction_matrix
|
|
|
74 #for token in $rep_param_itraq4plex_correction_matrix:
|
|
|
75 #if " " in str(token):
|
|
|
76 "$token.param_itraq4plex_correction_matrix"
|
|
|
77 #else
|
|
|
78 $token.param_itraq4plex_correction_matrix
|
|
|
79 #end if
|
|
|
80 #end for
|
|
|
81 #end if
|
|
|
82 #if $param_itraq8plex_channel_113_description:
|
|
|
83 -itraq8plex:channel_113_description "$param_itraq8plex_channel_113_description"
|
|
|
84 #end if
|
|
|
85 #if $param_itraq8plex_channel_114_description:
|
|
|
86 -itraq8plex:channel_114_description "$param_itraq8plex_channel_114_description"
|
|
|
87 #end if
|
|
|
88 #if $param_itraq8plex_channel_115_description:
|
|
|
89 -itraq8plex:channel_115_description "$param_itraq8plex_channel_115_description"
|
|
|
90 #end if
|
|
|
91 #if $param_itraq8plex_channel_116_description:
|
|
|
92 -itraq8plex:channel_116_description "$param_itraq8plex_channel_116_description"
|
|
|
93 #end if
|
|
|
94 #if $param_itraq8plex_channel_117_description:
|
|
|
95 -itraq8plex:channel_117_description "$param_itraq8plex_channel_117_description"
|
|
|
96 #end if
|
|
|
97 #if $param_itraq8plex_channel_118_description:
|
|
|
98 -itraq8plex:channel_118_description "$param_itraq8plex_channel_118_description"
|
|
|
99 #end if
|
|
|
100 #if $param_itraq8plex_channel_119_description:
|
|
|
101 -itraq8plex:channel_119_description "$param_itraq8plex_channel_119_description"
|
|
|
102 #end if
|
|
|
103 #if $param_itraq8plex_channel_121_description:
|
|
|
104 -itraq8plex:channel_121_description "$param_itraq8plex_channel_121_description"
|
|
|
105 #end if
|
|
|
106 #if $param_itraq8plex_reference_channel:
|
|
|
107 -itraq8plex:reference_channel $param_itraq8plex_reference_channel
|
|
|
108 #end if
|
|
|
109
|
|
|
110 #if $rep_param_itraq8plex_correction_matrix:
|
|
|
111 -itraq8plex:correction_matrix
|
|
|
112 #for token in $rep_param_itraq8plex_correction_matrix:
|
|
|
113 #if " " in str(token):
|
|
|
114 "$token.param_itraq8plex_correction_matrix"
|
|
|
115 #else
|
|
|
116 $token.param_itraq8plex_correction_matrix
|
|
|
117 #end if
|
|
|
118 #end for
|
|
|
119 #end if
|
|
|
120 #if $param_quantification_isotope_correction:
|
|
|
121 -quantification:isotope_correction
|
|
|
122 #end if
|
|
|
123 #if $param_quantification_normalization:
|
|
|
124 -quantification:normalization
|
|
|
125 #end if
|
|
|
126 #if $param_tmt10plex_channel_126_description:
|
|
|
127 -tmt10plex:channel_126_description "$param_tmt10plex_channel_126_description"
|
|
|
128 #end if
|
|
|
129 #if $param_tmt10plex_channel_127N_description:
|
|
|
130 -tmt10plex:channel_127N_description "$param_tmt10plex_channel_127N_description"
|
|
|
131 #end if
|
|
|
132 #if $param_tmt10plex_channel_127C_description:
|
|
|
133 -tmt10plex:channel_127C_description "$param_tmt10plex_channel_127C_description"
|
|
|
134 #end if
|
|
|
135 #if $param_tmt10plex_channel_128N_description:
|
|
|
136 -tmt10plex:channel_128N_description "$param_tmt10plex_channel_128N_description"
|
|
|
137 #end if
|
|
|
138 #if $param_tmt10plex_channel_128C_description:
|
|
|
139 -tmt10plex:channel_128C_description "$param_tmt10plex_channel_128C_description"
|
|
|
140 #end if
|
|
|
141 #if $param_tmt10plex_channel_129N_description:
|
|
|
142 -tmt10plex:channel_129N_description "$param_tmt10plex_channel_129N_description"
|
|
|
143 #end if
|
|
|
144 #if $param_tmt10plex_channel_129C_description:
|
|
|
145 -tmt10plex:channel_129C_description "$param_tmt10plex_channel_129C_description"
|
|
|
146 #end if
|
|
|
147 #if $param_tmt10plex_channel_130N_description:
|
|
|
148 -tmt10plex:channel_130N_description "$param_tmt10plex_channel_130N_description"
|
|
|
149 #end if
|
|
|
150 #if $param_tmt10plex_channel_130C_description:
|
|
|
151 -tmt10plex:channel_130C_description "$param_tmt10plex_channel_130C_description"
|
|
|
152 #end if
|
|
|
153 #if $param_tmt10plex_channel_131_description:
|
|
|
154 -tmt10plex:channel_131_description "$param_tmt10plex_channel_131_description"
|
|
|
155 #end if
|
|
|
156 #if $param_tmt10plex_reference_channel:
|
|
|
157 -tmt10plex:reference_channel
|
|
|
158 #if " " in str($param_tmt10plex_reference_channel):
|
|
|
159 "$param_tmt10plex_reference_channel"
|
|
|
160 #else
|
|
|
161 $param_tmt10plex_reference_channel
|
|
|
162 #end if
|
|
|
163 #end if
|
|
|
164
|
|
|
165 #if $rep_param_tmt10plex_correction_matrix:
|
|
|
166 -tmt10plex:correction_matrix
|
|
|
167 #for token in $rep_param_tmt10plex_correction_matrix:
|
|
|
168 #if " " in str(token):
|
|
|
169 "$token.param_tmt10plex_correction_matrix"
|
|
|
170 #else
|
|
|
171 $token.param_tmt10plex_correction_matrix
|
|
|
172 #end if
|
|
|
173 #end for
|
|
|
174 #end if
|
|
|
175 #if $param_tmt6plex_channel_126_description:
|
|
|
176 -tmt6plex:channel_126_description "$param_tmt6plex_channel_126_description"
|
|
|
177 #end if
|
|
|
178 #if $param_tmt6plex_channel_127_description:
|
|
|
179 -tmt6plex:channel_127_description "$param_tmt6plex_channel_127_description"
|
|
|
180 #end if
|
|
|
181 #if $param_tmt6plex_channel_128_description:
|
|
|
182 -tmt6plex:channel_128_description "$param_tmt6plex_channel_128_description"
|
|
|
183 #end if
|
|
|
184 #if $param_tmt6plex_channel_129_description:
|
|
|
185 -tmt6plex:channel_129_description "$param_tmt6plex_channel_129_description"
|
|
|
186 #end if
|
|
|
187 #if $param_tmt6plex_channel_130_description:
|
|
|
188 -tmt6plex:channel_130_description "$param_tmt6plex_channel_130_description"
|
|
|
189 #end if
|
|
|
190 #if $param_tmt6plex_channel_131_description:
|
|
|
191 -tmt6plex:channel_131_description "$param_tmt6plex_channel_131_description"
|
|
|
192 #end if
|
|
|
193 #if $param_tmt6plex_reference_channel:
|
|
|
194 -tmt6plex:reference_channel $param_tmt6plex_reference_channel
|
|
|
195 #end if
|
|
|
196
|
|
|
197 #if $rep_param_tmt6plex_correction_matrix:
|
|
|
198 -tmt6plex:correction_matrix
|
|
|
199 #for token in $rep_param_tmt6plex_correction_matrix:
|
|
|
200 #if " " in str(token):
|
|
|
201 "$token.param_tmt6plex_correction_matrix"
|
|
|
202 #else
|
|
|
203 $token.param_tmt6plex_correction_matrix
|
|
|
204 #end if
|
|
|
205 #end for
|
|
|
206 #end if
|
|
|
207 #if $adv_opts.adv_opts_selector=='advanced':
|
|
|
208 #if $adv_opts.param_force:
|
|
|
209 -force
|
|
|
210 #end if
|
|
|
211 #if $adv_opts.param_extraction_precursor_isotope_deviation:
|
|
|
212 -extraction:precursor_isotope_deviation $adv_opts.param_extraction_precursor_isotope_deviation
|
|
|
213 #end if
|
|
|
214 #if $adv_opts.param_extraction_purity_interpolation:
|
|
|
215 -extraction:purity_interpolation
|
|
|
216 #end if
|
|
|
217 #end if
|
|
|
218 </command>
|
|
|
219 <inputs>
|
|
|
220 <param name="param_type" type="select" optional="True" value="itraq4plex" label="Isobaric Quantitation method used in the experiment" help="(-type) ">
|
|
|
221 <option value="itraq4plex">itraq4plex</option>
|
|
|
222 <option value="itraq8plex">itraq8plex</option>
|
|
|
223 <option value="tmt10plex">tmt10plex</option>
|
|
|
224 <option value="tmt6plex">tmt6plex</option>
|
|
|
225 </param>
|
|
|
226 <param name="param_in" type="data" format="mzml" optional="False" label="input raw/picked data file" help="(-in) "/>
|
|
|
227 <param name="param_id_pool" type="text" size="30" label="ID pool file to DocumentID's for all generated output files" help="(-id_pool) Disabled by default. (Set to 'main' to use /home/thouwaar/Downloads/openms-2.0-Linux-x86_64/share/OpenMS/IDPool/IDPool.txt)">
|
|
|
228 <sanitizer>
|
|
|
229 <valid initial="string.printable">
|
|
|
230 <remove value="'"/>
|
|
|
231 <remove value="""/>
|
|
|
232 </valid>
|
|
|
233 </sanitizer>
|
|
|
234 </param>
|
|
|
235 <param name="param_extraction_select_activation" type="select" optional="True" value="High-energy collision-induced dissociation" label="Operate only on MSn scans where any of its precursors features a certain activation method (" help="(-select_activation) e.g., usually HCD for iTRAQ). Set to empty string if you want to disable filtering">
|
|
|
236 <option value="Collision-induced dissociation">Collision-induced dissociation</option>
|
|
|
237 <option value="Post-source decay">Post-source decay</option>
|
|
|
238 <option value="Plasma desorption">Plasma desorption</option>
|
|
|
239 <option value="Surface-induced dissociation">Surface-induced dissociation</option>
|
|
|
240 <option value="Blackbody infrared radiative dissociation">Blackbody infrared radiative dissociation</option>
|
|
|
241 <option value="Electron capture dissociation">Electron capture dissociation</option>
|
|
|
242 <option value="Infrared multiphoton dissociation">Infrared multiphoton dissociation</option>
|
|
|
243 <option value="Sustained off-resonance irradiation">Sustained off-resonance irradiation</option>
|
|
|
244 <option value="High-energy collision-induced dissociation">High-energy collision-induced dissociation</option>
|
|
|
245 <option value="Low-energy collision-induced dissociation">Low-energy collision-induced dissociation</option>
|
|
|
246 <option value="Photodissociation">Photodissociation</option>
|
|
|
247 <option value="Electron transfer dissociation">Electron transfer dissociation</option>
|
|
|
248 <option value=""></option>
|
|
|
249 </param>
|
|
|
250 <param name="param_extraction_reporter_mass_shift" type="float" min="1e-08" max="0.5" optional="True" value="0.1" label="Allowed shift (left to right) in Da from the expected position" help="(-reporter_mass_shift) "/>
|
|
|
251 <param name="param_extraction_min_precursor_intensity" type="float" min="0.0" optional="True" value="1.0" label="Minimum intensity of the precursor to be extracted" help="(-min_precursor_intensity) MS/MS scans having a precursor with a lower intensity will not be considered for quantitation"/>
|
|
|
252 <param name="param_extraction_keep_unannotated_precursor" type="boolean" truevalue="-extraction:keep_unannotated_precursor" falsevalue="" checked="true" optional="True" label="Flag if precursor with missing intensity value or missing precursor spectrum should be included or not" help="(-keep_unannotated_precursor) "/>
|
|
|
253 <param name="param_extraction_min_reporter_intensity" type="float" min="0.0" optional="True" value="0.0" label="Minimum intensity of the individual reporter ions to be extracted" help="(-min_reporter_intensity) "/>
|
|
|
254 <param name="param_extraction_discard_low_intensity_quantifications" type="boolean" truevalue="-extraction:discard_low_intensity_quantifications" falsevalue="" checked="false" optional="True" label="Remove all reporter intensities if a single reporter is below the threshold given in 'min_reporter_intensity'" help="(-discard_low_intensity_quantifications) "/>
|
|
|
255 <param name="param_extraction_min_precursor_purity" type="float" min="0.0" max="1.0" optional="True" value="0.0" label="Minimum fraction of the total intensity in the isolation window of the precursor spectrum attributable to the selected precurso" help="(-min_precursor_purity) "/>
|
|
|
256 <param name="param_itraq4plex_channel_114_description" type="text" size="30" label="Description for the content of the 114 channel" help="(-channel_114_description) ">
|
|
|
257 <sanitizer>
|
|
|
258 <valid initial="string.printable">
|
|
|
259 <remove value="'"/>
|
|
|
260 <remove value="""/>
|
|
|
261 </valid>
|
|
|
262 </sanitizer>
|
|
|
263 </param>
|
|
|
264 <param name="param_itraq4plex_channel_115_description" type="text" size="30" label="Description for the content of the 115 channel" help="(-channel_115_description) ">
|
|
|
265 <sanitizer>
|
|
|
266 <valid initial="string.printable">
|
|
|
267 <remove value="'"/>
|
|
|
268 <remove value="""/>
|
|
|
269 </valid>
|
|
|
270 </sanitizer>
|
|
|
271 </param>
|
|
|
272 <param name="param_itraq4plex_channel_116_description" type="text" size="30" label="Description for the content of the 116 channel" help="(-channel_116_description) ">
|
|
|
273 <sanitizer>
|
|
|
274 <valid initial="string.printable">
|
|
|
275 <remove value="'"/>
|
|
|
276 <remove value="""/>
|
|
|
277 </valid>
|
|
|
278 </sanitizer>
|
|
|
279 </param>
|
|
|
280 <param name="param_itraq4plex_channel_117_description" type="text" size="30" label="Description for the content of the 117 channel" help="(-channel_117_description) ">
|
|
|
281 <sanitizer>
|
|
|
282 <valid initial="string.printable">
|
|
|
283 <remove value="'"/>
|
|
|
284 <remove value="""/>
|
|
|
285 </valid>
|
|
|
286 </sanitizer>
|
|
|
287 </param>
|
|
|
288 <param name="param_itraq4plex_reference_channel" type="integer" min="114" max="117" optional="True" value="114" label="Number of the reference channel (114-117)" help="(-reference_channel) "/>
|
|
|
289 <repeat name="rep_param_itraq4plex_correction_matrix" min="0" max="1" title="param_itraq4plex_correction_matrix">
|
|
|
290 <param name="param_itraq4plex_correction_matrix" type="text" size="30" value="0.0/1.0/5.9/0.2 0.0/2.0/5.6/0.1 0.0/3.0/4.5/0.1 0.1/4.0/3.5/0.1" label="Correction matrix for isotope distributions (see documentation); use the following format: <-2Da>/<-1Da>/<+1Da>/<+2Da>;" help="(-correction_matrix) e.g. '0/0.3/4/0', '0.1/0.3/3/0.2'">
|
|
|
291 <sanitizer>
|
|
|
292 <valid initial="string.printable">
|
|
|
293 <remove value="'"/>
|
|
|
294 <remove value="""/>
|
|
|
295 </valid>
|
|
|
296 </sanitizer>
|
|
|
297 </param>
|
|
|
298 </repeat>
|
|
|
299 <param name="param_itraq8plex_channel_113_description" type="text" size="30" label="Description for the content of the 113 channel" help="(-channel_113_description) ">
|
|
|
300 <sanitizer>
|
|
|
301 <valid initial="string.printable">
|
|
|
302 <remove value="'"/>
|
|
|
303 <remove value="""/>
|
|
|
304 </valid>
|
|
|
305 </sanitizer>
|
|
|
306 </param>
|
|
|
307 <param name="param_itraq8plex_channel_114_description" type="text" size="30" label="Description for the content of the 114 channel" help="(-channel_114_description) ">
|
|
|
308 <sanitizer>
|
|
|
309 <valid initial="string.printable">
|
|
|
310 <remove value="'"/>
|
|
|
311 <remove value="""/>
|
|
|
312 </valid>
|
|
|
313 </sanitizer>
|
|
|
314 </param>
|
|
|
315 <param name="param_itraq8plex_channel_115_description" type="text" size="30" label="Description for the content of the 115 channel" help="(-channel_115_description) ">
|
|
|
316 <sanitizer>
|
|
|
317 <valid initial="string.printable">
|
|
|
318 <remove value="'"/>
|
|
|
319 <remove value="""/>
|
|
|
320 </valid>
|
|
|
321 </sanitizer>
|
|
|
322 </param>
|
|
|
323 <param name="param_itraq8plex_channel_116_description" type="text" size="30" label="Description for the content of the 116 channel" help="(-channel_116_description) ">
|
|
|
324 <sanitizer>
|
|
|
325 <valid initial="string.printable">
|
|
|
326 <remove value="'"/>
|
|
|
327 <remove value="""/>
|
|
|
328 </valid>
|
|
|
329 </sanitizer>
|
|
|
330 </param>
|
|
|
331 <param name="param_itraq8plex_channel_117_description" type="text" size="30" label="Description for the content of the 117 channel" help="(-channel_117_description) ">
|
|
|
332 <sanitizer>
|
|
|
333 <valid initial="string.printable">
|
|
|
334 <remove value="'"/>
|
|
|
335 <remove value="""/>
|
|
|
336 </valid>
|
|
|
337 </sanitizer>
|
|
|
338 </param>
|
|
|
339 <param name="param_itraq8plex_channel_118_description" type="text" size="30" label="Description for the content of the 118 channel" help="(-channel_118_description) ">
|
|
|
340 <sanitizer>
|
|
|
341 <valid initial="string.printable">
|
|
|
342 <remove value="'"/>
|
|
|
343 <remove value="""/>
|
|
|
344 </valid>
|
|
|
345 </sanitizer>
|
|
|
346 </param>
|
|
|
347 <param name="param_itraq8plex_channel_119_description" type="text" size="30" label="Description for the content of the 119 channel" help="(-channel_119_description) ">
|
|
|
348 <sanitizer>
|
|
|
349 <valid initial="string.printable">
|
|
|
350 <remove value="'"/>
|
|
|
351 <remove value="""/>
|
|
|
352 </valid>
|
|
|
353 </sanitizer>
|
|
|
354 </param>
|
|
|
355 <param name="param_itraq8plex_channel_121_description" type="text" size="30" label="Description for the content of the 121 channel" help="(-channel_121_description) ">
|
|
|
356 <sanitizer>
|
|
|
357 <valid initial="string.printable">
|
|
|
358 <remove value="'"/>
|
|
|
359 <remove value="""/>
|
|
|
360 </valid>
|
|
|
361 </sanitizer>
|
|
|
362 </param>
|
|
|
363 <param name="param_itraq8plex_reference_channel" type="integer" min="113" max="121" optional="True" value="113" label="Number of the reference channel (113-121)" help="(-reference_channel) Please note that 120 is not valid"/>
|
|
|
364 <repeat name="rep_param_itraq8plex_correction_matrix" min="0" max="1" title="param_itraq8plex_correction_matrix">
|
|
|
365 <param name="param_itraq8plex_correction_matrix" type="text" size="30" value="0.00/0.00/6.89/0.22 0.00/0.94/5.90/0.16 0.00/1.88/4.90/0.10 0.00/2.82/3.90/0.07 0.06/3.77/2.99/0.00 0.09/4.71/1.88/0.00 0.14/5.66/0.87/0.00 0.27/7.44/0.18/0.00" label="Correction matrix for isotope distributions (see documentation); use the following format: <-2Da>/<-1Da>/<+1Da>/<+2Da>;" help="(-correction_matrix) e.g. '0/0.3/4/0', '0.1/0.3/3/0.2'">
|
|
|
366 <sanitizer>
|
|
|
367 <valid initial="string.printable">
|
|
|
368 <remove value="'"/>
|
|
|
369 <remove value="""/>
|
|
|
370 </valid>
|
|
|
371 </sanitizer>
|
|
|
372 </param>
|
|
|
373 </repeat>
|
|
|
374 <param name="param_quantification_isotope_correction" type="boolean" truevalue="-quantification:isotope_correction" falsevalue="" checked="true" optional="True" label="Enable isotope correction (highly recommended)" help="(-isotope_correction) Note that you need to provide a correct isotope correction matrix otherwise the tool will fail or produce invalid results"/>
|
|
|
375 <param name="param_quantification_normalization" type="boolean" truevalue="-quantification:normalization" falsevalue="" checked="false" optional="True" label="Enable normalization of channel intensities with respect to the reference channel" help="(-normalization) The normalization is done by using the Median of Ratios (every channel / Reference). Also the ratio of medians (from any channel and reference) is provided as control measure!"/>
|
|
|
376 <param name="param_tmt10plex_channel_126_description" type="text" size="30" label="Description for the content of the 126 channel" help="(-channel_126_description) ">
|
|
|
377 <sanitizer>
|
|
|
378 <valid initial="string.printable">
|
|
|
379 <remove value="'"/>
|
|
|
380 <remove value="""/>
|
|
|
381 </valid>
|
|
|
382 </sanitizer>
|
|
|
383 </param>
|
|
|
384 <param name="param_tmt10plex_channel_127N_description" type="text" size="30" label="Description for the content of the 127N channel" help="(-channel_127N_description) ">
|
|
|
385 <sanitizer>
|
|
|
386 <valid initial="string.printable">
|
|
|
387 <remove value="'"/>
|
|
|
388 <remove value="""/>
|
|
|
389 </valid>
|
|
|
390 </sanitizer>
|
|
|
391 </param>
|
|
|
392 <param name="param_tmt10plex_channel_127C_description" type="text" size="30" label="Description for the content of the 127C channel" help="(-channel_127C_description) ">
|
|
|
393 <sanitizer>
|
|
|
394 <valid initial="string.printable">
|
|
|
395 <remove value="'"/>
|
|
|
396 <remove value="""/>
|
|
|
397 </valid>
|
|
|
398 </sanitizer>
|
|
|
399 </param>
|
|
|
400 <param name="param_tmt10plex_channel_128N_description" type="text" size="30" label="Description for the content of the 128N channel" help="(-channel_128N_description) ">
|
|
|
401 <sanitizer>
|
|
|
402 <valid initial="string.printable">
|
|
|
403 <remove value="'"/>
|
|
|
404 <remove value="""/>
|
|
|
405 </valid>
|
|
|
406 </sanitizer>
|
|
|
407 </param>
|
|
|
408 <param name="param_tmt10plex_channel_128C_description" type="text" size="30" label="Description for the content of the 128C channel" help="(-channel_128C_description) ">
|
|
|
409 <sanitizer>
|
|
|
410 <valid initial="string.printable">
|
|
|
411 <remove value="'"/>
|
|
|
412 <remove value="""/>
|
|
|
413 </valid>
|
|
|
414 </sanitizer>
|
|
|
415 </param>
|
|
|
416 <param name="param_tmt10plex_channel_129N_description" type="text" size="30" label="Description for the content of the 129N channel" help="(-channel_129N_description) ">
|
|
|
417 <sanitizer>
|
|
|
418 <valid initial="string.printable">
|
|
|
419 <remove value="'"/>
|
|
|
420 <remove value="""/>
|
|
|
421 </valid>
|
|
|
422 </sanitizer>
|
|
|
423 </param>
|
|
|
424 <param name="param_tmt10plex_channel_129C_description" type="text" size="30" label="Description for the content of the 129C channel" help="(-channel_129C_description) ">
|
|
|
425 <sanitizer>
|
|
|
426 <valid initial="string.printable">
|
|
|
427 <remove value="'"/>
|
|
|
428 <remove value="""/>
|
|
|
429 </valid>
|
|
|
430 </sanitizer>
|
|
|
431 </param>
|
|
|
432 <param name="param_tmt10plex_channel_130N_description" type="text" size="30" label="Description for the content of the 130N channel" help="(-channel_130N_description) ">
|
|
|
433 <sanitizer>
|
|
|
434 <valid initial="string.printable">
|
|
|
435 <remove value="'"/>
|
|
|
436 <remove value="""/>
|
|
|
437 </valid>
|
|
|
438 </sanitizer>
|
|
|
439 </param>
|
|
|
440 <param name="param_tmt10plex_channel_130C_description" type="text" size="30" label="Description for the content of the 130C channel" help="(-channel_130C_description) ">
|
|
|
441 <sanitizer>
|
|
|
442 <valid initial="string.printable">
|
|
|
443 <remove value="'"/>
|
|
|
444 <remove value="""/>
|
|
|
445 </valid>
|
|
|
446 </sanitizer>
|
|
|
447 </param>
|
|
|
448 <param name="param_tmt10plex_channel_131_description" type="text" size="30" label="Description for the content of the 131 channel" help="(-channel_131_description) ">
|
|
|
449 <sanitizer>
|
|
|
450 <valid initial="string.printable">
|
|
|
451 <remove value="'"/>
|
|
|
452 <remove value="""/>
|
|
|
453 </valid>
|
|
|
454 </sanitizer>
|
|
|
455 </param>
|
|
|
456 <param name="param_tmt10plex_reference_channel" type="select" optional="True" value="126" label="The reference channel (126, 127N, 127C, 128N, 128C, 129N, 129C, 130N, 130C, 131)" help="(-reference_channel) ">
|
|
|
457 <option value="126">126</option>
|
|
|
458 <option value="127N">127N</option>
|
|
|
459 <option value="127C">127C</option>
|
|
|
460 <option value="128N">128N</option>
|
|
|
461 <option value="128C">128C</option>
|
|
|
462 <option value="129N">129N</option>
|
|
|
463 <option value="129C">129C</option>
|
|
|
464 <option value="130N">130N</option>
|
|
|
465 <option value="130C">130C</option>
|
|
|
466 <option value="131">131</option>
|
|
|
467 </param>
|
|
|
468 <repeat name="rep_param_tmt10plex_correction_matrix" min="0" max="1" title="param_tmt10plex_correction_matrix">
|
|
|
469 <param name="param_tmt10plex_correction_matrix" type="text" size="30" value="0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0" label="Correction matrix for isotope distributions (see documentation); use the following format: <-2Da>/<-1Da>/<+1Da>/<+2Da>;" help="(-correction_matrix) e.g. '0/0.3/4/0', '0.1/0.3/3/0.2'">
|
|
|
470 <sanitizer>
|
|
|
471 <valid initial="string.printable">
|
|
|
472 <remove value="'"/>
|
|
|
473 <remove value="""/>
|
|
|
474 </valid>
|
|
|
475 </sanitizer>
|
|
|
476 </param>
|
|
|
477 </repeat>
|
|
|
478 <param name="param_tmt6plex_channel_126_description" type="text" size="30" label="Description for the content of the 126 channel" help="(-channel_126_description) ">
|
|
|
479 <sanitizer>
|
|
|
480 <valid initial="string.printable">
|
|
|
481 <remove value="'"/>
|
|
|
482 <remove value="""/>
|
|
|
483 </valid>
|
|
|
484 </sanitizer>
|
|
|
485 </param>
|
|
|
486 <param name="param_tmt6plex_channel_127_description" type="text" size="30" label="Description for the content of the 127 channel" help="(-channel_127_description) ">
|
|
|
487 <sanitizer>
|
|
|
488 <valid initial="string.printable">
|
|
|
489 <remove value="'"/>
|
|
|
490 <remove value="""/>
|
|
|
491 </valid>
|
|
|
492 </sanitizer>
|
|
|
493 </param>
|
|
|
494 <param name="param_tmt6plex_channel_128_description" type="text" size="30" label="Description for the content of the 128 channel" help="(-channel_128_description) ">
|
|
|
495 <sanitizer>
|
|
|
496 <valid initial="string.printable">
|
|
|
497 <remove value="'"/>
|
|
|
498 <remove value="""/>
|
|
|
499 </valid>
|
|
|
500 </sanitizer>
|
|
|
501 </param>
|
|
|
502 <param name="param_tmt6plex_channel_129_description" type="text" size="30" label="Description for the content of the 129 channel" help="(-channel_129_description) ">
|
|
|
503 <sanitizer>
|
|
|
504 <valid initial="string.printable">
|
|
|
505 <remove value="'"/>
|
|
|
506 <remove value="""/>
|
|
|
507 </valid>
|
|
|
508 </sanitizer>
|
|
|
509 </param>
|
|
|
510 <param name="param_tmt6plex_channel_130_description" type="text" size="30" label="Description for the content of the 130 channel" help="(-channel_130_description) ">
|
|
|
511 <sanitizer>
|
|
|
512 <valid initial="string.printable">
|
|
|
513 <remove value="'"/>
|
|
|
514 <remove value="""/>
|
|
|
515 </valid>
|
|
|
516 </sanitizer>
|
|
|
517 </param>
|
|
|
518 <param name="param_tmt6plex_channel_131_description" type="text" size="30" label="Description for the content of the 131 channel" help="(-channel_131_description) ">
|
|
|
519 <sanitizer>
|
|
|
520 <valid initial="string.printable">
|
|
|
521 <remove value="'"/>
|
|
|
522 <remove value="""/>
|
|
|
523 </valid>
|
|
|
524 </sanitizer>
|
|
|
525 </param>
|
|
|
526 <param name="param_tmt6plex_reference_channel" type="integer" min="126" max="131" optional="True" value="126" label="Number of the reference channel (126-131)" help="(-reference_channel) "/>
|
|
|
527 <repeat name="rep_param_tmt6plex_correction_matrix" min="0" max="1" title="param_tmt6plex_correction_matrix">
|
|
|
528 <param name="param_tmt6plex_correction_matrix" type="text" size="30" value="0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0" label="Correction matrix for isotope distributions (see documentation); use the following format: <-2Da>/<-1Da>/<+1Da>/<+2Da>;" help="(-correction_matrix) e.g. '0/0.3/4/0', '0.1/0.3/3/0.2'">
|
|
|
529 <sanitizer>
|
|
|
530 <valid initial="string.printable">
|
|
|
531 <remove value="'"/>
|
|
|
532 <remove value="""/>
|
|
|
533 </valid>
|
|
|
534 </sanitizer>
|
|
|
535 </param>
|
|
|
536 </repeat>
|
|
|
537 <expand macro="advanced_options">
|
|
|
538 <param name="param_force" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/>
|
|
|
539 <param name="param_extraction_precursor_isotope_deviation" type="float" min="0.0" optional="True" value="10.0" label="Maximum allowed deviation (in ppm) between theoretical and observed isotopic peaks of the precursor peak in the isolation window to be counted as part of the precurso" help="(-precursor_isotope_deviation) "/>
|
|
|
540 <param name="param_extraction_purity_interpolation" type="boolean" truevalue="-extraction:purity_interpolation" falsevalue="" checked="true" optional="True" label="If set to true the algorithm will try to compute the purity as a time weighted linear combination of the precursor scan and the following scan" help="(-purity_interpolation) If set to false, only the precursor scan will be used"/>
|
|
|
541 </expand>
|
|
|
542 </inputs>
|
|
|
543 <outputs>
|
|
|
544 <data name="param_out" format="consensusxml"/>
|
|
|
545 </outputs>
|
|
|
546 <help>**What it does**
|
|
|
547
|
|
|
548 Calculates isobaric quantitative values for peptides
|
|
|
549
|
|
|
550
|
|
|
551 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_IsobaricAnalyzer.html</help>
|
|
|
552 <expand macro="references"/>
|
|
|
553 </tool>
|