source: tags/arb_5.2/GDEHELP/MENUS/molphy.menu

Last change on this file was 5077, checked in by westram, 16 years ago
  • typo
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1item:Protein_ML (molphy; max 40 species)
2seqtype: A
3itemmeta: L
4itemmethod:(GEN_INFILE(in1);\
5            cat infile |tr '?' '-' >in1.in;\
6            mv in1.in infile;\
7            RUN_IN_WINDOW((arb_protml $MODEL $SEARCH $REARRANGE $CALCLENGTH infile ;\
8                           (test -f treefile && $DISPLAY_FUNC)));\
9            RM_LOCAL_FILES(in1))&
10itemhelp:protml.help
11
12arg:DISPLAY_FUNC
13argtype:choice_menu
14arglabel:What to do with the tree?
15argchoice:ARB ('tree_protml_'):arb_read_tree `/bin/cat arb_read_tree_args` tree_protml_$$ treefile "PRG=protml MODEL=$MODEL SEARCH=$SEARCH FILTER=$FILTER REARRANGE=$REARRANGE PKG=molphy"
16argchoice:TextEdit:arb_textedit treefile &
17argchoice:Treetool:treetool treefile
18
19arg:MODEL
20argtype:choice_menu
21arglabel:Which model to use ?
22argchoice:JTT:-j
23argchoice:Dayhoff:-d
24argchoice:mtREV24:-m
25argchoice:Poisson:-p
26argchoice:JTT-F:-jf
27argchoice:Dayhoff-F:-df
28argchoice:mtREV24-F:-mf
29argchoice:Proportional:-pf
30
31arg:SEARCH
32argtype:choice_menu
33arglabel:Search strategy
34argchoice:Star decomposition:-s
35argchoice:Exhaustive:-e
36argchoice:Quick add:-q
37
38arg:CALCLENGTH
39argtype:choice_menu
40arglabel:Calc branchlengths?
41argchoice:Yes:1
42argchoice:No:0
43
44arg:REARRANGE
45argtype:choice_menu
46arglabel:Rearrangement
47argchoice:None:0
48argchoice:local Rearrangement search:-R
49argchoice:LBP only:-RX
50
51in:in1
52informat:genbank
53inmask:
54insave:
Note: See TracBrowser for help on using the repository browser.