From 224f3a9737cd5755e03b81d439bdf1045367cd6c Mon Sep 17 00:00:00 2001 From: prototaxites Date: Thu, 10 Aug 2023 12:53:37 +0000 Subject: [PATCH] Update other concoct containers --- modules/nf-core/concoct/concoctcoveragetable/main.nf | 4 ++-- modules/nf-core/concoct/cutupfasta/main.nf | 4 ++-- modules/nf-core/concoct/extractfastabins/main.nf | 4 ++-- modules/nf-core/concoct/mergecutupclustering/main.nf | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/nf-core/concoct/concoctcoveragetable/main.nf b/modules/nf-core/concoct/concoctcoveragetable/main.nf index 1833fb679ee..21f0f218a96 100644 --- a/modules/nf-core/concoct/concoctcoveragetable/main.nf +++ b/modules/nf-core/concoct/concoctcoveragetable/main.nf @@ -5,8 +5,8 @@ process CONCOCT_CONCOCTCOVERAGETABLE { 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(bed), path(bamfiles), path(baifiles) diff --git a/modules/nf-core/concoct/cutupfasta/main.nf b/modules/nf-core/concoct/cutupfasta/main.nf index 8610bd5351e..dba2fc58e2b 100644 --- a/modules/nf-core/concoct/cutupfasta/main.nf +++ b/modules/nf-core/concoct/cutupfasta/main.nf @@ -5,8 +5,8 @@ process CONCOCT_CUTUPFASTA { 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(fasta) diff --git a/modules/nf-core/concoct/extractfastabins/main.nf b/modules/nf-core/concoct/extractfastabins/main.nf index 0fe49b2f4f1..102ea934ae4 100644 --- a/modules/nf-core/concoct/extractfastabins/main.nf +++ b/modules/nf-core/concoct/extractfastabins/main.nf @@ -4,8 +4,8 @@ process CONCOCT_EXTRACTFASTABINS { 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(original_fasta), path(csv) diff --git a/modules/nf-core/concoct/mergecutupclustering/main.nf b/modules/nf-core/concoct/mergecutupclustering/main.nf index 74bbdafcbed..d95efde34a8 100644 --- a/modules/nf-core/concoct/mergecutupclustering/main.nf +++ b/modules/nf-core/concoct/mergecutupclustering/main.nf @@ -4,8 +4,8 @@ process CONCOCT_MERGECUTUPCLUSTERING { 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(clustering_csv)