diff --git a/modules/nf-core/happy/happy/main.nf b/modules/nf-core/happy/happy/main.nf index a5757db0ee5..2be0ff6c463 100644 --- a/modules/nf-core/happy/happy/main.nf +++ b/modules/nf-core/happy/happy/main.nf @@ -5,8 +5,8 @@ process HAPPY_HAPPY { // WARN: Version information not provided by tool on CLI. Please update version string below when bumping container versions. conda "${moduleDir}/environment.yml" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/hap.py:0.3.14--py27h5c5a3ab_0': - 'biocontainers/hap.py:0.3.14--py27h5c5a3ab_0' }" + 'oras://community.wave.seqera.io/library/hap.py_rtg-tools:020cb72d1cbfac7a': + 'community.wave.seqera.io/library/hap.py_rtg-tools:2ebb433f3ce976d3' }" input: tuple val(meta), path(query_vcf), path(truth_vcf), path(regions_bed), path(targets_bed) diff --git a/modules/nf-core/rtgtools/vcfeval/environment.yml b/modules/nf-core/rtgtools/vcfeval/environment.yml index 8aa83cdc41d..038fc3ccd69 100644 --- a/modules/nf-core/rtgtools/vcfeval/environment.yml +++ b/modules/nf-core/rtgtools/vcfeval/environment.yml @@ -3,3 +3,4 @@ channels: - bioconda dependencies: - bioconda::rtg-tools=3.12.1 + - bioconda::happy-python=0.2.1rc0