From c086689b822b33cde0cf697cc52a013ecded9535 Mon Sep 17 00:00:00 2001
From: aliarifki <aliarifki@outlook.fr>
Date: Thu, 22 Jun 2023 11:43:50 +0200
Subject: [PATCH] =?UTF-8?q?Erreur=20de=20parenth=C3=A8se?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/nf_modules/pycoqc/main.nf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/nf_modules/pycoqc/main.nf b/src/nf_modules/pycoqc/main.nf
index 1a70997..4b70e83 100644
--- a/src/nf_modules/pycoqc/main.nf
+++ b/src/nf_modules/pycoqc/main.nf
@@ -16,7 +16,7 @@ process control_basecalling {
   path("*.html")
 
   """
-  pycoQC -f ${txt} -o quality_control.html)
+  pycoQC -f ${txt} -o Control_basecalling.html
   """
 }
 
@@ -35,6 +35,6 @@ process control_bam {
   path("*.html")
 
   """
-  pycoQC -f ${txt} -o quality_control.html)
+  pycoQC -f ${txt} -o Control_mapping.html)
   """
 }
\ No newline at end of file
-- 
GitLab