From 0f1834476a801097c7ce259dd63bcb656f8ab2ab Mon Sep 17 00:00:00 2001
From: cbedet1 <cecile.bedet@ens-lyon.fr>
Date: Mon, 29 Nov 2021 14:51:37 +0100
Subject: [PATCH] typo corrections

---
 doc/pipeline_building_cec.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/pipeline_building_cec.md b/doc/pipeline_building_cec.md
index 78ddaada..dd2ae313 100644
--- a/doc/pipeline_building_cec.md
+++ b/doc/pipeline_building_cec.md
@@ -339,7 +339,7 @@ cd ..
 
 ## Run nextflow
 
-It is better to writ a script as a.sh file to lauch nextflow : Here is the RNAseq_script for Kallisto:
+It is better to write a script as a.sh file to lauch nextflow : Here is the RNAseq_script for RNAseq_cec pipeline with both kallisto and bowtie2:
 ```sh
 ./nextflow run src/RNAseq_cec.nf \
         -profile psmn \
-- 
GitLab