rust-seq2kminmers 0.1.0

Construction and iteration of k-min-mers from a DNA sequence.
Documentation
1
2
3
4
5
# rust-seq2kminmers

Rust crate to convert any DNA sequence to an iterator of its kminmers.
Uses NtHash1 behind the scenes. Allows fast iteration in HPC-space but reports positions in original sequence space.
This crate is useful for rust-mdbg.