source: branches/items/GDE/RAxML8/raxml8.menu

Last change on this file was 15425, checked in by westram, 8 years ago
  • reintegrates 'mladd' into 'trunk'
    • improves raxml8 interface
      • new functions
        • score tree (=calculate likelihood and append to comment)
        • calculate branchlengths
        • optimize tree
        • add to tree (implements #681)
      • calculate bootstraps (as separate function or combined with other functions)
        • allow to skip bootstrap calculation
      • writes comment to generated trees (similar to raxml7-interface)
      • fix key-wait on terminate
      • time all functions
      • fix thread usage
        • use 'distinct alignment patterns' (as reported by RAxML) to select maximum threads
        • slightly reduce threads in favor of asynchronous bootstrapping
        • allow to override (used) cores and used threads separate
    • adds arb_write_tree_comment
  • adds: log:branches/mladd@15394,15396,15398:15424
File size: 2.3 KB
Line 
1# Menu for RAxML 8
2#
3# User documentation in ../../GDEHELP/HELP_WRITTEN/raxml8.help
4#
5# use cases:
6#
7#  - build small publication dna tree
8#     - multiple ml searches, pick best
9#     - run bootstraps
10#     - import best ml tree + support values     
11#     - import consensus from bootstraps
12#
13#  - build quick&dirty dna tree (or large tree)
14#     - fast bootstraps
15#     - import consensus
16#
17#  - score given tree (=calculate likelihood)
18#  - calc branchlens of given tree (+calculate likelihood) into new tree
19#  - optimize given tree into new tree
20#  - extend tree (=add species missing in tree; keep topology)
21#  - calculate bootstrap values for existing tree
22#
23# @@@ possible use cases:
24#  - build AA tree
25#  - get support SH-like support values for tree
26
27menu:Phylogeny max. Likelihood
28
29item:RAxML 8 (DNA)
30itemmethod: ${ARB_XCMD} arb_raxml8.sh -p $PROTOCOL -fi "$FILTER" -it "$INPUTTREE" -m $MODEL -s "$SEED" -b $BOOTSTRAPS -r $REPEATS -nt -t "$THREADS" -f INPUTFILE -n $TREENAME $MRETREE &
31itemhelp:raxml8.help
32itemmeta:8
33seqtype:N
34
35in:INPUTFILE
36informat:genbank
37insave:
38
39arg:INPUTTREE
40argtype:tree
41arglabel:Input tree
42argchoice:
43
44arg:PROTOCOL
45arglabel:Protocol
46argtype:choice_menu
47argchoice:Thorough tree search:thorough
48argchoice:Quick tree search:quick
49argchoice:Add to tree:add
50argchoice:Optimize tree:optimize
51argchoice:Calculate branchlengths:calcblen
52argchoice:Calculate bootstraps:bootstrap
53argchoice:Score tree:score
54
55arg:MODEL
56argtype:chooser
57arglabel:Model
58argchoice:GTRGAMMA (standard, max 10k seqs):GTRGAMMA
59argchoice:GTRCAT (faster, min 150 seqs):GTRCAT
60
61arg:REPEATS
62argtype:choice_menu
63arglabel:Searches\n(Thorough+Optimize only)
64argchoice:1:1
65argchoice:5:5
66argchoice:10:10
67argchoice:20:20
68argchoice:50:50
69argchoice:100:100
70
71arg:BOOTSTRAPS
72argtype:choice_menu
73arglabel:Bootstraps
74argchoice:No:no
75argchoice:Auto:autoMRE_IGN
76argchoice:5:5
77argchoice:10:10
78argchoice:20:20
79argchoice:50:50
80argchoice:100:100
81argchoice:200:200
82argchoice:500:500
83argchoice:1000:1000
84
85arg:MRETREE
86argtype:choice_menu
87arglabel:Compute MRE consensus tree\n(only with bootstraps)
88argchoice:No:-nomre
89argchoice:Yes:
90
91arg:TREENAME
92argtype:text
93arglabel:Tree name
94argtext:raxml
95
96arg:SEED
97argtype:text
98arglabel:Random seed\n(empty=use time)
99argtext:
100
101arg:THREADS
102argtype:text
103arglabel:CPU thread override\n(empty=autodetect)
104argtext:
Note: See TracBrowser for help on using the repository browser.