Skip to content

Commit e9b30c2

Browse files
author
vsc20958
committed
.
1 parent 6190924 commit e9b30c2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

recmpox/recmpox.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,6 +1684,8 @@ def _sample_key_from_tract(hid: str, label: str) -> str:
16841684
cmd_iqtree = [
16851685
"iqtree",
16861686
"-s", str(aln_in_phylogeny),
1687+
# Always use the default GTR substitution model; do not run model selection.
1688+
"-m", "GTR",
16871689
"-bb", "10000",
16881690
"-pre", str(iqtree_prefix),
16891691
"-czb",

0 commit comments

Comments
 (0)