From fe446d3888539428fd69b7cffbeeb45a608cd50c Mon Sep 17 00:00:00 2001
From: mherbett <marion.herbette@ens-lyon.fr>
Date: Wed, 6 Jun 2018 15:15:59 +0000
Subject: [PATCH] rnaseq.nf change fasta_extracted o fsta_files_extracted

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

diff --git a/src/RNASeq.nf b/src/RNASeq.nf
index cf0b042..b9bc9fb 100644
--- a/src/RNASeq.nf
+++ b/src/RNASeq.nf
@@ -125,7 +125,7 @@ process index_fasta {
   publishDir "results/mapping/index/", mode: 'copy'
 
   input:
-    file fasta from fasta_extracted
+    file fasta from fasta_files_extracted
 
   output:
     file "*.index*" into index_files
-- 
GitLab