Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
“suchapalaver” committed Sep 7, 2021
1 parent 3d96fc1 commit 43113a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
To make use of k-rust's multithreaded cocurrency test with the larger fasta data with multiple records.
To make use of krust's multithreaded cocurrency test fasta data with multiple records.

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

$ cargo run 5 cerevisae.pan_S288C_chrI.fa
$ cargo run 5 cerevisae.pan_S288C_chrI.fa

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

$ cargo run 21 cerevisae.pan.fa
$ cargo run 21 cerevisae.pan.fa

0 comments on commit 43113a2

Please sign in to comment.