-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
“suchapalaver”
committed
Sep 20, 2021
1 parent
1de9c40
commit 36ddc11
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|