Skip to content

Commit

Permalink
Merge branch 'TEMPLATE' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterius committed Dec 20, 2023
2 parents 71b2d5f + 7fcda23 commit a6161b5
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 @@ -104,10 +104,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 a6161b5

Please sign in to comment.