Skip to content

Commit

Permalink
Fixed quay.io
Browse files Browse the repository at this point in the history
  • Loading branch information
svarona committed Nov 2, 2023
1 parent 66be601 commit 67f531e
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 @@ -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 {
Expand Down

0 comments on commit 67f531e

Please sign in to comment.