Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 229 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 229 Bytes

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

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

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

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