diff --git a/modules/nf-core/merqury/merqury/environment.yml b/modules/nf-core/merqury/merqury/environment.yml index 84dc78d983b8..cd82819c39c8 100644 --- a/modules/nf-core/merqury/merqury/environment.yml +++ b/modules/nf-core/merqury/merqury/environment.yml @@ -4,4 +4,4 @@ channels: - conda-forge - bioconda dependencies: - - bioconda::merqury=1.3 + - bioconda::merqury=1.3=hdfd78af_4 diff --git a/modules/nf-core/merqury/merqury/main.nf b/modules/nf-core/merqury/merqury/main.nf index e1509ba02c1c..0fb81d3450d7 100644 --- a/modules/nf-core/merqury/merqury/main.nf +++ b/modules/nf-core/merqury/merqury/main.nf @@ -5,8 +5,8 @@ process MERQURY_MERQURY { // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions. conda "${moduleDir}/environment.yml" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/merqury:1.3--hdfd78af_1': - 'biocontainers/merqury:1.3--hdfd78af_1' }" + 'https://depot.galaxyproject.org/singularity/merqury:1.3--hdfd78af_4': + 'biocontainers/merqury:1.3--hdfd78af_4' }" input: tuple val(meta), path(meryl_db), path(assembly)