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)