diff --git a/nextflow.config b/nextflow.config index b4b14003..b686a231 100644 --- a/nextflow.config +++ b/nextflow.config @@ -255,10 +255,10 @@ profiles { // Set default registry for Apptainer, Docker, Podman and Singularity independent of -profile // Will not be used unless Apptainer / Docker / Podman / Singularity are enabled // Set to your registry if you have a mirror of containers -// apptainer.registry = 'quay.io' -// docker.registry = 'quay.io' -// podman.registry = 'quay.io' -// singularity.registry = 'quay.io' +apptainer.registry = 'quay.io' +docker.registry = 'quay.io' +podman.registry = 'quay.io' +singularity.registry = 'quay.io' // Nextflow plugins plugins {