From 7774cb3a4e0ccad35190c8cca2c3be634f9d27a7 Mon Sep 17 00:00:00 2001 From: mbdabrowska1 Date: Mon, 11 Mar 2024 13:17:58 +0000 Subject: [PATCH] Corrects typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a27862b..ac837a9 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ - Filter out samples with no reads left after FASTP. - Run ([`FASTQC`](https://www.bioinformatics.babraham.ac.uk/projects/fastqc/)) on the processed reads. -4. **Classfy and Cluster:** +4. **Classify and Cluster:** - If specified, remove unclassified reads using ([`KRAKEN2`](https://github.com/DerrickWood/kraken2)). - Subset reads based on specified parameters (default 100k reads to keep memory requirements reasonable). - Perform k-mer frequency analysis with KMER_FREQS. @@ -54,7 +54,7 @@ 9. **Generate Reports:** - If report generation is chosen: - Generate HTML reports. - + ## Usage > **Note**