diff --git a/modules/nf-core/bedtools/genomecov/bedtools-genomecov.diff b/modules/nf-core/bedtools/genomecov/bedtools-genomecov.diff index 6475cdda5..53d7e34df 100644 --- a/modules/nf-core/bedtools/genomecov/bedtools-genomecov.diff +++ b/modules/nf-core/bedtools/genomecov/bedtools-genomecov.diff @@ -8,7 +8,7 @@ Changes in 'bedtools/genomecov/main.nf': container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'oras://community.wave.seqera.io/library/bedtools_coreutils:ba273c06a3909a15': - 'community.wave.seqera.io/library/bedtools_coreutils:a623c13f66d5262b' }" -+ 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/63/6397750e9730a3fbcc5b4c43f14bd141c64c723fd7dad80e47921a68a7c3cd21': ++ 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/63/6397750e9730a3fbcc5b4c43f14bd141c64c723fd7dad80e47921a68a7c3cd21/data': + 'nf-core/bedtools_coreutils:a623c13f66d5262b' }" input: diff --git a/modules/nf-core/bedtools/genomecov/main.nf b/modules/nf-core/bedtools/genomecov/main.nf index 60d7d9e20..91869ec23 100644 --- a/modules/nf-core/bedtools/genomecov/main.nf +++ b/modules/nf-core/bedtools/genomecov/main.nf @@ -4,7 +4,7 @@ process BEDTOOLS_GENOMECOV { conda "${moduleDir}/environment.yml" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/63/6397750e9730a3fbcc5b4c43f14bd141c64c723fd7dad80e47921a68a7c3cd21': + 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/63/6397750e9730a3fbcc5b4c43f14bd141c64c723fd7dad80e47921a68a7c3cd21/data': 'nf-core/bedtools_coreutils:a623c13f66d5262b' }" input: