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
ps22 committed Dec 21, 2023
1 parent 8ad250a commit 7849589
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 @@ -107,10 +107,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 7849589

Please sign in to comment.