From 79c863456d7e1ce6996847358462954c0f218c05 Mon Sep 17 00:00:00 2001 From: Edu Date: Tue, 15 Oct 2024 20:17:23 +0200 Subject: [PATCH] Updated containers to 2.7.1 that enables the pod5 file support --- modules/nf-core/toulligqc/environment.yml | 2 +- modules/nf-core/toulligqc/main.nf | 4 ++-- modules/nf-core/toulligqc/meta.yml | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/nf-core/toulligqc/environment.yml b/modules/nf-core/toulligqc/environment.yml index 2d160afe2da..a2049d263c0 100644 --- a/modules/nf-core/toulligqc/environment.yml +++ b/modules/nf-core/toulligqc/environment.yml @@ -4,4 +4,4 @@ channels: - conda-forge - bioconda dependencies: - - "bioconda::toulligqc=2.5.6" + - "bioconda::toulligqc=2.7.1" diff --git a/modules/nf-core/toulligqc/main.nf b/modules/nf-core/toulligqc/main.nf index 71ced04314f..c0ee87fcc5a 100644 --- a/modules/nf-core/toulligqc/main.nf +++ b/modules/nf-core/toulligqc/main.nf @@ -4,8 +4,8 @@ process TOULLIGQC { conda "${moduleDir}/environment.yml" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/toulligqc:2.5.6--pyhdfd78af_0': - 'biocontainers/toulligqc:2.5.6--pyhdfd78af_0' }" + 'https://depot.galaxyproject.org/singularity/toulligqc:2.7.1--pyhdfd78af_0': + 'biocontainers/toulligqc:2.7.1--pyhdfd78af_0' }" input: diff --git a/modules/nf-core/toulligqc/meta.yml b/modules/nf-core/toulligqc/meta.yml index b269eccf801..0409470be46 100644 --- a/modules/nf-core/toulligqc/meta.yml +++ b/modules/nf-core/toulligqc/meta.yml @@ -74,3 +74,4 @@ authors: - "@Salome-Brunon" maintainers: - "@Salome-Brunon" + - "@eperezme"