From 5e33e5dc1714e9578de1d282a8df55b76e320d2d Mon Sep 17 00:00:00 2001 From: Nathan Lecouvreur <nathan.lecouvreur@ens-lyon.fr> Date: Fri, 21 Jan 2022 11:17:15 +0100 Subject: [PATCH] another one --- src/Dam_ID_analysis.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dam_ID_analysis.nf b/src/Dam_ID_analysis.nf index 72c8404..6ef040e 100644 --- a/src/Dam_ID_analysis.nf +++ b/src/Dam_ID_analysis.nf @@ -41,7 +41,7 @@ workflow { //mapping index_fasta(reads) mapping_fastq(index_fasta.out.out.index.collect(), - reads) + genome) } workflow.onComplete { -- GitLab