From 2aeefa2f32a829a6caa29d0b8ea565394acde9b2 Mon Sep 17 00:00:00 2001 From: Proginski Date: Tue, 9 Jul 2024 11:14:40 +0200 Subject: [PATCH] update apptainer.registry --- nextflow.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nextflow.config b/nextflow.config index 8f9a345..b17db59 100644 --- a/nextflow.config +++ b/nextflow.config @@ -246,10 +246,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' +apptainer.registry = '' docker.registry = '' -podman.registry = 'quay.io' -singularity.registry = 'quay.io' +podman.registry = '' +singularity.registry = '' // Export these variables to prevent local Python/R libraries from conflicting with those in the container // The JULIA depot path has been adjusted to a fixed path `/usr/local/share/julia` that needs to be used for packages in the container.