Skip to content

Commit

Permalink
Merge branch 'TEMPLATE' of github.com:nf-core/raredisease into nf-cor…
Browse files Browse the repository at this point in the history
…e-tools_update
  • Loading branch information
jemten committed Dec 20, 2023
2 parents a9926bb + f0aa68a commit 41e63b3
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 @@ -154,10 +154,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 41e63b3

Please sign in to comment.