From 79e227aa4e0da89a6d28f122edf95bc7aaaef4fc Mon Sep 17 00:00:00 2001 From: "Thiseas C. Lamnidis" Date: Tue, 3 May 2022 16:42:21 +0200 Subject: [PATCH] Update eva.config --- conf/pipeline/eager/eva.config | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/conf/pipeline/eager/eva.config b/conf/pipeline/eager/eva.config index 4c7a721..e1a347b 100644 --- a/conf/pipeline/eager/eva.config +++ b/conf/pipeline/eager/eva.config @@ -197,11 +197,12 @@ process { } withName:kraken_merge { - beforeScript = 'export OPENBLAS_NUM_THREADS=1; export OMP_NUM_THREADS=1' -} + beforeScript = 'export OPENBLAS_NUM_THREADS=1; export OMP_NUM_THREADS=1' + } -withName:multiqc { - beforeScript = 'export OPENBLAS_NUM_THREADS=1; export OMP_NUM_THREADS=1;' + withName:multiqc { + beforeScript = 'export OPENBLAS_NUM_THREADS=1; export OMP_NUM_THREADS=1;' + } } profiles {