source: branches/help/GDEHELP/MENUS/phyml_20130708.menu

Last change on this file was 17478, checked in by westram, 6 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.5 KB
Line 
1
2// test for "no tree" below has to match ../../TEMPLATES/arb_global_defs.h@NO_TREE_SELECTED
3
4#define PHYML_CALL(seqtype) \
5        (   GOTO_LOCAL_DIR;GEN_PHYLIP(infile) && \
6            RUN_IN_WINDOW(if [ "$TREE" != "tree_?????" -a ! -z "$TREE" ]; then arb_export_tree $TREE > input_tree.in; INPUT_TREE_PARAM=-uinput_tree.in; fi; \
7                          ($ARBHOME/bin/phyml_20130708 \
8                          --input=infile \
9                          --datatype=seqtype \
10                          --model=$MODEL \
11                          -f$BASEFREQEST \
12                          --bootstrap=$BOOTSTRAP \
13                          --search=$SEARCH \
14                          -o$PARAM_OPTIMIZATION \
15                          --r_seed=$RAND_SEED \
16                          --pinv=$PROPINVAR \
17                          --alpha=$ALPHA \
18                          $INPUT_TREE_PARAM \
19                          $CUSTOM_PARAMS || STOP_ON_FAILURE(phyml_20130708)) &&  \
20                          mv infile_phyml_tree.txt outtree && \
21                          $DISPLAY_FUNC))&
22
23#ifdef PHYML_DNA
24        item: PHYML-20130708 (DNA)
25        seqtype: N
26        itemmethod:PHYML_CALL(nt)
27        itemmeta: P
28#else
29        item: PHYML-20130708 (Amino acids)
30        seqtype: A
31        itemmethod:PHYML_CALL(aa)
32        itemmeta: Y
33#endif
34itemhelp:phyml-20130708.help
35
36// $INPUT_TREE_PARAM is either empty or contains -uinput_tree.in depending on the selection of the starting tree
37
38
39arg:DISPLAY_FUNC
40argtype:choice_menu
41arglabel:What to do with the tree?
42#ifdef PHYML_DNA
43argchoice:ARB ('tree_phyml_'):arb_read_tree tree_phyml_$$ outtree "PRG=phyml-20130708 FILTER=$FILTER STYPE=DNA"
44#else
45argchoice:ARB ('tree_phyml_'):arb_read_tree tree_phyml_$$ outtree "PRG=phyml-20130708 FILTER=$FILTER STYPE=AA"
46#endif
47argchoice:TextEdit:arb_textedit outfile
48argchoice:Treetool:treetool outtree
49
50
51arg:MODEL
52argtype:choice_menu
53arglabel:Nuc. substitution model
54#ifdef PHYML_DNA
55        argchoice:GTR:GTR
56        argchoice:HKY85 (default):HKY85
57        argchoice:JC69:JC69
58        argchoice:K80:K80
59        argchoice:F81:F81
60        argchoice:F84:F84
61        argchoice:TN93:TN93
62#else
63        argchoice:LG (default):LG
64        argchoice:WAG:WAG
65        argchoice:JTT:JTT
66        argchoice:MtREV:MtREV
67        argchoice:Dayhoff:Dayhoff
68        argchoice:DCMut:DCMut
69        argchoice:RtREV:RtREV
70        argchoice:CpREV:CpREV
71        argchoice:VT:VT
72        argchoice:Blosum62:Blosum62
73        argchoice:MtMam:MtMam
74        argchoice:MtArt:MtArt
75        argchoice:HIVw:HIVw
76        argchoice:HIVb:HIVb
77#endif
78
79arg:PARAM_OPTIMIZATION
80argtype:choice_menu
81arglabel:Specific parameter optimization
82argchoice:Optimize tree topology, branch len, rate params:tlr
83argchoice:Optimize tree topology and branch length:tl
84argchoice:Optimize branch length and rate parameters:lr
85argchoice:Optimize branch length:l
86argchoice:Optimize rate parameters:r
87argchoice:Do not optimize any parameters:n
88
89arg:PROPINVAR
90argtype:text
91arglabel:Proportion of invariable sites\n(Range [0..1] or e to get the maximum likelihood estimate)
92argtext:e
93
94arg:ALPHA
95argtype:text
96arglabel:Distribution of the gamma distribution shape parameter\n(Positive value or e to get the maximum likelihood estimate)
97argtext:e
98
99arg:RAND_SEED
100argtype:text
101arglabel:Pseudo random number generator seed
102argtext:424242
103
104arg:BASEFREQEST
105argtype:choice_menu
106arglabel:Base frequency estimates
107argchoice:Empirical:e
108#ifdef PHYML_DNA
109        argchoice:ML:m
110#else
111        argchoice:Model:m
112#endif
113
114arg:BOOTSTRAP
115arglabel:Bootstrap
116argtype:choice_menu
117argchoice:(default) approximate Bayes branch supports:-5
118argchoice:neither approximate likelihood ratio test nor bootstrap values are computed:0
119argchoice:approximate likelihood ratio test returning aLRT statistics:-1
120argchoice:approximate likelihood ratio test returning Chi2-based parametric branch supports:-2
121argchoice:SH-like branch supports alone:-4
122argchoice:20 bootstrap replicates:20
123argchoice:50 bootstrap replicates:50
124argchoice:100 bootstrap replicates:100
125argchoice:200 bootstrap replicates:200
126argchoice:500 bootstrap replicates:500
127argchoice:1000 bootstrap replicates:1000
128argchoice:10000 bootstrap replicates:10000
129
130arg:SEARCH
131argtype:choice_menu
132arglabel:Tree topology search operation option
133argchoice:NNI (default, fast):NNI
134argchoice:SPR (a bit slower than NNI):SPR
135argchoice:BEST (best of NNI and SPR search):BEST
136
137arg:TREE
138argtype:tree
139arglabel:Starting tree
140argchoice:?????
141
142arg:CUSTOM_PARAMS
143argtype:text
144arglabel: Custom parameters
145argtext:
146
147in:TmpInputFile
148informat:genbank
149insave:
150
Note: See TracBrowser for help on using the repository browser.