Sketchlib v1.5.0
New features:
- Allow turning off random match computation (#28), which is useful for querying.
- Replace threads with OpenMP (#31). Much more efficient CPU parallelisation of distances.
- Add GPU/CPU hybrid sketching algorithm for read data (#32).
- Add codon phased seeds
--codon-phased(#35). This replaces randomly spaced seeds.
Bug fixes:
- Update to work with HighFive v2.2.2
- Check for zero Jaccard distances (#36)