source: branches/profile/GDEHELP/MENUS/inc_fastdnaml.menu

Last change on this file was 11886, checked in by westram, 10 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1007 bytes
Line 
1item:AxML + FastdnaML (max 500 Species) ...
2seqtype: N
3itemmeta: M
4itemmethod:(/bin/rm -f outfile infile treefile ;\
5            arb_export_rates --arb-notify "$RATES" "Y 1" "Q" "R" "G 0 0" "T 2.0" | GEN_FASTDNAML(infile) && \
6            ( arb_export_tree $TREE || STOP_ON_FAILURE(arb_export_tree '$TREE')) >>infile && \
7            RUN_IN_WINDOW((time arb_fastdnaml $PROGRAM && $DISPLAY_FUNC));\
8            /bin/rm -f TmpInputFile )&
9itemhelp:dnaml.help
10
11arg:RATES
12argtype:weights
13arglabel:Select a Weighting Mask
14argchoice:POS_VAR_BY_PARS
15
16arg:TREE
17argtype:tree
18arglabel:Base Tree
19argchoice:
20
21arg:PROGRAM
22argtype:choice_menu
23arglabel:Select program to use
24argchoice:AxML:axml
25argchoice:FastdnaML:fastdnaml
26
27arg:DISPLAY_FUNC
28argtype:choice_menu
29arglabel:What to do with the tree?
30argchoice:ARB ('tree_fml_//'):arb_read_tree tree_fml_$$ treefile "PRG=$PROGRAM BASETREE=$TREE FILTER=$FILTER RATE=$RATES PKG=olsen/felsenstein"
31argchoice:Treetool:treetool treefile
32
33
34in:TmpInputFile
35informat:genbank
36insave:
Note: See TracBrowser for help on using the repository browser.