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