bcgsc / btllib

Bioinformatics Technology Lab common code library
Other
21 stars 5 forks source link

PhredNtHash class #108

Open jwcodee opened 1 year ago

jwcodee commented 1 year ago

Added a new PhredNtHash that skip k-mers with any base with a lower quality than a user-specified Phred quality score.

Once the code change is approved, I will generate the docs, wrappers and python tests.