bioforensics / MicroHapulator

Tools for empirical microhaplotype calling, forensic interpretation, and simulation.
https://microhapulator.readthedocs.io/
Other
6 stars 1 forks source link

Repetitive read count fix #163

Closed agshumate closed 10 months ago

agshumate commented 10 months ago

We observed some cases where the number of repetitive reads was exceeding the number of total reads. This is due to counting repetitive reads at the locus level rather than the marker level. This PR fixes that issue and refactors some code to make the logic more clear.


agshumate commented 10 months ago

Confirmed that these changes fix the issue on a full-sized set of reads.