source: tags/ms_r16q2/GDE/SATIVA/sativa/epac.cfg.sativa

Last change on this file was 13203, checked in by akozlov, 9 years ago
File size: 718 bytes
Line 
1[raxml]
2raxml_home=
3raxml_exec=arb_raxml8_sativa.sh
4
5# rate heterogeneity model: GTRGAMMA, GTRCAT, AUTO
6raxml_model=auto
7
8# whether to load the optimized model parameters from a file
9# if set to false, optimization will be done in the beginning
10# (takes much time for big reference trees)
11epa_load_optmod=true
12
13# using EPA heuristic can tremendously speed up the computation,
14# since branch length optimization will be performed only for the
15# "most promising" branches for each QS (s. below)
16#
17# Values: TRUE, FALSE, AUTO (based on reference size)
18epa_use_heuristic=auto
19
20# proportion of "best" branches for branch length optimization
21# values near 0.01 (1%) should be OK for large trees (>10K)
22#epa_heur_rate=0.005
Note: See TracBrowser for help on using the repository browser.