ohnosequences / mg7

Configurable and scalable 16S metagenomics data analysis
https://goo.gl/y3rZFD
GNU Affero General Public License v3.0
3 stars 3 forks source link

Direct counts are all 1s #34

Closed laughedelic closed 8 years ago

laughedelic commented 8 years ago

This happens because I have changed the way assignment table is parsed: it's read now to a Map[TaxID, ...] instead of just list of TaxIDs, and then .keys is used for direct counting, which of course removes the keys duplicates. It's easy to fix, especially after fixing #33, we don't need that Map at all.