From 394f1be1cc581551762701f936ff211a1381cc4d Mon Sep 17 00:00:00 2001
From: Rachel  LEGENDRE <rachel.legendre@pasteur.fr>
Date: Fri, 9 Feb 2024 14:12:41 +0100
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3638a37..b96e199 100644
--- a/README.md
+++ b/README.md
@@ -123,7 +123,7 @@ run it in NNCR using environment modules via
 
 - Generic configuration
 
-"n all cases, you need to provide information on where to locate the data. Share the directory containing the fastq files along with the suffix for pairs in a regular expression ('_R[12]' or "_R[12]_001," for example). Then, specify the extension of your fastq file ('.fastq.gz' or '.fq.gz'). By default, the results are saved in a "result" directory within the rnaflow folder. Please ensure the correct path for the temporary directory and adhere to the best practices of your HPC.
+In all cases, you need to provide information on where to locate the data. Share the directory containing the fastq files along with the suffix for pairs in a regular expression ('_R[12]' or "_R[12]_001," for example). Then, specify the extension of your fastq file ('.fastq.gz' or '.fq.gz'). By default, the results are saved in a "result" directory within the rnaflow folder. Please ensure the correct path for the temporary directory and adhere to the best practices of your HPC.
 
 ```
 # Absolute path of directory where fastq are stored
-- 
GitLab