From c684a6edba2c8516a0d2cfeafb12489b99d2fffb Mon Sep 17 00:00:00 2001 From: Jim Downie <19718667+prototaxites@users.noreply.github.com> Date: Thu, 10 Aug 2023 13:01:21 +0100 Subject: [PATCH] Update CONCOCT_CONCOCT process label (#3669) * change process label * Fix sklearn conda package * Update main.nf * Update containers --------- Co-authored-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com> Co-authored-by: James A. Fellows Yates --- modules/nf-core/concoct/concoct/main.nf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/nf-core/concoct/concoct/main.nf b/modules/nf-core/concoct/concoct/main.nf index 711df7d655d..536d195d10a 100644 --- a/modules/nf-core/concoct/concoct/main.nf +++ b/modules/nf-core/concoct/concoct/main.nf @@ -1,12 +1,12 @@ process CONCOCT_CONCOCT { tag "$meta.id" - label 'process_low' + label 'process_high' conda "bioconda::concoct=1.1.0" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/concoct:1.1.0--py38h7be5676_2': - 'biocontainers/concoct:1.1.0--py38h7be5676_2' }" + 'https://depot.galaxyproject.org/singularity/concoct:1.1.0--py311h245ed52_4': + 'biocontainers/concoct:1.1.0--py311h245ed52_4' }" input: tuple val(meta), path(coverage_file), path(fasta)