From 727a44ecf4190c628c67f01c56596e25bb71c2b6 Mon Sep 17 00:00:00 2001 From: Cassidy Johnson <114778057+cassidy-a-johnson@users.noreply.github.com> Date: Thu, 21 Sep 2023 21:46:33 -0400 Subject: [PATCH] Update kreeq.md --- docs/kreeq.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/kreeq.md b/docs/kreeq.md index 4eb0f04..f27b375 100644 --- a/docs/kreeq.md +++ b/docs/kreeq.md @@ -6,7 +6,9 @@ mv testFiles-kreeq/* . kreeq validate -f input.[fasta|fastq][.gz] -r reads1.fastq[.gz] reads2.fastq[.gz] [...] [-k 21] ``` -It accepts multiple read files as input, separated by space. To check out all options and flags use `kreeq -h`. +It accepts multiple read files as input, separated by space. To check out all options and flags use: + +`kreeq -h` You can test some typical usage with the files in the `testFiles` folder, e.g.: