Skip to content

Commit

Permalink
Comment out container registry definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
drpatelh committed Aug 21, 2023
1 parent 4a875d8 commit e1f00d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,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 {
Expand Down

0 comments on commit e1f00d4

Please sign in to comment.