Skip to content
Snippets Groups Projects
Commit 26f929ff authored by Iakov Davydov's avatar Iakov Davydov
Browse files

report number unique site for aggregation, not total

parent 8fb1fe23
Branches aggr
No related tags found
No related merge requests found
......@@ -435,7 +435,7 @@ void Genes::observedCodons(std::vector<std::vector<int> > &aObservedCodons,
}
if (mVerboseLevel >= VERBOSE_INFO_OUTPUT)
std::cout << "N. aggregate: " << std::setw(6) << naggr << "/"
<< mOriginalNumSites << std::endl
<< mSiteMultiplicity.size() << std::endl
<< std::endl;
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment