Skip to content

Commit

Permalink
Merge pull request #2607 from nf-core/maxulysse-patch-2
Browse files Browse the repository at this point in the history
Update nextflow.config
  • Loading branch information
maxulysse committed Dec 20, 2023
2 parents fc72cc9 + 4440d9b commit 1236c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nf_core/pipeline-template/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ profiles {
shifter.enabled = false
charliecloud.enabled = false
apptainer.enabled = false
runOptions = '-u $(id -u):$(id -g)'
docker.runOptions = '-u $(id -u):$(id -g)'
}
arm {
docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64'
docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64'
}
singularity {
singularity.enabled = true
Expand Down

0 comments on commit 1236c70

Please sign in to comment.