From 99c286b57a3d5e0d658ebab71439849243812731 Mon Sep 17 00:00:00 2001 From: Harry Hung <4848896+HarryHung@users.noreply.github.com> Date: Wed, 29 May 2024 17:26:49 +0000 Subject: [PATCH] Fix incorrect thread count issue of LSF profile --- modules/info.nf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/info.nf b/modules/info.nf index ae0aee9..9fcaaf4 100644 --- a/modules/info.nf +++ b/modules/info.nf @@ -472,7 +472,7 @@ process FASTP_VERSION { process UNICYCLER_VERSION { label 'unicycler_container' - label 'farm_low' + label 'farm_high_fallible' output: tuple env(VERSION), env(THREAD) @@ -486,7 +486,7 @@ process UNICYCLER_VERSION { process SHOVILL_VERSION { label 'shovill_container' - label 'farm_low' + label 'farm_high_fallible' output: tuple env(VERSION), env(THREAD)