From 43113a22b43cad021ebc7cf7518d38301999a95d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Csuchapalaver=E2=80=9D?= <“jlivesey@gmail.com”> Date: Tue, 7 Sep 2021 11:49:28 -0400 Subject: [PATCH] README update --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2cb88be..a5ada7f 100644 --- a/README.md +++ b/README.md @@ -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