1 | item:ProbCons |
---|
2 | itemmeta: P |
---|
3 | seqtype:* |
---|
4 | itemmethod:(GOTO_LOCAL_DIR; \ |
---|
5 | arb_sed 's/#/>HASH_/' <TmpInputFile | \ |
---|
6 | arb_sed 's/%/>PERCENT_/' | \ |
---|
7 | arb_sed 's/"/>QUOTE_/'| \ |
---|
8 | arb_sed 's/@/>AT_/' | \ |
---|
9 | arb_sed '/^[^>]/ y/./-/' > probcons_in; \ |
---|
10 | RUN_IN_WINDOW(($ARBHOME/bin/probcons -pre $PRE_TRAINING_REPS -ir $PASSES -c $REPS probcons_in > probcons_out;)); \ |
---|
11 | arb_sed 's/>HASH_/#/' <probcons_out | \ |
---|
12 | arb_sed 's/>PERCENT_/%/' | \ |
---|
13 | arb_sed 's/>QUOTE_/"/' | \ |
---|
14 | arb_sed 's/>AT_/@/' > TmpOutputFile; RM_LOCAL_FILES(probcons_in* probcons_out* TmpInputFile) ) |
---|
15 | |
---|
16 | arg:REPS |
---|
17 | argtype:choice_menu |
---|
18 | arglabel:Passes of consistency transformation |
---|
19 | argtype:slider |
---|
20 | argmin:0 |
---|
21 | argmax:5 |
---|
22 | argvalue:2 |
---|
23 | |
---|
24 | |
---|
25 | arg:PASSES |
---|
26 | arglabel:Passes of iterative refinement |
---|
27 | argtype:slider |
---|
28 | argmin:0 |
---|
29 | argmax:1000 |
---|
30 | argvalue:100 |
---|
31 | |
---|
32 | arg:PRE_TRAINING_REPS |
---|
33 | arglabel:Rounds of pre-training before aligning the sequences |
---|
34 | argtype:slider |
---|
35 | argmin:0 |
---|
36 | argmax:20 |
---|
37 | argvalue:0 |
---|
38 | |
---|
39 | in:TmpInputFile |
---|
40 | informat:flat |
---|
41 | intyped:detailed |
---|
42 | insave: |
---|
43 | |
---|
44 | out:TmpOutputFile |
---|
45 | outformat:flat |
---|
46 | outaligned:yes |
---|
47 | |
---|
48 | //---------------------------------------------------- |
---|
49 | |
---|
50 | item:Muscle |
---|
51 | itemmeta: M |
---|
52 | seqtype:* |
---|
53 | itemmethod:(GOTO_LOCAL_DIR; \ |
---|
54 | arb_sed 's/#/>HASH_/' <TmpInputFile | \ |
---|
55 | arb_sed 's/%/>PERCENT_/' | \ |
---|
56 | arb_sed 's/"/>QUOTE_/'| \ |
---|
57 | arb_sed 's/@/>AT_/' | \ |
---|
58 | arb_sed '/^[^>]/ y/./-/' > muscle_in; \ |
---|
59 | RUN_IN_WINDOW(($ARBHOME/bin/muscle $SCORE $DIAGS $ANCHORS $DIMER $BRENNER -in muscle_in -out muscle_out -maxiters $MAXITERS;)); \ |
---|
60 | arb_sed 's/>HASH_/#/' <muscle_out | \ |
---|
61 | arb_sed 's/>PERCENT_/%/' | \ |
---|
62 | arb_sed 's/>QUOTE_/"/' | \ |
---|
63 | arb_sed 's/>AT_/@/' > TmpOutputFile; RM_LOCAL_FILES(muscle_in* muscle_out* TmpInputFile)) |
---|
64 | |
---|
65 | arg:MAXITERS |
---|
66 | argtype:text |
---|
67 | arglabel:Maximum number of iterations to run\n(use 2 for large datasets) |
---|
68 | argtext:16 |
---|
69 | |
---|
70 | //arg:ANCHORS |
---|
71 | //argtype:choice_menu |
---|
72 | //arglabel:Use anchor optimization in tree dependent refinement iterations |
---|
73 | //argchoice:Yes(default):-anchors |
---|
74 | //argchoice:No:-noanchors |
---|
75 | |
---|
76 | //arg:BRENNER |
---|
77 | //argtype:choice_menu |
---|
78 | //arglabel:Use Steven Brenner's method for computing the root alignment |
---|
79 | //argchoice:No(default): |
---|
80 | //argchoice:Yes:-brenner |
---|
81 | |
---|
82 | //arg:DIMER |
---|
83 | //argtype:choice_menu |
---|
84 | //arglabel:Use dimer approximation for the SP score\n(faster, slightly less accurate) |
---|
85 | //argchoice:No(default): |
---|
86 | //argchoice:Yes:-dimer |
---|
87 | |
---|
88 | //arg:DIAGS |
---|
89 | //argtype:choice_menu |
---|
90 | //arglabel:Use diagonal optimizations\n(faster, especially for closely related sequences,\nbut may be less accurate) |
---|
91 | //argchoice:No(default): |
---|
92 | //argchoice:Yes:-diags |
---|
93 | |
---|
94 | //arg:SCORE |
---|
95 | //argtype:choice_menu |
---|
96 | //arglabel:Scoring |
---|
97 | //argchoice:Log-expectation profile score (VTML240)(default):-le |
---|
98 | //argchoice:Sum-of-pairs protein profile score (PAM200):-sp |
---|
99 | //argchoice:Sum-of-pairs profile score (VTML240):-sv |
---|
100 | |
---|
101 | |
---|
102 | in:TmpInputFile |
---|
103 | informat:flat |
---|
104 | intyped:detailed |
---|
105 | insave: |
---|
106 | |
---|
107 | out:TmpOutputFile |
---|
108 | outformat:flat |
---|
109 | outaligned:yes |
---|
110 | |
---|
111 | //------------------------------------------------------------------- |
---|
112 | |
---|
113 | item:Mafft |
---|
114 | itemmeta: f |
---|
115 | seqtype:* |
---|
116 | itemmethod:(GOTO_LOCAL_DIR; \ |
---|
117 | arb_sed 's/#/>HASH_/' <TmpInputFile | \ |
---|
118 | arb_sed 's/%/>PERCENT_/' | \ |
---|
119 | arb_sed 's/"/>QUOTE_/'| \ |
---|
120 | arb_sed 's/@/>AT_/' | \ |
---|
121 | arb_sed '/^[^>]/ y/./-/' > mafft_in; \ |
---|
122 | RUN_IN_WINDOW(($ARBHOME/bin/$COMMAND $METHOD --preservecase --ep $OFFSET $SCORING_MATRIX mafft_in > mafft_out;)); \ |
---|
123 | arb_sed 's/>HASH_/#/' <mafft_out | \ |
---|
124 | arb_sed 's/>PERCENT_/%/' | \ |
---|
125 | arb_sed 's/>QUOTE_/"/' | \ |
---|
126 | arb_sed 's/>AT_/@/' > TmpOutputFile; RM_LOCAL_FILES(mafft_in* TmpInputFile mafft_out*)) |
---|
127 | |
---|
128 | itemhelp:mafft.help |
---|
129 | |
---|
130 | |
---|
131 | arg:COMMAND |
---|
132 | argtype:choice_menu |
---|
133 | arglabel:Method |
---|
134 | argchoice:Auto:mafft --auto |
---|
135 | argchoice:L-INS-i:mafft-linsi |
---|
136 | argchoice:G-INS-i:mafft-ginsi |
---|
137 | argchoice:E-INS-i:mafft-einsi |
---|
138 | argchoice:Q-INS-i:mafft-qinsi |
---|
139 | argchoice:X-INS-i:mafft-xinsi |
---|
140 | argchoice:FFT-NS-i:mafft-fftnsi |
---|
141 | argchoice:FFT-NS-2:mafft-fftns |
---|
142 | argchoice:NW-NS-i:mafft-nwnsi |
---|
143 | argchoice:NW-NS-2:mafft-nwns |
---|
144 | |
---|
145 | arg:SCORING_MATRIX |
---|
146 | argtype:choice_menu |
---|
147 | arglabel:Scoring matrix |
---|
148 | argchoice:BLOSUM62:--bl 62 |
---|
149 | argchoice:BLOSUM30:--bl 30 |
---|
150 | argchoice:BLOSUM45:--bl 45 |
---|
151 | argchoice:BLOSUM80:--bl 80 |
---|
152 | argchoice:JTT100:--jtt 100 |
---|
153 | argchoice:JTT200:--jtt 200 |
---|
154 | argchoice:JTT200:--jtt 200 |
---|
155 | argchoice:1PAM / K=2:--kimura 1 |
---|
156 | argchoice:20PAM / K=2:--kimura 20 |
---|
157 | argchoice:200PAM / K=2:--kimura 200 |
---|
158 | |
---|
159 | |
---|
160 | arg:OFFSET |
---|
161 | argtype:slider |
---|
162 | argmin:0.0 |
---|
163 | argmax:1.0 |
---|
164 | arglabel:Offset value [0..1]\n(use values >0.1 for closely related sequences) |
---|
165 | argtext:0.5 |
---|
166 | |
---|
167 | |
---|
168 | in:TmpInputFile |
---|
169 | informat:flat |
---|
170 | intyped:detailed |
---|
171 | insave: |
---|
172 | |
---|
173 | out:TmpOutputFile |
---|
174 | outformat:flat |
---|
175 | outaligned:yes |
---|
176 | |
---|
177 | //-------------------------------------------------------- |
---|
178 | |
---|
179 | item:ClustalW automatic |
---|
180 | itemmeta: W |
---|
181 | seqtype:* |
---|
182 | itemmethod:(GOTO_LOCAL_DIR; \ |
---|
183 | tr '"%//' '>' <TmpInputFile >clus_in; \ |
---|
184 | RUN_IN_WINDOW((clustalw -output=PIR -infile=clus_in -align ; \ |
---|
185 | cat clus_in.pir | sed "s/^>DL;/#/g" | sed "s/^>P1;/%/g" | sed "s/^\*$//g" >TmpOutputFile; )); \ |
---|
186 | RM_LOCAL_FILES(clus_in* TmpInputFile)) |
---|
187 | |
---|
188 | itemhelp:clustalw.help |
---|
189 | |
---|
190 | |
---|
191 | in:TmpInputFile |
---|
192 | informat:flat |
---|
193 | insave: |
---|
194 | |
---|
195 | out:TmpOutputFile |
---|
196 | outformat:flat |
---|
197 | outaligned:yes |
---|
198 | |
---|
199 | // -------------------------------------------------------------------------------- |
---|
200 | |
---|
201 | item:Create ClustalW Profile 2 |
---|
202 | itemmeta: C |
---|
203 | seqtype:* |
---|
204 | itemmethod:(GOTO_LOCAL_DIR ; tr '"%//' '>' <TmpInputFile >../clus_prf ; RM_LOCAL_FILES(TmpInputFile)) |
---|
205 | |
---|
206 | itemhelp:clustalw.help |
---|
207 | |
---|
208 | in:TmpInputFile |
---|
209 | informat:flat |
---|
210 | insave: |
---|
211 | |
---|
212 | // -------------------------------------------------------------------------------- |
---|
213 | |
---|
214 | item:ClustalW Profile Alignment |
---|
215 | itemmeta: A |
---|
216 | seqtype:* |
---|
217 | itemmethod:(GOTO_LOCAL_DIR; \ |
---|
218 | tr '"%//' '>' <TmpInputFile >clus_in; \ |
---|
219 | RUN_IN_WINDOW((clustalw -output=PIR -profile1=clus_in -profile2=../clus_prf -align ; \ |
---|
220 | cat clus_in.pir | arb_sed "s/^>DL;/#/g" | sed "s/^>P1;/%/g" | arb_sed "s/^\*$//g" >TmpOutputFile; )); \ |
---|
221 | RM_LOCAL_FILES(clus_in* TmpInputFile)) |
---|
222 | |
---|
223 | itemhelp:clustalw.help |
---|
224 | |
---|
225 | |
---|
226 | in:TmpInputFile |
---|
227 | informat:flat |
---|
228 | insave: |
---|
229 | |
---|
230 | out:TmpOutputFile |
---|
231 | outformat:flat |
---|
232 | outaligned:yes |
---|
233 | |
---|
234 | // -------------------------------------------------------------------------------- |
---|
235 | |
---|
236 | item:ClustalW DNA Alignment (fast) |
---|
237 | seqtype: N |
---|
238 | itemmeta: N |
---|
239 | itemmethod:(GOTO_LOCAL_DIR; \ |
---|
240 | tr '"%//' '>' <TmpInputFile >clus_in ; \ |
---|
241 | RUN_IN_WINDOW((clustalw -output=PIR -infile=clus_in -align \ |
---|
242 | -quicktree $INTERACTIVE \ |
---|
243 | -ktuple=$KTUPLE -topdiags=$TOPDIAGS \ |
---|
244 | -window=$WINDOW -pairgap=$PAIRGAP \ |
---|
245 | -score=$SCORE \ |
---|
246 | -type=DNA -transweight=$TRANSWEIGHT \ |
---|
247 | -gapopen=$GOP -gapext=$GEP -maxdiv=$MAXDIV \ |
---|
248 | -dnamatrix=$DNAMATRIX; \ |
---|
249 | cat clus_in.pir | arb_sed "s/^>DL;/#/g" | arb_sed "s/^>P1;/%/g" | arb_sed "s/^\*$//g" >TmpOutputFile; )) ; \ |
---|
250 | RM_LOCAL_FILES(clus_in* TmpInputFile)) |
---|
251 | |
---|
252 | itemhelp:clustalw.help |
---|
253 | |
---|
254 | // parameters for fast pairwise alignment: |
---|
255 | |
---|
256 | arg:PAIRGAP |
---|
257 | arglabel:Gap penalty (pairwise ali) |
---|
258 | argtype:slider |
---|
259 | argmin:1 |
---|
260 | argmax:500 |
---|
261 | argvalue:5 |
---|
262 | |
---|
263 | arg:KTUPLE |
---|
264 | arglabel:K-tuple size |
---|
265 | argtype:slider |
---|
266 | argmin:1 |
---|
267 | argmax:4 |
---|
268 | argvalue:2 |
---|
269 | |
---|
270 | arg:TOPDIAGS |
---|
271 | arglabel:No. of top diagonals |
---|
272 | argtype:slider |
---|
273 | argmin:1 |
---|
274 | argmax:50 |
---|
275 | argvalue:4 |
---|
276 | |
---|
277 | arg:WINDOW |
---|
278 | arglabel:Window size |
---|
279 | argtype:slider |
---|
280 | argmin:1 |
---|
281 | argmax:50 |
---|
282 | argvalue:4 |
---|
283 | |
---|
284 | // parameters for multiple alignment: |
---|
285 | |
---|
286 | arg:DNAMATRIX |
---|
287 | argtype:choice_menu |
---|
288 | arglabel:Weighting matrix (multiple ali) |
---|
289 | argchoice:IUB:IUB |
---|
290 | argchoice:CLUSTALW:CLUSTALW |
---|
291 | |
---|
292 | arg:GOP |
---|
293 | argtype:slider |
---|
294 | arglabel:Gap Open Penalty |
---|
295 | argmin:0 |
---|
296 | argmax:100 |
---|
297 | argvalue:15 |
---|
298 | |
---|
299 | arg:GEP |
---|
300 | arglabel:Gap Extend Penalty |
---|
301 | argtype:slider |
---|
302 | argmin:0 |
---|
303 | argmax:10 |
---|
304 | argvalue:6.66 |
---|
305 | |
---|
306 | arg:MAXDIV |
---|
307 | arglabel:% identity for delay |
---|
308 | argtype:slider |
---|
309 | argmin:0 |
---|
310 | argmax:100 |
---|
311 | argvalue:30 |
---|
312 | |
---|
313 | arg:TRANSWEIGHT |
---|
314 | arglabel:Transition weight |
---|
315 | argtype:slider |
---|
316 | argmin:0.0 |
---|
317 | argmax:1.0 |
---|
318 | argvalue:0.5 |
---|
319 | |
---|
320 | arg:INTERACTIVE |
---|
321 | arglabel:Interactive |
---|
322 | argtype:choice_menu |
---|
323 | argchoice:No: |
---|
324 | argchoice:Yes:-interactive |
---|
325 | |
---|
326 | in:TmpInputFile |
---|
327 | informat:flat |
---|
328 | insave: |
---|
329 | |
---|
330 | out:TmpOutputFile |
---|
331 | outformat:flat |
---|
332 | outaligned:yes |
---|
333 | |
---|
334 | // -------------------------------------------------------------------------------- |
---|
335 | |
---|
336 | item:ClustalW DNA Alignment (slow & accurate) |
---|
337 | seqtype: N |
---|
338 | itemmeta: s |
---|
339 | itemmethod:(GOTO_LOCAL_DIR; \ |
---|
340 | tr '"%//' '>' <TmpInputFile >clus_in ; \ |
---|
341 | RUN_IN_WINDOW((clustalw -output=PIR -infile=clus_in -align \ |
---|
342 | $INTERACTIVE \ |
---|
343 | -pwdnamatrix=$PWDNAMATRIX \ |
---|
344 | -pwgapopen=$PWGOP -pwgapext=$PWGEP \ |
---|
345 | -type=DNA -transweight=$TRANSWEIGHT \ |
---|
346 | -gapopen=$GOP -gapext=$GEP -maxdiv=$MAXDIV \ |
---|
347 | -dnamatrix=$DNAMATRIX; \ |
---|
348 | cat clus_in.pir | arb_sed "s/^>DL;/#/g" | sed "s/^>P1;/%/g" | arb_sed "s/^\*$//g" >TmpOutputFile; )) ; \ |
---|
349 | RM_LOCAL_FILES(clus_in* TmpInputFile)) |
---|
350 | |
---|
351 | itemhelp:clustalw.help |
---|
352 | |
---|
353 | // parameters for pairwise alignment: |
---|
354 | |
---|
355 | arg:PWDNAMATRIX |
---|
356 | argtype:choice_menu |
---|
357 | arglabel:Weighting matrix (pairwise ali) |
---|
358 | argchoice:IUB:IUB |
---|
359 | argchoice:CLUSTALW:CLUSTALW |
---|
360 | |
---|
361 | arg:PWGOP |
---|
362 | argtype:slider |
---|
363 | arglabel:Gap Open Penalty |
---|
364 | argmin:0 |
---|
365 | argmax:100 |
---|
366 | argvalue:15 |
---|
367 | |
---|
368 | arg:PWGEP |
---|
369 | arglabel:Gap Extend Penalty |
---|
370 | argtype:slider |
---|
371 | argmin:0 |
---|
372 | argmax:10 |
---|
373 | argvalue:6.66 |
---|
374 | |
---|
375 | // parameters for multiple alignment: |
---|
376 | |
---|
377 | arg:DNAMATRIX |
---|
378 | argtype:choice_menu |
---|
379 | arglabel:Weighting matrix (multiple ali) |
---|
380 | argchoice:IUB:IUB |
---|
381 | argchoice:CLUSTALW:CLUSTALW |
---|
382 | |
---|
383 | arg:GOP |
---|
384 | argtype:slider |
---|
385 | arglabel:Gap Open Penalty |
---|
386 | argmin:0 |
---|
387 | argmax:100 |
---|
388 | argvalue:15 |
---|
389 | |
---|
390 | arg:GEP |
---|
391 | arglabel:Gap Extend Penalty |
---|
392 | argtype:slider |
---|
393 | argmin:0 |
---|
394 | argmax:10 |
---|
395 | argvalue:6.66 |
---|
396 | |
---|
397 | arg:MAXDIV |
---|
398 | arglabel:% identity for delay |
---|
399 | argtype:slider |
---|
400 | argmin:0 |
---|
401 | argmax:100 |
---|
402 | argvalue:30 |
---|
403 | |
---|
404 | arg:TRANSWEIGHT |
---|
405 | arglabel:Transition weight |
---|
406 | argtype:slider |
---|
407 | argmin:0.0 |
---|
408 | argmax:1.0 |
---|
409 | argvalue:0.5 |
---|
410 | |
---|
411 | arg:INTERACTIVE |
---|
412 | arglabel:Interactive |
---|
413 | argtype:choice_menu |
---|
414 | argchoice:No: |
---|
415 | argchoice:Yes:-interactive |
---|
416 | |
---|
417 | in:TmpInputFile |
---|
418 | informat:flat |
---|
419 | insave: |
---|
420 | |
---|
421 | out:TmpOutputFile |
---|
422 | outformat:flat |
---|
423 | outaligned:yes |
---|
424 | |
---|
425 | // -------------------------------------------------------------------------------- |
---|
426 | |
---|
427 | item:ClustalW Protein Alignment (fast) |
---|
428 | seqtype: A |
---|
429 | itemmeta: o |
---|
430 | itemmethod:(GOTO_LOCAL_DIR; \ |
---|
431 | tr '"%//' '>' <TmpInputFile >clus_in ; \ |
---|
432 | RUN_IN_WINDOW((clustalw -output=PIR -infile=clus_in -align \ |
---|
433 | -quicktree $INTERACTIVE \ |
---|
434 | -ktuple=$KTUPLE -topdiags=$TOPDIAGS \ |
---|
435 | -window=$WINDOW -pairgap=$PAIRGAP \ |
---|
436 | -score=$SCORE \ |
---|
437 | -type=PROTEIN -transweight=$TRANSWEIGHT \ |
---|
438 | -gapopen=$GOP -gapext=$GEP -maxdiv=$MAXDIV \ |
---|
439 | -matrix=$MATRIX $NEGMATRIX; \ |
---|
440 | cat clus_in.pir | arb_sed "s/^>DL;/#/g" | sed "s/^>P1;/%/g" | arb_sed "s/^\*$//g" >TmpOutputFile; )) ; \ |
---|
441 | RM_LOCAL_FILES(clus_in* TmpInputFile)) |
---|
442 | |
---|
443 | itemhelp:clustalw.help |
---|
444 | |
---|
445 | // parameters for fast pairwise alignment: |
---|
446 | |
---|
447 | arg:PAIRGAP |
---|
448 | arglabel:Gap penalty (pairwise ali) |
---|
449 | argtype:slider |
---|
450 | argmin:1 |
---|
451 | argmax:500 |
---|
452 | argvalue:3 |
---|
453 | |
---|
454 | arg:KTUPLE |
---|
455 | arglabel:K-tuple size |
---|
456 | argtype:slider |
---|
457 | argmin:1 |
---|
458 | argmax:2 |
---|
459 | argvalue:1 |
---|
460 | |
---|
461 | arg:TOPDIAGS |
---|
462 | arglabel:No. of top diagonals |
---|
463 | argtype:slider |
---|
464 | argmin:1 |
---|
465 | argmax:50 |
---|
466 | argvalue:5 |
---|
467 | |
---|
468 | arg:WINDOW |
---|
469 | arglabel:Window size |
---|
470 | argtype:slider |
---|
471 | argmin:1 |
---|
472 | argmax:50 |
---|
473 | argvalue:5 |
---|
474 | |
---|
475 | // parameters for multiple alignment: |
---|
476 | |
---|
477 | arg:MATRIX |
---|
478 | argtype:choice_menu |
---|
479 | arglabel:Weighting matrix (multiple ali) |
---|
480 | argchoice:Gonnet series:GONNET |
---|
481 | argchoice:Blosum series:BLOSUM |
---|
482 | argchoice:PAM series:PAM |
---|
483 | argchoice:ID matrix:ID |
---|
484 | |
---|
485 | arg:GOP |
---|
486 | argtype:slider |
---|
487 | arglabel:Gap Open Penalty |
---|
488 | argmin:0 |
---|
489 | argmax:100 |
---|
490 | argvalue:10 |
---|
491 | |
---|
492 | arg:GEP |
---|
493 | arglabel:Gap Extend Penalty |
---|
494 | argtype:slider |
---|
495 | argmin:0 |
---|
496 | argmax:10 |
---|
497 | argvalue:0.2 |
---|
498 | |
---|
499 | arg:MAXDIV |
---|
500 | arglabel:% identity for delay |
---|
501 | argtype:slider |
---|
502 | argmin:0 |
---|
503 | argmax:100 |
---|
504 | argvalue:30 |
---|
505 | |
---|
506 | arg:TRANSWEIGHT |
---|
507 | arglabel:Transition weight |
---|
508 | argtype:slider |
---|
509 | argmin:0.0 |
---|
510 | argmax:1.0 |
---|
511 | argvalue:0.5 |
---|
512 | |
---|
513 | arg:NEGMATRIX |
---|
514 | arglabel:Use negative matrix |
---|
515 | argtype:choice_menu |
---|
516 | argchoice:No: |
---|
517 | argchoice:Yes:-negative |
---|
518 | |
---|
519 | arg:INTERACTIVE |
---|
520 | arglabel:Interactive |
---|
521 | argtype:choice_menu |
---|
522 | argchoice:No: |
---|
523 | argchoice:Yes:-interactive |
---|
524 | |
---|
525 | in:TmpInputFile |
---|
526 | informat:flat |
---|
527 | insave: |
---|
528 | |
---|
529 | out:TmpOutputFile |
---|
530 | outformat:flat |
---|
531 | outaligned:yes |
---|
532 | |
---|
533 | // -------------------------------------------------------------------------------- |
---|
534 | |
---|
535 | item:ClustalW Protein Alignment (slow & accurate) |
---|
536 | seqtype: A |
---|
537 | itemmeta: l |
---|
538 | itemmethod:(GOTO_LOCAL_DIR; \ |
---|
539 | tr '"%//' '>' <TmpInputFile >clus_in ; \ |
---|
540 | RUN_IN_WINDOW((clustalw -output=PIR -infile=clus_in -align \ |
---|
541 | $INTERACTIVE \ |
---|
542 | -pwmatrix=$PWMATRIX \ |
---|
543 | -pwgapopen=$PWGOP -pwgapext=$PWGEP \ |
---|
544 | -type=PROTEIN -transweight=$TRANSWEIGHT \ |
---|
545 | -gapopen=$GOP -gapext=$GEP -maxdiv=$MAXDIV \ |
---|
546 | -matrix=$MATRIX $NEGMATRIX; \ |
---|
547 | cat clus_in.pir | arb_sed "s/^>DL;/#/g" | sed "s/^>P1;/%/g" | arb_sed "s/^\*$//g" >TmpOutputFile; )) ; \ |
---|
548 | RM_LOCAL_FILES(clus_in* TmpInputFile)) |
---|
549 | |
---|
550 | itemhelp:clustalw.help |
---|
551 | |
---|
552 | // parameters for pairwise alignment: |
---|
553 | |
---|
554 | arg:PWMATRIX |
---|
555 | argtype:choice_menu |
---|
556 | arglabel:Weighting matrix (pairwise ali) |
---|
557 | argchoice:Gonnet series:GONNET |
---|
558 | argchoice:Blosum series:BLOSUM |
---|
559 | argchoice:PAM series:PAM |
---|
560 | argchoice:ID matrix:ID |
---|
561 | |
---|
562 | arg:PWGOP |
---|
563 | argtype:slider |
---|
564 | arglabel:Gap Open Penalty |
---|
565 | argmin:0 |
---|
566 | argmax:100 |
---|
567 | argvalue:10 |
---|
568 | |
---|
569 | arg:PWGEP |
---|
570 | arglabel:Gap Extend Penalty |
---|
571 | argtype:slider |
---|
572 | argmin:0 |
---|
573 | argmax:10 |
---|
574 | argvalue:0.1 |
---|
575 | |
---|
576 | // parameters for multiple alignment: |
---|
577 | |
---|
578 | arg:MATRIX |
---|
579 | argtype:choice_menu |
---|
580 | arglabel:Weighting matrix (multiple ali) |
---|
581 | argchoice:Gonnet series:GONNET |
---|
582 | argchoice:Blosum series:BLOSUM |
---|
583 | argchoice:PAM series:PAM |
---|
584 | argchoice:ID matrix:ID |
---|
585 | |
---|
586 | arg:GOP |
---|
587 | argtype:slider |
---|
588 | arglabel:Gap Open Penalty |
---|
589 | argmin:0 |
---|
590 | argmax:100 |
---|
591 | argvalue:10 |
---|
592 | |
---|
593 | arg:GEP |
---|
594 | arglabel:Gap Extend Penalty |
---|
595 | argtype:slider |
---|
596 | argmin:0 |
---|
597 | argmax:10 |
---|
598 | argvalue:0.2 |
---|
599 | |
---|
600 | arg:MAXDIV |
---|
601 | arglabel:% identity for delay |
---|
602 | argtype:slider |
---|
603 | argmin:0 |
---|
604 | argmax:100 |
---|
605 | argvalue:30 |
---|
606 | |
---|
607 | arg:TRANSWEIGHT |
---|
608 | arglabel:Transition weight |
---|
609 | argtype:slider |
---|
610 | argmin:0.0 |
---|
611 | argmax:1.0 |
---|
612 | argvalue:0.5 |
---|
613 | |
---|
614 | arg:NEGMATRIX |
---|
615 | arglabel:Use negative matrix |
---|
616 | argtype:choice_menu |
---|
617 | argchoice:No: |
---|
618 | argchoice:Yes:-negative |
---|
619 | |
---|
620 | arg:INTERACTIVE |
---|
621 | arglabel:Interactive |
---|
622 | argtype:choice_menu |
---|
623 | argchoice:No: |
---|
624 | argchoice:Yes:-interactive |
---|
625 | |
---|
626 | in:TmpInputFile |
---|
627 | informat:flat |
---|
628 | insave: |
---|
629 | |
---|
630 | out:TmpOutputFile |
---|
631 | outformat:flat |
---|
632 | outaligned:yes |
---|
633 | |
---|