source: tags/old_import_filter/GDEHELP/MENUS/phylip_dist.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: 2.8 KB
Line 
1item:Phylip Distance Methods (Simple GUI Based Interface)
2itemmeta: G
3itemmethod:(GEN_INFILE(in1);\
4            RUN_IN_WINDOW(($CORRECTION_PROT;$CORRECTION_DNA;$PROGRAM_SEL;\
5                           $DPGM;\
6                           mv infile infile.1; \
7                           mv -f outfile infile;\
8                           arb_echo $PROGRAM_FLAGS |$PROGRAM;\
9                           $DISPLAY_FUNC));\
10            RM_LOCAL_FILES(in1 infile.1))&
11itemhelp:phylip_distance.help
12
13arg:DISPLAY_FUNC
14argtype:choice_menu
15arglabel:What to do with the tree?
16argchoice:ARB ('tree_ph_'):($CORRECTION_PROT;$CORRECTION_DNA;$PROGRAM_SEL;echo||$DPGM;arb_read_tree tree_ph_$$ outtree "PRG=$PROGRAM_NAME CORR=$TEXT FILTER=$FILTER PKG=phylip")
17argchoice:TextEdit:arb_textedit outfile &
18argchoice:Treetool:treetool outtree
19
20arg:PROGRAM_SEL
21arglabel:Which method?
22argtype:choice_menu
23argchoice:Neighbor: PROGRAM=neighbor; PROGRAM_FLAGS="y";   PROGRAM_NAME=neighbor
24argchoice:UPGMA:    PROGRAM=neighbor; PROGRAM_FLAGS="n y"; PROGRAM_NAME=UPGMA
25argchoice:Fitch:    PROGRAM=fitch;    PROGRAM_FLAGS="y";   PROGRAM_NAME=fitch
26argchoice:Kitsch:   PROGRAM=kitsch;   PROGRAM_FLAGS="y";   PROGRAM_NAME=kitsch
27
28arg:DPGM
29arglabel:Treat data as..
30argtype:choice_menu
31argchoice:DNA/RNA:(arb_echo $DNAFLAGS |dnadist);TEXT=$DNATEXT
32argchoice:AA:(arb_echo $PROFLAGS |protdist);TEXT=$PROTEXT
33
34arg:CORRECTION_DNA
35arglabel:Correction (DNA)
36argtype:choice_menu
37argchoice:F84:                DNATEXT=F84;          DNAFLAGS="y"
38argchoice:Kimura 2-parameter: DNATEXT=Kimura;       DNAFLAGS="d y"
39argchoice:Jukes-Cantor:       DNATEXT=Jukes-Cantor; DNAFLAGS="d d y"
40// the following options cause crash with all distance programs:
41// argchoice:LogDet:             DNATEXT=LogDet;       DNAFLAGS="d d d y"
42// argchoice:Manual:             DNATEXT=User;         DNAFLAGS=""
43
44arg:CORRECTION_PROT
45arglabel:Correction (PROT)
46argtype:choice_menu
47argchoice:Jones-Taylor-Thornton:  PROTEXT=JTT;     PROFLAGS="y"
48argchoice:Dayhoff PAM matrix:     PROTEXT=Dayhoff; PROFLAGS="p y"
49argchoice:Kimura formula:         PROTEXT=Kimura;  PROFLAGS="p p y"
50argchoice:Manual:                 PROTEXT=User;    PROFLAGS=""
51
52in:in1
53informat:genbank
54inmask:
55insave:
56
57// --------------------------------------------------------------------------------
58
59item:Phylip Distance Matrix
60itemmeta: M
61itemmethod: GEN_INFILE(in1) ; \
62            RUN_IN_WINDOW(( $PREEDIT  \
63                            $DPGM ; \
64                            arb_textedit outfile & )) ; \
65            RM_LOCAL_FILES(in1)
66itemhelp:phylip_distance.help
67
68arg:DPGM
69arglabel:Treat data as..
70argtype:choice_menu
71argchoice:DNA/RNA:dnadist
72argchoice:AA:protdist
73
74arg:PREEDIT
75argtype:choice_menu
76arglabel:Edit input before running?
77argchoice:No:
78argchoice:Yes:arb_textedit infile ;
79
80in:in1
81informat:genbank
82inmask:
83insave:
84
Note: See TracBrowser for help on using the repository browser.