From 95107607e559c6d635847c0b7ecb89dea788e4f9 Mon Sep 17 00:00:00 2001
From: lestrada <lilia.estrada-virrueta@ens-lyon.fr>
Date: Wed, 6 Jun 2018 15:04:35 +0000
Subject: [PATCH] RNA_Seq.nf connecting channel from bed to kallisto

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

diff --git a/src/RNA_Seq.nf b/src/RNA_Seq.nf
index 8694c98..34d1ec3 100644
--- a/src/RNA_Seq.nf
+++ b/src/RNA_Seq.nf
@@ -123,7 +123,7 @@ process index_fasta {
   publishDir "results/mapping/index/", mode: 'copy'
 
   input:
-    file fasta from fasta_files
+    file fasta from fasta_files_extracted
 
   output:
     file "*.index*" into index_files
-- 
GitLab