From 1b010843723a3d61f25f427332ca4e6c536141ce Mon Sep 17 00:00:00 2001 From: Adam Talbot Date: Tue, 18 Jul 2023 10:41:59 +0100 Subject: [PATCH] Remove duplicate registry setting from nextflow.config --- nextflow.config | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nextflow.config b/nextflow.config index bdfb7672..a86e4add 100644 --- a/nextflow.config +++ b/nextflow.config @@ -237,13 +237,6 @@ env { // Capture exit codes from upstream processes when piping process.shell = ['/bin/bash', '-euo', 'pipefail'] -// Set default registry for Docker and Podman independent of -profile -// Will not be used unless Docker / Podman are enabled -// Set to your registry if you have a mirror of containers -singularity.registry = 'quay.io' -docker.registry = 'quay.io' -podman.registry = 'quay.io' - def trace_timestamp = new java.util.Date().format( 'yyyy-MM-dd_HH-mm-ss') timeline { enabled = true