source: tags/initial/GDEHELP/MENUS/molphy.menu

Last change on this file was 2, checked in by oldcode, 24 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 KB
Line 
1item:Protein_ML (molphy max 40 species)
2 
3itemmethod:(GEN_INFILE(in1);cat infile |tr '?' '-' >in1.in;RUN_IN_WINDOW((CONSFLAG=-consense;$BOOTSTRP;$DISPLAY_FUNC));RM_LOCAL_FILES(in1) )&
4itemhelp:phylip.help
5
6arg:DISPLAY_FUNC
7argtype:chooser
8arglabel:What to do with the tree:?
9argchoice:ARB ('tree_phylip'):arb_read_tree $CONSFLAG tree_ph_$$ protml.tre "PRG=protml PARMETERS=$MODEL$SEARCH FILTER=$FILTER PKG=molphy"
10argchoice:TextEdit:arb_textedit outfile
11argchoice:Treetool:treetool treefile
12 
13arg:BOOTSTRP
14arglabel:How many bootstraps ?
15argtype:chooser
16argchoice:Do not bootstrap:CONSFLAG=;protml $MODEL $SEARCH -v -I in1.in
17argchoice: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
18argchoice: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
19argchoice: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
20
21arg:MODEL
22argtype:chooser
23arglabel:Which model to use ?
24argchoice:JTT:-j
25argchoice:Dayhoff:-d
26argchoice:mtREV24:-m
27argchoice:Poisson:-p
28argchoice:Jones Tayler & Thornton:-jf
29argchoice:Dayhoff-F:-df
30argchoice:Adachi & Hasegawa(1995):-mf
31
32arg:SEARCH
33argtype:chooser
34arglabel:Search Strategie
35argchoice:star decomposition:-s
36argchoice:exhaustive:-e
37argchoice:quickadd:-q
38
39in:in1
40informat:genbank
41inmask:
42insave:
Note: See TracBrowser for help on using the repository browser.