forked from amkozlov/sativa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sativa.cfg
27 lines (22 loc) · 855 Bytes
/
sativa.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[raxml]
raxml_home=raxml/
raxml_exec=run_raxml.sh
# rate heterogeneity model: GTRGAMMA, GTRCAT, AUTO
raxml_model=auto
# whether to load the optimized model parameters from a file
# if set to false, optimization will be done in the beginning
# (takes much time for big reference trees)
epa_load_optmod=true
# using EPA heuristic can tremendously speed up the computation,
# since branch length optimization will be performed only for the
# "most promising" branches for each QS (s. below)
#
# Values: TRUE, FALSE, AUTO (based on reference size)
epa_use_heuristic=auto
# proportion of "best" branches for branch length optimization
# values near 0.01 (1%) should be OK for large trees (>10K)
#epa_heur_rate=0.005
# if you want to use HMMER to align reads to the reference,
# please specify path to your HMMER installation
[hmmer]
hmmer_home=/usr/bin