source: trunk/GDEHELP/MENUS/raxml8.menu

Last change on this file was 19234, checked in by westram, 2 years ago
File size: 2.4 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
27// menu:Phylogeny max. Likelihood
28
29item:RAxML 8 (DNA)
30itemmethod: ( GOTO_LOCAL_DIR; \
31              RUN_IN_WINDOW(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); \
32              RM_LOCAL_FILES(dna.phy* RAxML_*) \
33            )&
34itemhelp:raxml8.help
35itemmeta:8
36seqtype:N
37
38in:INPUTFILE
39informat:genbank
40insave:
41
42arg:INPUTTREE
43argtype:tree
44arglabel:Input tree
45argchoice:
46
47arg:PROTOCOL
48arglabel:Protocol
49argtype:choice_menu
50argchoice:Thorough tree search:thorough
51argchoice:Quick tree search:quick
52argchoice:Add to tree:add
53argchoice:Optimize tree:optimize
54argchoice:Calculate branchlengths:calcblen
55argchoice:Calculate bootstraps:bootstrap
56argchoice:Score tree:score
57
58arg:MODEL
59argtype:chooser
60arglabel:Model
61argchoice:GTRGAMMA (standard, max 10k seqs):GTRGAMMA
62argchoice:GTRCAT (faster, min 150 seqs):GTRCAT
63
64arg:REPEATS
65argtype:choice_menu
66arglabel:Searches\n(Thorough+Optimize only)
67argchoice:1:1
68argchoice:5:5
69argchoice:10:10
70argchoice:20:20
71argchoice:50:50
72argchoice:100:100
73
74arg:BOOTSTRAPS
75argtype:choice_menu
76arglabel:Bootstraps
77argchoice:No:no
78argchoice:Auto:autoMRE_IGN
79argchoice:5:5
80argchoice:10:10
81argchoice:20:20
82argchoice:50:50
83argchoice:100:100
84argchoice:200:200
85argchoice:500:500
86argchoice:1000:1000
87
88arg:MRETREE
89argtype:choice_menu
90arglabel:Compute MRE consensus tree\n(only with bootstraps)
91argchoice:No:-nomre
92argchoice:Yes:
93
94arg:TREENAME
95argtype:text
96arglabel:Tree name
97argtext:raxml
98
99arg:SEED
100argtype:text
101arglabel:Random seed\n(empty=use time)
102argtext:
103
104arg:THREADS
105argtype:text
106arglabel:CPU thread override\n(empty=autodetect)
107argtext:
Note: See TracBrowser for help on using the repository browser.