Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
don't report individual mixture component for DNA models
Browse files Browse the repository at this point in the history
  • Loading branch information
bqminh committed Dec 8, 2017
1 parent 6be8320 commit 8d69e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/phyloanalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ void reportModel(ofstream &out, PhyloTree &tree) {
reportModel(out, tree.aln, m);
}
}
if (tree.aln->seq_type != SEQ_POMO)
if (tree.aln->seq_type != SEQ_POMO && tree.aln->seq_type != SEQ_DNA)
for (i = 0; i < nmix; i++) {
ModelMarkov *m = (ModelMarkov*)mmodel->getMixtureClass(i);
if (m->getFreqType() == FREQ_EQUAL || m->getFreqType() == FREQ_USER_DEFINED)
Expand Down

0 comments on commit 8d69e57

Please sign in to comment.