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 authored and edmundmiller committed Jan 25, 2024
1 parent 15b8ff3 commit ec24cfb
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 @@ -130,10 +130,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 ec24cfb

Please sign in to comment.