From 9a17ca7eb08f2b54a79b1c3184955e8f82deec99 Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Wed, 10 May 2023 09:50:34 +0200
Subject: [PATCH] fix typo

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

diff --git a/src/main.nf b/src/main.nf
index 251ad36..3e9cfd6 100644
--- a/src/main.nf
+++ b/src/main.nf
@@ -27,5 +27,5 @@ workflow {
   FASTKMERS(SPLIT.out.fastq.transpose())
   MERGEKMER(FASTKMERS.out.csv.groupTuple())
   COLLATEKMER1(MERGEKMER.out.csv.map{it -> it[1]}.collate(5))
-  COLLATEKMER2(COLLATEKMER1.out.csv.map{it -> it[1]}.collect())
+  COLLATEKMER2(COLLATEKMER1.out.csv.collect())
 }
-- 
GitLab