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

Last change on this file was 12517, checked in by epruesse, 10 years ago

first working version of RAxML8 integration

File size: 1.5 KB
Line 
1# Menu for RAxML 8
2#
3# use cases:
4#  - build small  publication dna tree
5#     - multiple ml searches, pick best
6#     - run bootstraps
7#     - import best ml tree + support values     
8#     - import consensus from bootstraps
9#  - build quick&dirty dna tree (or large tree)
10#     - fast bootstraps
11#     - import consensus
12#  - build AA tree
13#  - extend dna tree
14#  - get support SH-like support values for tree
15
16# Options:
17#
18# sequence type: DNA, AA
19# tree size: large small
20# search type: fast slow
21
22# sequence type: DNA
23# tree size: small
24
25menu:Phylogeny max. Likelyhood
26
27item:RAxML 8 (DNA)
28itemmethod: ${ARB_XCMD} arb_raxml8.sh -p $PROTOCOL -m $MODEL -s $SEED -b $BOOTSTRAPS -r $REPEATS -nt -t "$THREADS" -f INPUTFILE &
29itemhelp:raxml8.help
30seqtype:N
31
32in:INPUTFILE
33informat:genbank
34insave:
35
36arg:PROTOCOL
37arglabel:Protocol
38argtype:chooser
39argchoice:Thorough:thorough
40argchoice:Quick:quick
41
42arg:MODEL
43argtype:chooser
44arglabel:Model
45argchoice:GTRGAMMA (standard, max 10k seqs):GTRGAMMA
46argchoice:GTRCAT (faster, min 150 seqs):GTRCAT
47
48arg:REPEATS
49argtype:choice_menu
50arglabel:Searches
51argchoice:1:1
52argchoice:5:5
53argchoice:10:10
54argchoice:20:20
55argchoice:50:50
56argchoice:100:100
57
58arg:BOOTSTRAPS
59argtype:choice_menu
60arglabel:Bootstraps
61argchoice:Auto:autoMRE_IGN
62argchoice:10:10
63argchoice:20:20
64argchoice:50:50
65argchoice:100:100
66argchoice:200:200
67argchoice:500:500
68argchoice:1000:1000
69
70arg:SEED
71argtype:text
72arglabel:Random Seed
73argtext:123456
74
75arg:THREADS
76argtype:text
77arglabel:CPU-Thread override
78argtext:
Note: See TracBrowser for help on using the repository browser.