Skip to content

Commit 969be28

Browse files
authored
Update nextflow.config
1 parent a350ca1 commit 969be28

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

nextflow.config

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ profiles {
191191
}
192192
podman {
193193
podman.enabled = true
194-
podman.registry = 'quay.io'
195194
conda.enabled = false
196195
docker.enabled = false
197196
singularity.enabled = false
@@ -262,8 +261,11 @@ env {
262261
JULIA_DEPOT_PATH = "/usr/local/share/julia"
263262
}
264263

265-
// Set default docker registry (will be unused unless pulling docker images)
264+
// Set default registry for Docker and Podman independent of -profile
265+
// Will not be used unless Docker / Podman are enabled
266+
// Set to your registry if you have a mirror of containers
266267
docker.registry = 'quay.io'
268+
podman.registry = 'quay.io'
267269

268270
def trace_timestamp = new java.util.Date().format( 'yyyy-MM-dd_HH-mm-ss')
269271
timeline {

0 commit comments

Comments
 (0)