From 5fbde1c69d958d8d71b427fb52e419b11c41d758 Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Fri, 6 Dec 2019 11:24:07 +0100 Subject: [PATCH] Fix trim galore process name --- tools/trim_galore/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/trim_galore/main.nf b/tools/trim_galore/main.nf index e009b2af..8bccd6ef 100644 --- a/tools/trim_galore/main.nf +++ b/tools/trim_galore/main.nf @@ -1,4 +1,4 @@ -process fastqc { +process trim_galore { tag "$sample_id" publishDir "${params.outdir}/trim_galore", mode: 'copy', saveAs: {filename ->