From fb1e2fc1a32c1adb5c4037f9d722b955fe00d406 Mon Sep 17 00:00:00 2001 From: Sofia Stamouli Date: Tue, 12 Nov 2024 13:08:00 +0100 Subject: [PATCH] Add multiqc --- conf/pipeline/taxprofiler/hasta.config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/pipeline/taxprofiler/hasta.config b/conf/pipeline/taxprofiler/hasta.config index 15e0644e..6140f52a 100644 --- a/conf/pipeline/taxprofiler/hasta.config +++ b/conf/pipeline/taxprofiler/hasta.config @@ -36,4 +36,10 @@ process { memory = { 36.GB * task.attempt } time = { 8.h * task.attempt } } + + withName: MULTIQC { + memory = { 4.GB * task.attempt } + time = { 4.h * task.attempt } + cpus = 2 + } }