edawson / rkmh

Classify sequencing reads using MinHash.
MIT License
48 stars 4 forks source link

[Feature Request] rkmh filter -v : only return reads which do not meet a specific identity threshold. #11

Open edawson opened 6 years ago

edawson commented 6 years ago

Right now, we only pass reads through filter if they match any of the reference genomes provided above a certain threshold. However, the inverse filter (where reads that match the references get thrown out) is something that would be useful.