source: tags/arb_5.2/GDEHELP/MENUS/inc_fastdnaml.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: 990 bytes
Line 
1item:AxML + FastdnaML (max 500 Species) ...
2seqtype: N
3itemmeta: M
4itemmethod:(/bin/rm -f outfile infile treefile ;\
5            arb_export_rates "$RATES" "Y 1" "Q" "R" "G 0 0" "T 2.0" | \
6                arb_convert_aln -GenBank in1 -phylip2 infile;\
7            arb_export_tree $TREE >>infile;\
8            RUN_IN_WINDOW((time arb_fastdnaml $PROGRAM;\
9                           $DISPLAY_FUNC));\
10            rm in1 )&
11itemhelp:dnaml.help
12
13arg:RATES
14argtype:weights
15arglabel:Select a Weighting Mask
16argchoice:POS_VAR_BY_PARS
17
18arg:TREE
19argtype:tree
20arglabel:Base Tree
21argchoice:
22
23arg:PROGRAM
24argtype:choice_menu
25arglabel:Select program to use
26argchoice:AxML:axml
27argchoice:FastdnaML:fastdnaml
28
29arg:DISPLAY_FUNC
30argtype:choice_menu
31arglabel:What to do with the tree?
32argchoice:ARB ('tree_fml_//'):arb_read_tree tree_fml_$$ treefile "PRG=$PROGRAM BASETREE=$TREE FILTER=$FILTER PKG=olsen/felsenstein RATE=$RATES"
33argchoice:Treetool:treetool treefile
34
35
36in:in1
37informat:genbank
38inmask:
39insave:
Note: See TracBrowser for help on using the repository browser.