diff --git a/modules/local/hicpro/build_contact_maps.nf b/modules/local/hicpro/build_contact_maps.nf index 8ff454039ffd0de513160fe0ecec4e7519d4fe42..c4e46169f5c3f518a43676b7980bc2ca867196f4 100644 --- a/modules/local/hicpro/build_contact_maps.nf +++ b/modules/local/hicpro/build_contact_maps.nf @@ -5,7 +5,7 @@ process BUILD_CONTACT_MAPS{ conda "conda-forge::sed=4.7" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://depot.galaxyproject.org/singularity/ubuntu:20.04' : - 'quay.io/nfcore/ubuntu:20.04' }" + 'nfcore/ubuntu:20.04' }" input: tuple val(meta), path(vpairs), val(resolution)