Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
“suchapalaver” committed Sep 20, 2021
1 parent 1de9c40 commit 36ddc11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Run krust on the test data, searching for kmers of length 5, like this:
Run krust on the test data, searching for kmers of length 5 across all sequences, like this:

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

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

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

0 comments on commit 36ddc11

Please sign in to comment.