edawson / rkmh

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

Dev #8

Closed edawson closed 7 years ago

edawson commented 7 years ago

This brings with it a bunch of new features:

  1. Direct vw vector output from hash
  2. Fixed some nasty mem leaks / corrupt pointers in hash
  3. stream and classify should now be completely stable and feature-complete
  4. filter command added, which removes reads that do not meet identity/min kmer occurrence / match requirements. Not feature complete, but stable (based on stream)