Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 249 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 249 Bytes

Run krust on the test data, searching for kmers of length 5, like this:

$ cargo run --release 5 cerevisae.pan.fa > output.tsv

or, searching for kmers of length 21 across multiple records:

$ cargo run --release 21 cerevisae.pan.fa > output.tsv