From 06a4d0d4f56ec9155b507c2ea5d92e11c3f64bd2 Mon Sep 17 00:00:00 2001
From: elabaron <emmanuel.labaronne@ens-lyon.fr>
Date: Tue, 24 Jul 2018 17:36:06 +0200
Subject: [PATCH] fastqc.nf : save only reports and not fastqc.gz file

---
 src/nf_modules/FastQC/fastqc.nf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nf_modules/FastQC/fastqc.nf b/src/nf_modules/FastQC/fastqc.nf
index 5725497d..ad699258 100644
--- a/src/nf_modules/FastQC/fastqc.nf
+++ b/src/nf_modules/FastQC/fastqc.nf
@@ -22,7 +22,7 @@ process fastqc {
     file fastq from fastq_files
 
   output:
-    file "*" into fastqc_repport
+    file "*.htlm" into fastqc_repport
 
   script:
 """
-- 
GitLab