Skip to content

Commit

Permalink
Update nextflow.config to fix docker.runOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonJM authored Jan 16, 2024
1 parent 42317ee commit 192c86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ 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'
Expand Down

0 comments on commit 192c86f

Please sign in to comment.