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"