Skip to content

Commit

Permalink
Template update for nf-core/tools version 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nf-core-bot committed Dec 20, 2023
1 parent a7dc216 commit 7fcda23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,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 7fcda23

Please sign in to comment.