From 3dad2974b66edee33641b8179db1f4b0e58e090d Mon Sep 17 00:00:00 2001
From: mshamjal <113-mshamjal@users.noreply.gitlab.biologie.ens-lyon.fr>
Date: Fri, 17 Jan 2020 15:18:56 +0000
Subject: [PATCH] Update src/RNASeq.nf

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

diff --git a/src/RNASeq.nf b/src/RNASeq.nf
index 3106ae1..42f0891 100644
--- a/src/RNASeq.nf
+++ b/src/RNASeq.nf
@@ -108,7 +108,7 @@ process mapping_fastq {
 
   input:
   set pair_id, file(reads) from fastq_files_trim
-  file index from index_files_report.collect()
+  file index from index_files.collect()
 
   output:
   file "*" into counts_files
-- 
GitLab