StrobeMap v0.0.1
The first stable working version of StrobeMap (C++ implementation). Implements randstrobes and hybridstrobes of orders 2 and 3, and minstrobes of order 2. Uses bitpacking for fast construction time. Computes NAMs between a set of queries mapped to a set of references.
TODO:
- Read fastq
- Parallelize mapping
- Separate creation and storage of reference index
- Option to output the NAM-length on both the query and the reference (5 column format)
- [Implement thinning?]