1 | |
---|
2 | |
---|
3 | |
---|
4 | |
---|
5 | # WARNING: this file is created automatically |
---|
6 | # edit ARB_GDEmenus.source and MENUS/xxx.menu instead |
---|
7 | # and run make in this directory |
---|
8 | |
---|
9 | # To get more information read GDE2.2_manual_text |
---|
10 | # I added two new argtypes: |
---|
11 | # argtype:tree A list of trees in the database |
---|
12 | # argtype:weights A list of conservation profiles in the db |
---|
13 | |
---|
14 | |
---|
15 | |
---|
16 | lmenu:export |
---|
17 | item:Export Sequences only to Foreign Format (using readseq: slow) ... |
---|
18 | |
---|
19 | itemmethod:arb_readseq in1 -pipe -all -form=$FORMAT > $OUTPUTFILE |
---|
20 | itemhelp:readseq.help |
---|
21 | |
---|
22 | arg:FORMAT |
---|
23 | argtype:choice_menu |
---|
24 | argchoice:GenBank:genbank |
---|
25 | argchoice:IG/Stanford:ig |
---|
26 | argchoice:NBRF:nbrf |
---|
27 | argchoice:EMBL:embl |
---|
28 | argchoice:GCG:gcg |
---|
29 | argchoice:DNA Strider:strider |
---|
30 | argchoice:Fitch:fitch |
---|
31 | argchoice:Pearson/Fasta:pearson |
---|
32 | argchoice:Zuker:zuker |
---|
33 | argchoice:Olsen:olsen |
---|
34 | argchoice:Phylip:phylip |
---|
35 | argchoice:Plain text:raw |
---|
36 | argchoice:ASN.1:asn |
---|
37 | argchoice:PIR:pir |
---|
38 | argchoice:MSF:msf |
---|
39 | argchoice:PAUP:paup |
---|
40 | argchoice:Pretty:pretty -nametop -nameleft=3 -numright -nameright -numtop |
---|
41 | |
---|
42 | arg:OUTPUTFILE |
---|
43 | argtype:text |
---|
44 | arglabel:Save as? |
---|
45 | |
---|
46 | in:in1 |
---|
47 | informat:genbank |
---|
48 | |
---|
49 | |
---|
50 | lmenu:pretty_print |
---|
51 | item:Pretty Print Sequences (slow) ... |
---|
52 | |
---|
53 | |
---|
54 | |
---|
55 | |
---|
56 | |
---|
57 | |
---|
58 | itemmethod:arb_readseq in1 -p -a -f=pretty $NAMELEFT $NAMERIGHT $NUMTOP $NUMBOT $NUMLEFT $NUMRIGHT -col=$COLS -width=$WIDTH $MATCH $GAPC > in1.pretty; (arb_textprint in1.pretty; /bin/rm -f in1 in1.pretty )& |
---|
59 | itemhelp:readseq.help |
---|
60 | in:in1 |
---|
61 | informat:genbank |
---|
62 | |
---|
63 | arg:NAMETOP |
---|
64 | argtype:chooser |
---|
65 | arglabel:Names at top ? |
---|
66 | argchoice:No: |
---|
67 | argchoice:Yes:-nametop |
---|
68 | |
---|
69 | arg:NAMELEFT |
---|
70 | argtype:chooser |
---|
71 | arglabel:Names at left ? |
---|
72 | argchoice:No: |
---|
73 | argchoice:Yes:-nameleft |
---|
74 | |
---|
75 | arg:NAMERIGHT |
---|
76 | argtype:chooser |
---|
77 | arglabel:Names at right? |
---|
78 | argchoice:Yes:-nameright |
---|
79 | argchoice:No: |
---|
80 | |
---|
81 | arg:NUMTOP |
---|
82 | argtype:chooser |
---|
83 | arglabel:Numbers at top ? |
---|
84 | argchoice:Yes:-numtop |
---|
85 | argchoice:No: |
---|
86 | |
---|
87 | arg:NUMBOT |
---|
88 | argtype:chooser |
---|
89 | arglabel:Numbers at tail ? |
---|
90 | argchoice:No: |
---|
91 | argchoice:Yes:-numbot |
---|
92 | |
---|
93 | arg:NUMLEFT |
---|
94 | argtype:chooser |
---|
95 | arglabel:Numbers at left ? |
---|
96 | argchoice:Yes:-numleft |
---|
97 | argchoice:No: |
---|
98 | |
---|
99 | arg:NUMRIGHT |
---|
100 | argtype:chooser |
---|
101 | arglabel:Numbers at right? |
---|
102 | argchoice:Yes:-numright |
---|
103 | argchoice:No: |
---|
104 | |
---|
105 | arg:MATCH |
---|
106 | argtype:chooser |
---|
107 | arglabel:Show difference to current species? |
---|
108 | argchoice:No: |
---|
109 | argchoice:Yes:-match |
---|
110 | |
---|
111 | arg:GAPC |
---|
112 | argtype:chooser |
---|
113 | arglabel:Count gap symbols? |
---|
114 | argchoice:No: |
---|
115 | argchoice:Yes:-gap |
---|
116 | |
---|
117 | arg:WIDTH |
---|
118 | argtype:slider |
---|
119 | arglabel:Sequence width? |
---|
120 | argmin:10 |
---|
121 | argmax:200 |
---|
122 | argvalue:100 |
---|
123 | |
---|
124 | arg:COLS |
---|
125 | argtype:slider |
---|
126 | arglabel:Column spacers? |
---|
127 | argmin:0 |
---|
128 | argmax:50 |
---|
129 | argvalue:10 |
---|
130 | |
---|
131 | |
---|
132 | |
---|
133 | lmenu:import |
---|
134 | item:Import Sequences in Foreign Format (using readseq: slow !!) ... |
---|
135 | |
---|
136 | |
---|
137 | |
---|
138 | |
---|
139 | itemmethod:arb_readseq $INPUTFILE -a -f2 > OUTPUTFILE |
---|
140 | itemhelp:readseq.help |
---|
141 | |
---|
142 | arg:INPUTFILE |
---|
143 | argtype:text |
---|
144 | arglabel:Name of foreign file? |
---|
145 | |
---|
146 | out:OUTPUTFILE |
---|
147 | outformat:genbank |
---|
148 | |
---|
149 | |
---|
150 | |
---|
151 | item:Test arb_jim ... |
---|
152 | |
---|
153 | |
---|
154 | itemmethod:arb_jim |
---|
155 | itemhelp:jim.help |
---|
156 | |
---|
157 | |
---|
158 | out:OUTPUTFILE |
---|
159 | outformat:genbank |
---|
160 | |
---|
161 | |
---|
162 | |
---|
163 | |
---|
164 | menu:align |
---|
165 | arb_item:Clustalv Alignment (DNA) |
---|
166 | itemmethod:(tr '"%//' '>' <in1 >clus_in; ${ARB_XCMD:-cmdtool} sh -c "LD_LIBRARY_PATH="${ARB_LIBRARY_PATH:-/usr/arb}";export LD_LIBRARY_PATH; item_command ;arb_wait" ; /bin/rm -f clus_in* in1) |
---|
167 | |
---|
168 | itemhelp:clustal_help |
---|
169 | |
---|
170 | arg:KTUP |
---|
171 | argtype:slider |
---|
172 | arglabel:K-tuple size for fast pairwise search |
---|
173 | argmin:1 |
---|
174 | argmax:10 |
---|
175 | argvalue:2 |
---|
176 | |
---|
177 | arg:WIN |
---|
178 | argtype:slider |
---|
179 | arglabel:Window size |
---|
180 | argmin:1 |
---|
181 | argmax:10 |
---|
182 | argvalue:4 |
---|
183 | |
---|
184 | arg:Trans |
---|
185 | argtype:chooser |
---|
186 | arglabel:Transitions weighted? |
---|
187 | argchoice:Yes:/TRANSIT |
---|
188 | argchoice:No: |
---|
189 | |
---|
190 | arg:FIXED |
---|
191 | argtype:slider |
---|
192 | arglabel:Fixed gap penalty |
---|
193 | argmin:1 |
---|
194 | argmax:100 |
---|
195 | argvalue:10 |
---|
196 | |
---|
197 | arg:FLOAT |
---|
198 | arglabel:Floating gap penalty |
---|
199 | argtype:slider |
---|
200 | argmin:1 |
---|
201 | argmax:100 |
---|
202 | argvalue:10 |
---|
203 | |
---|
204 | in:in1 |
---|
205 | informat:flat |
---|
206 | insave: |
---|
207 | |
---|
208 | out:out1 |
---|
209 | outformat:flat |
---|
210 | |
---|
211 | |
---|
212 | item:Clustalw DNA Alignment |
---|
213 | itemmethod:(tr '"%//' '>' <in1 >clus_in;${ARB_XCMD:-cmdtool} sh -c "LD_LIBRARY_PATH="${ARB_LIBRARY_PATH:-/usr/arb}";export LD_LIBRARY_PATH; item_command ;arb_wait" ; /bin/rm -f clus_in* in1) |
---|
214 | |
---|
215 | itemhelp:clustal.help |
---|
216 | |
---|
217 | arg:KTUP |
---|
218 | argtype:slider |
---|
219 | arglabel:K-tuple size for fast pairwise search |
---|
220 | argmin:1 |
---|
221 | argmax:10 |
---|
222 | argvalue:2 |
---|
223 | |
---|
224 | arg:WIN |
---|
225 | argtype:slider |
---|
226 | arglabel:Window size for fast pairwise search |
---|
227 | argmin:1 |
---|
228 | argmax:10 |
---|
229 | argvalue:4 |
---|
230 | |
---|
231 | arg:MATRIX_ |
---|
232 | argtype:chooser |
---|
233 | arglabel:Weighting matrix |
---|
234 | argchoice:BLOSUM:BLOSUM |
---|
235 | argchoice:PAM:PAM |
---|
236 | argchoice:GONNET:GONNET |
---|
237 | argchoice:ID:ID |
---|
238 | |
---|
239 | arg:FIXED_ |
---|
240 | argtype:slider |
---|
241 | arglabel:Gap Open Panelty |
---|
242 | argmin:1 |
---|
243 | argmax:100 |
---|
244 | argvalue:8.7 |
---|
245 | |
---|
246 | arg:FLOAT_ |
---|
247 | arglabel:Gap Extend Panelty |
---|
248 | argtype:slider |
---|
249 | argmin:.001 |
---|
250 | argmax:1 |
---|
251 | argvalue:.1 |
---|
252 | |
---|
253 | |
---|
254 | in:in1 |
---|
255 | informat:flat |
---|
256 | insave: |
---|
257 | |
---|
258 | out:out1 |
---|
259 | outformat:flat |
---|
260 | |
---|
261 | |
---|
262 | item:Clustalw Protein Alignment |
---|
263 | itemmethod:(tr '"%//' '>' <in1 >clus_in;${ARB_XCMD:-cmdtool} sh -c "LD_LIBRARY_PATH="${ARB_LIBRARY_PATH:-/usr/arb}";export LD_LIBRARY_PATH; item_command ;arb_wait" ;\/bin/rm -f clus_in* in1) |
---|
264 | |
---|
265 | |
---|
266 | itemhelp:clustalw.help |
---|
267 | |
---|
268 | arg:KTUP_ |
---|
269 | argtype:slider |
---|
270 | arglabel:K-tuple size for fast pairwise search |
---|
271 | argmin:1 |
---|
272 | argmax:10 |
---|
273 | argvalue:2 |
---|
274 | |
---|
275 | arg:WIN_ |
---|
276 | argtype:slider |
---|
277 | arglabel:Window size and top diagonals for fast alignment |
---|
278 | argmin:1 |
---|
279 | argmax:10 |
---|
280 | argvalue:4 |
---|
281 | |
---|
282 | arg:MATRIX_ |
---|
283 | argtype:chooser |
---|
284 | arglabel:Weighting matrix |
---|
285 | argchoice:BLOSUM:BLOSUM |
---|
286 | argchoice:PAM:PAM |
---|
287 | argchoice:GONNET:GONNET |
---|
288 | argchoice:ID:ID |
---|
289 | |
---|
290 | arg:FIXED_ |
---|
291 | argtype:slider |
---|
292 | arglabel:Gap Open Panelty |
---|
293 | argmin:1 |
---|
294 | argmax:100 |
---|
295 | argvalue:8.7 |
---|
296 | |
---|
297 | arg:FLOAT_ |
---|
298 | arglabel:Gap Extend Panelty |
---|
299 | argtype:slider |
---|
300 | argmin:.001 |
---|
301 | argmax:1 |
---|
302 | argvalue:.1 |
---|
303 | |
---|
304 | |
---|
305 | |
---|
306 | in:in1 |
---|
307 | informat:flat |
---|
308 | insave: |
---|
309 | |
---|
310 | out:out1 |
---|
311 | outformat:flat |
---|
312 | |
---|
313 | item:Assemble Contigs |
---|
314 | itemmethod: (tr '"%//' '>' <in1 >in1.tmp;CAP2 in1.tmp $OVERLAP $PMATCH > out1;/bin/rm -f in1.tmp) |
---|
315 | itemhelp:CAP2.help |
---|
316 | |
---|
317 | arg:OVERLAP |
---|
318 | argtype:slider |
---|
319 | arglabel:Minimum overlap? |
---|
320 | argmin:5 |
---|
321 | argmax:100 |
---|
322 | argvalue:20 |
---|
323 | |
---|
324 | arg:PMATCH |
---|
325 | argtype:slider |
---|
326 | arglabel:Percent match required within overlap |
---|
327 | argmin:25 |
---|
328 | argmax:100 |
---|
329 | argvalue:90 |
---|
330 | |
---|
331 | in:in1 |
---|
332 | informat:flat |
---|
333 | |
---|
334 | out:out1 |
---|
335 | outformat:gde |
---|
336 | |
---|
337 | |
---|
338 | |
---|
339 | menu:user |
---|
340 | item: Start a slave arb on a foreign host ... |
---|
341 | |
---|
342 | itemmethod: ${ARB_XCMD:-cmdtool} sh -c "LD_LIBRARY_PATH="${ARB_LIBRARY_PATH:-/usr/arb}";export LD_LIBRARY_PATH; item_command ;arb_wait" & |
---|
343 | |
---|
344 | arg:dis |
---|
345 | argtype:text |
---|
346 | arglabel:hostname of slave host ? |
---|
347 | |
---|
348 | |
---|
349 | |
---|
350 | |
---|
351 | |
---|
352 | menu:DNA/RNA |
---|
353 | item:Translate... |
---|
354 | itemmethod:Translate -tbl $TBL -frame $FRAME -min_frame $MNFRM $LTRCODE $NOSEP in1 > out1 |
---|
355 | |
---|
356 | arg:FRAME |
---|
357 | argtype:chooser |
---|
358 | arglabel:Which reading frame? |
---|
359 | argchoice:First:1 |
---|
360 | argchoice:Second:2 |
---|
361 | argchoice:Third:3 |
---|
362 | argchoice:All six:6 |
---|
363 | |
---|
364 | arg:MNFRM |
---|
365 | arglabel:Minimum length of NT sequence to translate? |
---|
366 | argtype:slider |
---|
367 | argmin:0 |
---|
368 | argmax:500 |
---|
369 | argvalue:20 |
---|
370 | |
---|
371 | arg:LTRCODE |
---|
372 | argtype:chooser |
---|
373 | arglabel:Translate to: |
---|
374 | argchoice:Single letter codes: |
---|
375 | argchoice:Triple letter codes:-3 |
---|
376 | |
---|
377 | arg:NOSEP |
---|
378 | argtype:chooser |
---|
379 | arglabel: Seperate? |
---|
380 | argchoice:No: |
---|
381 | argchoice:Yes:-sep |
---|
382 | |
---|
383 | arg:TBL |
---|
384 | arglabel:Codon table? |
---|
385 | argtype:chooser |
---|
386 | argchoice:mycoplasma:2 |
---|
387 | argchoice:universal:1 |
---|
388 | argchoice:yeast:3 |
---|
389 | argchoice:Vert. mito.:4 |
---|
390 | |
---|
391 | in:in1 |
---|
392 | informat:gde |
---|
393 | |
---|
394 | out:out1 |
---|
395 | outformat:gde |
---|
396 | |
---|
397 | item:Dot plot |
---|
398 | itemmethod:(DotPlotTool in1 ; /bin/rm -f in1)& |
---|
399 | itemhelp:DotPlotTool.help |
---|
400 | |
---|
401 | in:in1 |
---|
402 | informat:gde |
---|
403 | insave: |
---|
404 | |
---|
405 | |
---|
406 | item:Clustal alignment |
---|
407 | itemmethod:(tr '"%//' '>' <in1 >clus_in;cp in1 test; ${ARB_XCMD:-cmdtool} sh -c "LD_LIBRARY_PATH="${ARB_LIBRARY_PATH:-/usr/arb}";export LD_LIBRARY_PATH; item_command ;arb_wait" ; /bin/rm -f clus_in* in1) |
---|
408 | |
---|
409 | itemhelp:clustal_help |
---|
410 | |
---|
411 | arg:KTUP |
---|
412 | argtype:slider |
---|
413 | arglabel:K-tuple size for pairwise search |
---|
414 | argmin:1 |
---|
415 | argmax:10 |
---|
416 | argvalue:2 |
---|
417 | |
---|
418 | arg:WIN |
---|
419 | argtype:slider |
---|
420 | arglabel:Window size |
---|
421 | argmin:1 |
---|
422 | argmax:10 |
---|
423 | argvalue:4 |
---|
424 | |
---|
425 | arg:Trans |
---|
426 | argtype:chooser |
---|
427 | arglabel:Transitions weighted? |
---|
428 | argchoice:Yes:/TRANSIT |
---|
429 | argchoice:No: |
---|
430 | |
---|
431 | arg:FIXED |
---|
432 | argtype:slider |
---|
433 | arglabel:Fixed gap penalty |
---|
434 | argmin:1 |
---|
435 | argmax:100 |
---|
436 | argvalue:10 |
---|
437 | |
---|
438 | arg:FLOAT |
---|
439 | arglabel:Floating gap penalty |
---|
440 | argtype:slider |
---|
441 | argmin:1 |
---|
442 | argmax:100 |
---|
443 | argvalue:10 |
---|
444 | |
---|
445 | |
---|
446 | in:in1 |
---|
447 | informat:flat |
---|
448 | insave: |
---|
449 | |
---|
450 | out:out1 |
---|
451 | outformat:flat |
---|
452 | |
---|
453 | |
---|
454 | |
---|
455 | item:Variable Positions |
---|
456 | itemmethod:varpos $REV < in1 > out1 |
---|
457 | |
---|
458 | arg:REV |
---|
459 | argtype:chooser |
---|
460 | arglabel:Highlight (darken) |
---|
461 | argchoice:Conserved positions: |
---|
462 | argchoice:variable positions:-rev |
---|
463 | |
---|
464 | in:in1 |
---|
465 | informat:flat |
---|
466 | |
---|
467 | out:out1 |
---|
468 | outformat:colormask |
---|
469 | |
---|
470 | |
---|
471 | |
---|
472 | |
---|
473 | item:MFOLD |
---|
474 | itemmethod:(tr 'a-z' 'A-Z' < seqGB > .GDE.tmp.caps; ZUKERGDE.sh .GDE.tmp.caps $CT $ARBHOME/GDEHELP/ZUKER/ > out1 && $METHOD < out1; Zuk_to_gen < $CT >file.gen; gde file.gen& ${ARB_TEXTEDIT:-textedit} RegionTable )& |
---|
475 | itemhelp:MFOLD.help |
---|
476 | |
---|
477 | in:seqGB |
---|
478 | informat:genbank |
---|
479 | insave: |
---|
480 | |
---|
481 | arg:METHOD |
---|
482 | argtype:chooser |
---|
483 | arglabel:RNA type |
---|
484 | argchoice:Fold Linear RNA:lrna |
---|
485 | argchoice:Fold Circular RNA:crna |
---|
486 | |
---|
487 | arg:CT |
---|
488 | argtype:text |
---|
489 | arglabel:Pairing(ct) File Name |
---|
490 | argtext:mfold_out |
---|
491 | |
---|
492 | |
---|
493 | item:Draw Secondary structure |
---|
494 | itemmethod:(LoopTool $TEMPLATE in1 ; /bin/rm -f in1) & |
---|
495 | itemhelp:LoopTool.help |
---|
496 | |
---|
497 | arg:TEMPLATE |
---|
498 | argtype:chooser |
---|
499 | arglabel:Use template file ./loop.temp? |
---|
500 | argchoice:No: |
---|
501 | argchoice:Yes:-t loop.temp |
---|
502 | |
---|
503 | in:in1 |
---|
504 | informat:genbank |
---|
505 | insave: |
---|
506 | |
---|
507 | |
---|
508 | item:blastn |
---|
509 | itemmethod:(sed "s/[//%]/>/" <in1 > in1.f; blastn $BLASTDB in1.f W=$WORDLEN M=$MATCH N=$MMSCORE > in1.tmp; ${ARB_TEXTEDIT:-textedit} in1.tmp; rm in1*)& |
---|
510 | itemhelp:blast.help |
---|
511 | |
---|
512 | in:in1 |
---|
513 | informat:flat |
---|
514 | insave: |
---|
515 | |
---|
516 | arg:BLASTDB |
---|
517 | argtype:choice_menu |
---|
518 | arglabel:Which Database |
---|
519 | argchoice:genbank:$ARBHOME/GDEHELP/BLAST/genbank |
---|
520 | argchoice:genbank update:$ARBHOME/GDEHELP/BLAST/genupdate |
---|
521 | |
---|
522 | arg:WORDLEN |
---|
523 | argtype:slider |
---|
524 | arglabel:Word Size |
---|
525 | argmin:4 |
---|
526 | argmax:18 |
---|
527 | argvalue:12 |
---|
528 | |
---|
529 | arg:MATCH |
---|
530 | argtype:slider |
---|
531 | arglabel:Match Score |
---|
532 | argmin:1 |
---|
533 | argmax:10 |
---|
534 | argvalue:5 |
---|
535 | |
---|
536 | arg:MMSCORE |
---|
537 | argtype:slider |
---|
538 | arglabel:Mismatch Score |
---|
539 | argmin:-10 |
---|
540 | argmax:-1 |
---|
541 | argvalue:-5 |
---|
542 | |
---|
543 | item:blastx |
---|
544 | itemmethod:(sed "s/[//%]/>/" <in1 > in1.f; cp $ARBHOME/GDEHELP/BLAST/PAM??? .; blastx $BLASTDB in1.f W=$WORDLEN M=$Matrix C=$CODE> in1.tmp; ${ARB_TEXTEDIT:-textedit} in1.tmp; rm in1* PAM???)& |
---|
545 | itemhelp:blast.help |
---|
546 | |
---|
547 | in:in1 |
---|
548 | informat:flat |
---|
549 | insave: |
---|
550 | |
---|
551 | arg:BLASTDB |
---|
552 | argtype:choice_menu |
---|
553 | arglabel:Which Database |
---|
554 | argchoice:pir1:$ARBHOME/GDEHELP/BLAST/pir |
---|
555 | argchoice:genpept:$ARBHOME/GDEHELP/BLAST/genpept |
---|
556 | |
---|
557 | arg:WORDLEN |
---|
558 | argtype:slider |
---|
559 | arglabel:Word Size |
---|
560 | argmin:1 |
---|
561 | argmax:5 |
---|
562 | argvalue:3 |
---|
563 | |
---|
564 | arg:Matrix |
---|
565 | arglabel:Substitution Matrix: |
---|
566 | argtype:choice_menu |
---|
567 | argchoice:PAM120:PAM120 |
---|
568 | argchoice:PAM250:PAM250 |
---|
569 | |
---|
570 | arg:CODE |
---|
571 | argtype:choice_menu |
---|
572 | arglabel:Genetic Code |
---|
573 | argchoice:Standard or Universal:0 |
---|
574 | argchoice:Vertebrate Mitochondrial:1 |
---|
575 | argchoice:Yeast Mitochondrial:2 |
---|
576 | argchoice:Mold Mitochondrial and Mycoplasma:3 |
---|
577 | argchoice:Invertebrate Mitochondrial:4 |
---|
578 | argchoice:Ciliate Macronuclear:5 |
---|
579 | argchoice:Protozoan Mitochondrial:6 |
---|
580 | argchoice:Plant Mitochondrial:7 |
---|
581 | argchoice:Echinodermate Mitochondrial:8 |
---|
582 | |
---|
583 | |
---|
584 | item:FASTA (DNA/RNA) |
---|
585 | itemmethod:(sed "s/[//%]/>/"<in1 >in1.fasta;fasta -Q -d $NUMOFALN $MATRIX in1.fasta $DBASE > in1.out; ${ARB_TEXTEDIT:-textedit} in1.out;\rm in1*) & |
---|
586 | itemhelp:FASTA.help |
---|
587 | |
---|
588 | in:in1 |
---|
589 | informat:flat |
---|
590 | |
---|
591 | arg:DBASE |
---|
592 | argtype:choice_menu |
---|
593 | arglabel:Database |
---|
594 | argchoice:GenBank Primate:$ARBHOME/GDEHELP/FASTA/GENBANK/gbpri.seq\ 1 |
---|
595 | argchoice:GenBank Rodent:$ARBHOME/GDEHELP/FASTA/GENBANK/gbrod.seq\ 1 |
---|
596 | argchoice:GenBank all Mammal:$ARBHOME/GDEHELP/FASTA/GENBANK/gbmam.seq\ 1 |
---|
597 | argchoice:GenBank verteBrates:$ARBHOME/GDEHELP/FASTA/GENBANK/gbvrt.seq\ 1 |
---|
598 | argchoice:GenBank Inverts:$ARBHOME/GDEHELP/FASTA/GENBANK/gbinv.seq\ 1 |
---|
599 | argchoice:GenBank pLants:$ARBHOME/GDEHELP/FASTA/GENBANK/gbpln.seq\ 1 |
---|
600 | argchoice:GenBank Struct RNA:$ARBHOME/GDEHELP/FASTA/GENBANK/gbrna.seq\ 1 |
---|
601 | argchoice:GenBank euk. Organelles:$ARBHOME/GDEHELP/FASTA/GENBANK/gborg.seq\ 1 |
---|
602 | argchoice:GenBank phaGe:$ARBHOME/GDEHELP/FASTA/GENBANK/gbphg.seq\ 1 |
---|
603 | argchoice:GenBank bacTeria:$ARBHOME/GDEHELP/FASTA/GENBANK/gbbct.seq\ 1 |
---|
604 | argchoice:GenBank sYnthetic:$ARBHOME/GDEHELP/FASTA/GENBANK/gbsyn.seq\ 1 |
---|
605 | argchoice:GenBank Viral:$ARBHOME/GDEHELP/FASTA/GENBANK/gbvrl.seq\ 1 |
---|
606 | argchoice:GenBank Unannotated:$ARBHOME/GDEHELP/FASTA/GENBANK/gbuna.seq\ 1 |
---|
607 | |
---|
608 | arg:NUMOFALN |
---|
609 | argtype:slider |
---|
610 | arglabel:Number of Alignment to Report |
---|
611 | argmin:1 |
---|
612 | argmax:100 |
---|
613 | argvalue:20 |
---|
614 | |
---|
615 | arg:MATRIX |
---|
616 | arglabel:Which SMATRIX |
---|
617 | argtype:choice_menu |
---|
618 | argchoice:Default: |
---|
619 | argchoice:altdiag.mat:-s $ARBHOME/GDEHELP/FASTA/MATRIX/altdiag.mat |
---|
620 | argchoice:altprot.mat:-s $ARBHOME/GDEHELP/FASTA/MATRIX/altprot.mat |
---|
621 | argchoice:dna.mat:-s $ARBHOME/GDEHELP/FASTA/MATRIX/dna.mat |
---|
622 | argchoice:prot.mat:-s $ARBHOME/GDEHELP/FASTA/MATRIX/prot.mat |
---|
623 | |
---|
624 | |
---|
625 | menu:Protein |
---|
626 | item:Clustal Protein Alignment |
---|
627 | itemmethod:(tr '"%//' '>' <in1 >clus_in;cp in1 test; ${ARB_XCMD:-cmdtool} sh -c "LD_LIBRARY_PATH="${ARB_LIBRARY_PATH:-/usr/arb}";export LD_LIBRARY_PATH; item_command ;arb_wait" ; /bin/rm -f clus_in* in1) |
---|
628 | |
---|
629 | |
---|
630 | itemhelp:clustal_help |
---|
631 | |
---|
632 | arg:KTUP |
---|
633 | argtype:slider |
---|
634 | arglabel:K-tuple size for pairwise search |
---|
635 | argmin:1 |
---|
636 | argmax:10 |
---|
637 | argvalue:2 |
---|
638 | |
---|
639 | arg:WIN |
---|
640 | argtype:slider |
---|
641 | arglabel:Window size |
---|
642 | argmin:1 |
---|
643 | argmax:10 |
---|
644 | argvalue:4 |
---|
645 | |
---|
646 | arg:Matrx |
---|
647 | argtype:chooser |
---|
648 | arglabel:Weighting matrix |
---|
649 | argchoice:PAM 250:PAM250 |
---|
650 | argchoice:PAM 100:PAM100 |
---|
651 | argchoice:Identity:ID |
---|
652 | |
---|
653 | arg:FIXED |
---|
654 | argtype:slider |
---|
655 | arglabel:Fixed gap penalty |
---|
656 | argmin:1 |
---|
657 | argmax:100 |
---|
658 | argvalue:10 |
---|
659 | |
---|
660 | arg:FLOAT |
---|
661 | arglabel:Floating gap penalty |
---|
662 | argtype:slider |
---|
663 | argmin:1 |
---|
664 | argmax:100 |
---|
665 | argvalue:10 |
---|
666 | |
---|
667 | |
---|
668 | |
---|
669 | in:in1 |
---|
670 | informat:flat |
---|
671 | insave: |
---|
672 | |
---|
673 | out:out1 |
---|
674 | outformat:flat |
---|
675 | |
---|
676 | item:blastp |
---|
677 | itemmethod:(sed "s/[//%]/>/" <in1 > in1.f; cp $ARBHOME/GDEHELP/BLAST/PAM??? .; blastp $BLASTDB in1.f W=$WORDLEN M=$Matrix > in1.tmp;${ARB_TEXTEDIT:-textedit} in1.tmp; rm in1* PAM???)& |
---|
678 | itemhelp:blast.help |
---|
679 | |
---|
680 | in:in1 |
---|
681 | informat:flat |
---|
682 | insave: |
---|
683 | |
---|
684 | arg:BLASTDB |
---|
685 | argtype:choice_menu |
---|
686 | arglabel:Which Database |
---|
687 | argchoice:pir:$ARBHOME/GDEHELP/BLAST/pir |
---|
688 | argchoice:genpept:$ARBHOME/GDEHELP/BLAST/genpept |
---|
689 | argchoice:local:$ARBHOME/GDEHELP/BLAST/local_db |
---|
690 | |
---|
691 | arg:Matrix |
---|
692 | arglabel:Substitution Matrix: |
---|
693 | argtype:choice_menu |
---|
694 | argchoice:PAM120:PAM120 |
---|
695 | argchoice:PAM250:PAM250 |
---|
696 | |
---|
697 | arg:WORDLEN |
---|
698 | argtype:slider |
---|
699 | arglabel:Word Size |
---|
700 | argmin:1 |
---|
701 | argmax:5 |
---|
702 | argvalue:3 |
---|
703 | |
---|
704 | item:tblastn |
---|
705 | itemmethod:(sed "s/[//%]/>/" <in1 > in1.f; cp $ARBHOME/GDEHELP/BLAST/PAM??? .; tblastn $BLASTDB in1.f W=$WORDLEN M=$Matrix C=$CODE > in1.tmp; ${ARB_TEXTEDIT:-textedit} in1.tmp; rm in1* PAM???)& |
---|
706 | itemhelp:blast.help |
---|
707 | |
---|
708 | in:in1 |
---|
709 | informat:flat |
---|
710 | insave: |
---|
711 | |
---|
712 | arg:BLASTDB |
---|
713 | argtype:choice_menu |
---|
714 | arglabel:Which Database |
---|
715 | argchoice:genbank:$ARBHOME/GDEHELP/BLAST/genbank |
---|
716 | argchoice:genbank update:$ARBHOME/GDEHELP/BLAST/genupdate |
---|
717 | |
---|
718 | arg:Matrix |
---|
719 | arglabel:Substitution Matrix: |
---|
720 | argtype:choice_menu |
---|
721 | argchoice:PAM120:PAM120 |
---|
722 | argchoice:PAM250:PAM250 |
---|
723 | |
---|
724 | arg:WORDLEN |
---|
725 | argtype:slider |
---|
726 | arglabel:Word Size |
---|
727 | argmin:4 |
---|
728 | argmax:18 |
---|
729 | argvalue:12 |
---|
730 | |
---|
731 | arg:CODE |
---|
732 | argtype:choice_menu |
---|
733 | arglabel:Genetic Code |
---|
734 | argchoice:Standard or Universal:0 |
---|
735 | argchoice:Vertebrate Mitochondrial:1 |
---|
736 | argchoice:Yeast Mitochondrial:2 |
---|
737 | argchoice:Mold Mitochondrial and Mycoplasma:3 |
---|
738 | argchoice:Invertebrate Mitochondrial:4 |
---|
739 | argchoice:Ciliate Macronuclear:5 |
---|
740 | argchoice:Protozoan Mitochondrial:6 |
---|
741 | argchoice:Plant Mitochondrial:7 |
---|
742 | argchoice:Echinodermate Mitochondrial:8 |
---|
743 | |
---|
744 | item:blast3 |
---|
745 | itemmethod:(sed "s/[//%]/>/" <in1 > in1.f; cp $ARBHOME/GDEHELP/BLAST/PAM??? .; blast3 $BLASTDB in1.f W=$WORDLEN M=$Matrix > in1.tmp;${ARB_TEXTEDIT:-textedit} in1.tmp; rm in1* PAM???)& |
---|
746 | itemhelp:blast3.help |
---|
747 | |
---|
748 | in:in1 |
---|
749 | informat:flat |
---|
750 | insave: |
---|
751 | |
---|
752 | arg:BLASTDB |
---|
753 | argtype:choice_menu |
---|
754 | arglabel:Which Database |
---|
755 | argchoice:pir1:$ARBHOME/GDEHELP/BLAST/pir |
---|
756 | argchoice:genpept:$ARBHOME/GDEHELP/BLAST/genpept |
---|
757 | |
---|
758 | arg:Matrix |
---|
759 | arglabel:Substitution Matrix: |
---|
760 | argtype:choice_menu |
---|
761 | argchoice:PAM120:PAM120 |
---|
762 | argchoice:PAM250:PAM250 |
---|
763 | |
---|
764 | arg:WORDLEN |
---|
765 | argtype:slider |
---|
766 | arglabel:Word Size |
---|
767 | argmin:1 |
---|
768 | argmax:5 |
---|
769 | argvalue:3 |
---|
770 | |
---|
771 | item:FASTA (Protein) |
---|
772 | itemmethod:(sed "s/[//%]/>/"<in1 >in1.fasta;fasta -Q -d $NUMOFALN $MATRIX in1.fasta $DBASE > in1.out; ${ARB_TEXTEDIT:-textedit} in1.out;\rm in1*) & |
---|
773 | itemhelp:FASTA.help |
---|
774 | |
---|
775 | in:in1 |
---|
776 | informat:flat |
---|
777 | |
---|
778 | arg:DBASE |
---|
779 | argtype:choice_menu |
---|
780 | arglabel:Database |
---|
781 | argchoice:NBRF PIR1:$ARBHOME/GDEHELP/FASTA/PIR/pir1.dat\ 2 |
---|
782 | argchoice:NBRF PIR2:$ARBHOME/GDEHELP/FASTA/PIR/pir2.dat\ 2 |
---|
783 | argchoice:NBRF PIR3:$ARBHOME/GDEHELP/FASTA/PIR/pir3.dat\ 2 |
---|
784 | |
---|
785 | |
---|
786 | arg:NUMOFALN |
---|
787 | argtype:slider |
---|
788 | arglabel:Number of Alignment to Report |
---|
789 | argmin:1 |
---|
790 | argmax:100 |
---|
791 | argvalue:20 |
---|
792 | |
---|
793 | arg:MATRIX |
---|
794 | arglabel:Which SMATRIX |
---|
795 | argtype:choice_menu |
---|
796 | argchoice:Default: |
---|
797 | argchoice:Minimum mutation matrix:-s $ARBHOME/GDEHELP/FASTA/MATRIX/codaa.mat |
---|
798 | argchoice:Identity matrix:-s $ARBHOME/GDEHELP/FASTA/MATRIX/idnaa.mat |
---|
799 | argchoice:Identity matrix for mismatches:-s $ARBHOME/GDEHELP/FASTA/MATRIX/idpaa.mat |
---|
800 | argchoice:PAM250:-s $ARBHOME/GDEHELP/FASTA/MATRIX/pam250.mat |
---|
801 | argchoice:PAM120:-s $ARBHOME/GDEHELP/FASTA/MATRIX/pam120.mat |
---|
802 | |
---|
803 | |
---|
804 | |
---|
805 | menu:Seq management |
---|
806 | item:Assemble Contigs |
---|
807 | itemmethod:(sed "s////>/"<in1 >in1.tmp; CAP2 in1.tmp $OVERLAP $PMATCH > out1;/bin/rm -f in1.tmp) |
---|
808 | itemhelp:CAP2.help |
---|
809 | |
---|
810 | arg:OVERLAP |
---|
811 | argtype:slider |
---|
812 | arglabel:Minimum overlap? |
---|
813 | argmin:5 |
---|
814 | argmax:100 |
---|
815 | argvalue:20 |
---|
816 | |
---|
817 | arg:PMATCH |
---|
818 | argtype:slider |
---|
819 | arglabel:Percent match required within overlap |
---|
820 | argmin:25 |
---|
821 | argmax:100 |
---|
822 | argvalue:90 |
---|
823 | |
---|
824 | in:in1 |
---|
825 | informat:flat |
---|
826 | |
---|
827 | out:out1 |
---|
828 | outformat:gde |
---|
829 | outoverwrite: |
---|
830 | |
---|
831 | item:Map View |
---|
832 | itemmethod:(mapview in1 -pbl $PBL -npp $NPP; /bin/rm -f in1)& |
---|
833 | itemhelp:mapview.help |
---|
834 | |
---|
835 | in:in1 |
---|
836 | informat:gde |
---|
837 | insave: |
---|
838 | |
---|
839 | arg:PBL |
---|
840 | arglabel:Pixel Between Lines |
---|
841 | argtype:slider |
---|
842 | argvalue:10 |
---|
843 | argmin:1 |
---|
844 | argmax:15 |
---|
845 | |
---|
846 | arg:NPP |
---|
847 | arglabel:Nucleotides Per Pixel |
---|
848 | argtype:slider |
---|
849 | argvalue:1 |
---|
850 | argmin:1 |
---|
851 | argmax:20 |
---|
852 | |
---|
853 | arg:LWIDTH |
---|
854 | arglabel:Line Thickness |
---|
855 | argtype:slider |
---|
856 | argvalue:2 |
---|
857 | argmin:1 |
---|
858 | argmax:5 |
---|
859 | |
---|
860 | |
---|
861 | item:Restriction sites |
---|
862 | itemmethod:(cp $ENZ in1.tmp ; $PRE_EDIT Restriction in1.tmp in1 > out1 ; rm in1.tmp; cp out1 tmp ); |
---|
863 | itemhelp:Restriction.help |
---|
864 | |
---|
865 | arg:ENZ |
---|
866 | argtype:text |
---|
867 | arglabel:Enzyme file |
---|
868 | argtext:$ARBHOME/GDEHELP/DATA_FILES/enzymes |
---|
869 | |
---|
870 | arg:PRE_EDIT |
---|
871 | argtype:chooser |
---|
872 | arglabel:Edit enzyme file first? |
---|
873 | argchoice:Yes:${ARB_TEXTEDIT:-textedit} in1.tmp; |
---|
874 | argchoice:No: |
---|
875 | |
---|
876 | in:in1 |
---|
877 | informat:flat |
---|
878 | |
---|
879 | out:out1 |
---|
880 | outformat:colormask |
---|
881 | |
---|
882 | |
---|
883 | |
---|
884 | |
---|
885 | |
---|
886 | |
---|
887 | |
---|
888 | |
---|
889 | |
---|
890 | |
---|
891 | |
---|
892 | |
---|
893 | |
---|
894 | |
---|
895 | |
---|
896 | |
---|
897 | |
---|
898 | |
---|
899 | |
---|
900 | |
---|
901 | |
---|
902 | menu:SAI |
---|
903 | item:Positional Variability by Olsons dnamlrates (max 5000 Species, 8000 seqlength) |
---|
904 | itemmethod:(/bin/rm -f outfile infile treefile ;(echo C F M T U L;echo C 35; echo M 10; echo T 2.0 ) |arb_convert_aln -GenBank in1 -phylip2 in1.ph;echo 1 >>in1.ph; arb_export_tree $TREE >>in1.ph;${ARB_XCMD:-cmdtool} sh -c "LD_LIBRARY_PATH="${ARB_LIBRARY_PATH:-/usr/arb}";export LD_LIBRARY_PATH; item_command ;arb_wait" ;echo done )& |
---|
905 | itemhelp:phylip.help |
---|
906 | |
---|
907 | arg:TREE |
---|
908 | argtype:tree |
---|
909 | arglabel:Base Tree |
---|
910 | argchoice:tree_main |
---|
911 | |
---|
912 | in:in1 |
---|
913 | informat:genbank |
---|
914 | inmask: |
---|
915 | insave: |
---|
916 | |
---|
917 | |
---|
918 | menu:Incremental_Phylogeny |
---|
919 | item:FastDnaMl (max 500 Species) ... |
---|
920 | itemmethod:(/bin/rm -f outfile infile treefile ;(echo Y F Q G T R "`arb_export_rates $RATES`";echo G 0 0; echo T 2.0 ) |arb_convert_aln -GenBank in1 -phylip2 infile;arb_export_tree $TREE >>infile;${ARB_XCMD:-cmdtool} sh -c "LD_LIBRARY_PATH="${ARB_LIBRARY_PATH:-/usr/arb}";export LD_LIBRARY_PATH; item_command ;arb_wait" ; rm in1 )& |
---|
921 | itemhelp:phylip.help |
---|
922 | |
---|
923 | arg:RATES |
---|
924 | argtype:weights |
---|
925 | arglabel:Select a Weighting Mask |
---|
926 | argchoice:POS_VAR_BY_PARS |
---|
927 | |
---|
928 | arg:TREE |
---|
929 | argtype:tree |
---|
930 | arglabel:Base Tree |
---|
931 | argchoice:tree_main |
---|
932 | |
---|
933 | arg:DISPLAY_FUNC |
---|
934 | argtype:chooser |
---|
935 | arglabel:What to do with the tree:? |
---|
936 | argchoice:ARB ('tree_fml_//'):arb_read_tree tree_fml_$$ treefile "PRG=FASTDNAML FILTER=$FILTER PKG=olsen/felsenstein RATE=$RATES" |
---|
937 | argchoice:Treetool:treetool treefile |
---|
938 | |
---|
939 | |
---|
940 | in:in1 |
---|
941 | informat:genbank |
---|
942 | inmask: |
---|
943 | insave: |
---|
944 | |
---|
945 | |
---|
946 | menu:Phylogeny |
---|
947 | item:DeSoete Tree fit |
---|
948 | itemmethod: ( ${ARB_XCMD:-cmdtool} sh -c "LD_LIBRARY_PATH="${ARB_LIBRARY_PATH:-/usr/arb}";export LD_LIBRARY_PATH; item_command ;arb_wait" ;/bin/rm -f in1* )& |
---|
949 | itemhelp:lsadt.help |
---|
950 | |
---|
951 | in:in1 |
---|
952 | informat:genbank |
---|
953 | insave: |
---|
954 | inmask: |
---|
955 | |
---|
956 | arg:CORR |
---|
957 | arglabel:Dist. correction? |
---|
958 | argtype:chooser |
---|
959 | argchoice:Olsen:-c=olsen |
---|
960 | argchoice:Jukes/Cantor:-c=jukes |
---|
961 | argchoice:None:-c=none |
---|
962 | |
---|
963 | arg:INIT |
---|
964 | arglabel:Parameter estimate |
---|
965 | argtype:choice_menu |
---|
966 | argchoice:uniformly distributed random numbers:1 |
---|
967 | argchoice:error-perturbed data:2 |
---|
968 | argchoice:original distance data from input matrix:3 |
---|
969 | |
---|
970 | arg:SEED |
---|
971 | argtype:slider |
---|
972 | arglabel:Random nr. seed |
---|
973 | argmin:0 |
---|
974 | argmax:65535 |
---|
975 | argvalue:12345 |
---|
976 | |
---|
977 | arg:DISPLAY_FUNC |
---|
978 | argtype:chooser |
---|
979 | arglabel:View tree using |
---|
980 | argchoice:ARB ('tree_desoete'):arb_read_tree tree_desoete_$$ in1.out "PRG=DeSoete CORR=$CORR FILTER=$FILTER" |
---|
981 | argchoice:TextEdit:${ARB_TEXTEDIT:-textedit} in1.out |
---|
982 | argchoice:Treetool:treetool in1.out |
---|
983 | |
---|
984 | item:Phylip Distance Methods ( Original Phylip, Interactiv ) |
---|
985 | itemmethod:( /bin/rm -f treefile infile outfile; arb_convert_aln -GenBank in1 -phylip infile ;${ARB_XCMD:-cmdtool} sh -c "LD_LIBRARY_PATH="${ARB_LIBRARY_PATH:-/usr/arb}";export LD_LIBRARY_PATH; item_command ;arb_wait" ; /bin/rm -f in1 infile outfile treefile )& |
---|
986 | |
---|
987 | arg:DISPLAY_FUNC |
---|
988 | argtype:chooser |
---|
989 | arglabel:What to do with the tree:? |
---|
990 | argchoice:ARB ('tree_ph_xxx'):(arb_read_tree tree_ph_$$ treefile "FILTER=$FILTER PKG=phylip") |
---|
991 | argchoice:TextEdit:${ARB_TEXTEDIT:-textedit} outfile |
---|
992 | argchoice:Treetool:treetool treefile |
---|
993 | |
---|
994 | arg:PROGRAM |
---|
995 | arglabel:Which method? |
---|
996 | argtype:chooser |
---|
997 | argchoice:DNADIST:mv -f infile outfile |
---|
998 | argchoice:Fitch:${ARB_XCMD:-cmdtool} fitch |
---|
999 | argchoice:Kitsch:${ARB_XCMD:-cmdtool} kitsch |
---|
1000 | argchoice:Neighbor:${ARB_XCMD:-cmdtool} neighbor |
---|
1001 | |
---|
1002 | arg:DPGM |
---|
1003 | arglabel:Treat data as.. |
---|
1004 | argtype:chooser |
---|
1005 | argchoice:DNA:dnadist |
---|
1006 | argchoice:RNA:dnadist |
---|
1007 | argchoice:AA:protdist |
---|
1008 | |
---|
1009 | |
---|
1010 | in:in1 |
---|
1011 | informat:genbank |
---|
1012 | inmask:sdfgdfg |
---|
1013 | insave: |
---|
1014 | |
---|
1015 | |
---|
1016 | |
---|
1017 | |
---|
1018 | |
---|
1019 | item:Phylip Distance Methods ( Simple GUI Based Interface ) |
---|
1020 | itemmethod:( /bin/rm -f treefile infile outfile; arb_convert_aln -GenBank in1 -phylip infile ;${ARB_XCMD:-cmdtool} sh -c "LD_LIBRARY_PATH="${ARB_LIBRARY_PATH:-/usr/arb}";export LD_LIBRARY_PATH; item_command ;arb_wait" ; /bin/rm -f in1 infile outfile treefile )& |
---|
1021 | itemhelp:phylip.help |
---|
1022 | |
---|
1023 | arg:DISPLAY_FUNC |
---|
1024 | argtype:chooser |
---|
1025 | arglabel:What to do with the tree:? |
---|
1026 | argchoice:ARB ('tree_ph_xxx'):($CORRECTION;echo||$DPGM;arb_read_tree tree_ph_$$ treefile "PRG=$PROGRAM CORR=$TEXT FILTER=$FILTER PKG=phylip") |
---|
1027 | argchoice:TextEdit:${ARB_TEXTEDIT:-textedit} outfile |
---|
1028 | argchoice:Treetool:treetool treefile |
---|
1029 | |
---|
1030 | arg:PROGRAM |
---|
1031 | arglabel:Which method? |
---|
1032 | argtype:chooser |
---|
1033 | argchoice:Neighbor:neighbor |
---|
1034 | argchoice:Fitch:fitch |
---|
1035 | argchoice:Kitsch:kitsch |
---|
1036 | |
---|
1037 | arg:DPGM |
---|
1038 | arglabel:Treat data as.. |
---|
1039 | argtype:chooser |
---|
1040 | argchoice:DNA/RNA:(arb_echo $DNAFLAGS |dnadist);TEXT=$DNATEXT |
---|
1041 | argchoice:AA:(arb_echo $PROFLAGS |protdist);TEXT=$PROTEXT |
---|
1042 | |
---|
1043 | arg:CORRECTION |
---|
1044 | arglabel:Correction DNA/PROT |
---|
1045 | argtype:chooser |
---|
1046 | argchoice:Kimura / Dayhoff: DNATEXT=kimura; DNAFLAGS="y"; PROTEXT=dayhoff; PROFLAGS="y" |
---|
1047 | argchoice:Jin_Nei / Kimura: DNATTEXT=jinnai; DNAFLAGS="d y"; PROTEXT=kimura; PROFLAGS="p y" |
---|
1048 | argchoice:Max.Lik./(George/Hunt/Barker):DNATEXT=maxlik; DNAFLAGS="d d y"; PROTEXT=ghb; PROFLAGS="p p y" |
---|
1049 | argchoice:JukesC. / Chemical: DNATEXT=jc; DNAFLAGS="d d d y"; PROTEXT=chemical; PROFLAGS="p p a c y" |
---|
1050 | argchoice:JukesC. / Hall: DNATEXT=jc; DNAFLAGS="d d d y"; PROTEXT=hall; PROFLAGS="p p a h y" |
---|
1051 | argchoice:USER / USER: DNATEXT=user; DNAFLAGS=""; PROTEXT=user; PROFLAGS="" |
---|
1052 | |
---|
1053 | |
---|
1054 | |
---|
1055 | in:in1 |
---|
1056 | informat:genbank |
---|
1057 | inmask: |
---|
1058 | insave: |
---|
1059 | |
---|
1060 | |
---|
1061 | item:Phylip Distance Matrix |
---|
1062 | itemmethod:(/bin/rm -f treefile infile outfile; arb_convert_aln -GenBank in1 -phylip infile ; $PREEDIT ${ARB_XCMD:-cmdtool} $DPGM;${ARB_TEXTEDIT:-textedit} outfile;/bin/rm -f in1 infile outfile)& |
---|
1063 | itemhelp:phylip.help |
---|
1064 | |
---|
1065 | arg:DPGM |
---|
1066 | arglabel:Treat data as.. |
---|
1067 | argtype:chooser |
---|
1068 | argchoice:DNA/RNA:dnadist |
---|
1069 | argchoice:AA:protdist |
---|
1070 | |
---|
1071 | arg:PREEDIT |
---|
1072 | argtype:chooser |
---|
1073 | arglabel:Edit input before running? |
---|
1074 | argchoice:No: |
---|
1075 | argchoice:Yes:${ARB_TEXTEDIT:-textedit} infile; |
---|
1076 | |
---|
1077 | in:in1 |
---|
1078 | informat:genbank |
---|
1079 | inmask: |
---|
1080 | insave: |
---|
1081 | |
---|
1082 | |
---|
1083 | item:Phylip Parsimony/M.L. |
---|
1084 | |
---|
1085 | itemmethod:(/bin/rm -f treefile infile outfile; arb_convert_aln -GenBank in1 -phylip infile ;${ARB_XCMD:-cmdtool} sh -c "LD_LIBRARY_PATH="${ARB_LIBRARY_PATH:-/usr/arb}";export LD_LIBRARY_PATH; item_command ;arb_wait" ;/bin/rm -f in1 infile outfile treefile )& |
---|
1086 | itemhelp:phylip.help |
---|
1087 | |
---|
1088 | arg:DISPLAY_FUNC |
---|
1089 | argtype:chooser |
---|
1090 | arglabel:What to do with the tree:? |
---|
1091 | argchoice:ARB ('tree_phylip'):arb_read_tree $CONSFLAG tree_ph_$$ treefile "PRG=$PROGRAM FILTER=$FILTER PKG=phylip" |
---|
1092 | argchoice:TextEdit:arb_textedit outfile |
---|
1093 | argchoice:Treetool:treetool treefile |
---|
1094 | |
---|
1095 | arg:BOOTSTRP |
---|
1096 | arglabel:How many bootstraps ? |
---|
1097 | argtype:chooser |
---|
1098 | argchoice:Do not bootstrap:CONSFLAG=;arb_echo y |$PROGRAM |
---|
1099 | argchoice:10: arb_echo 1 r 10 y |seqboot ; /bin/mv -f outfile infile; arb_echo m 10 y |$PROGRAM; /bin/mv -f treefile infile;arb_echo y | consense;arb_textedit outfile |
---|
1100 | argchoice:100: arb_echo 1 r 100 y |seqboot ; /bin/mv -f outfile infile; arb_echo m 100 y |$PROGRAM; /bin/mv -f treefile infile;arb_echo y | consense;arb_textedit outfile |
---|
1101 | argchoice:1000: arb_echo 1 r 1000 y |seqboot ; /bin/mv -f outfile infile; arb_echo m 1000 y |$PROGRAM; /bin/mv -f treefile infile;arb_echo y | consense;arb_textedit outfile |
---|
1102 | |
---|
1103 | arg:PROGRAM |
---|
1104 | argtype:chooser |
---|
1105 | arglabel:Which program to run? |
---|
1106 | argchoice:DNAPARS:dnapars |
---|
1107 | |
---|
1108 | |
---|
1109 | argchoice:DNACOMP:dnacomp |
---|
1110 | |
---|
1111 | argchoice:DNAINVAR:dnainvar |
---|
1112 | argchoice:PROTPARS:protpars |
---|
1113 | |
---|
1114 | |
---|
1115 | |
---|
1116 | |
---|
1117 | in:in1 |
---|
1118 | informat:genbank |
---|
1119 | inmask: |
---|
1120 | insave: |
---|
1121 | |
---|
1122 | |
---|
1123 | item:DNA_ML (FastDnaMl) (max 150 Species) |
---|
1124 | itemmethod:(/bin/rm -f outfile infile treefile ;echo Y F "`arb_export_rates $RATES`" |arb_convert_aln -GenBank in1 -phylip2 infile;${ARB_XCMD:-cmdtool} sh -c "LD_LIBRARY_PATH="${ARB_LIBRARY_PATH:-/usr/arb}";export LD_LIBRARY_PATH; item_command ;arb_wait" ; rm in1 )& |
---|
1125 | itemhelp:phylip.help |
---|
1126 | |
---|
1127 | arg:RATES |
---|
1128 | argtype:weights |
---|
1129 | arglabel:Select a Weighting Mask |
---|
1130 | argchoice:POS_VAR_BY_PARS |
---|
1131 | |
---|
1132 | arg:DISPLAY_FUNC |
---|
1133 | argtype:chooser |
---|
1134 | arglabel:What to do with the tree:? |
---|
1135 | argchoice:ARB ('tree_fml_//'):arb_read_tree tree_fml_$$ treefile "PRG=FASTDNAML FILTER=$FILTER PKG=olsen/felsenstein RATE=$RATES" |
---|
1136 | argchoice:Treetool:treetool treefile |
---|
1137 | |
---|
1138 | in:in1 |
---|
1139 | informat:genbank |
---|
1140 | inmask: |
---|
1141 | insave: |
---|
1142 | |
---|
1143 | |
---|
1144 | item:Protein_ML (molphy max 40 species) |
---|
1145 | |
---|
1146 | itemmethod:(/bin/rm -f treefile infile outfile; arb_convert_aln -GenBank in1 -phylip infile ;cat infile |tr '?' '-' >in1.in;${ARB_XCMD:-cmdtool} sh -c "LD_LIBRARY_PATH="${ARB_LIBRARY_PATH:-/usr/arb}";export LD_LIBRARY_PATH; item_command ;arb_wait" ;/bin/rm -f in1 infile outfile treefile )& |
---|
1147 | itemhelp:phylip.help |
---|
1148 | |
---|
1149 | arg:DISPLAY_FUNC |
---|
1150 | argtype:chooser |
---|
1151 | arglabel:What to do with the tree:? |
---|
1152 | argchoice:ARB ('tree_phylip'):arb_read_tree $CONSFLAG tree_ph_$$ protml.tre "PRG=protml PARMETERS=$MODEL$SEARCH FILTER=$FILTER PKG=molphy" |
---|
1153 | argchoice:TextEdit:arb_textedit outfile |
---|
1154 | argchoice:Treetool:treetool treefile |
---|
1155 | |
---|
1156 | arg:BOOTSTRP |
---|
1157 | arglabel:How many bootstraps ? |
---|
1158 | argtype:chooser |
---|
1159 | argchoice:Do not bootstrap:CONSFLAG=;protml $MODEL $SEARCH -v -I in1.in |
---|
1160 | argchoice:10: arb_echo 1 r 10 y |seqboot ; /bin/mv -f outfile infile; arb_echo m 10 y |$PROGRAM; /bin/mv -f treefile infile;arb_echo y | consense;arb_textedit outfile |
---|
1161 | argchoice:100: arb_echo 1 r 100 y |seqboot ; /bin/mv -f outfile infile; arb_echo m 100 y |$PROGRAM; /bin/mv -f treefile infile;arb_echo y | consense;arb_textedit outfile |
---|
1162 | argchoice:1000: arb_echo 1 r 1000 y |seqboot ; /bin/mv -f outfile infile; arb_echo m 1000 y |$PROGRAM; /bin/mv -f treefile infile;arb_echo y | consense;arb_textedit outfile |
---|
1163 | |
---|
1164 | arg:MODEL |
---|
1165 | argtype:chooser |
---|
1166 | arglabel:Which model to use ? |
---|
1167 | argchoice:JTT:-j |
---|
1168 | argchoice:Dayhoff:-d |
---|
1169 | argchoice:mtREV24:-m |
---|
1170 | argchoice:Poisson:-p |
---|
1171 | argchoice:Jones Tayler & Thornton:-jf |
---|
1172 | argchoice:Dayhoff-F:-df |
---|
1173 | argchoice:Adachi & Hasegawa(1995):-mf |
---|
1174 | |
---|
1175 | arg:SEARCH |
---|
1176 | argtype:chooser |
---|
1177 | arglabel:Search Strategie |
---|
1178 | argchoice:star decomposition:-s |
---|
1179 | argchoice:exhaustive:-e |
---|
1180 | argchoice:quickadd:-q |
---|
1181 | |
---|
1182 | in:in1 |
---|
1183 | informat:genbank |
---|
1184 | inmask: |
---|
1185 | insave: |
---|
1186 | |
---|