Skip to content

Commit

Permalink
Fixed docker.runOptions merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonJM committed Feb 1, 2024
1 parent a8a0e94 commit ebfb6d3
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 @@ -245,7 +245,7 @@ profiles {
shifter.enabled = false
charliecloud.enabled = false
apptainer.enabled = false
docker.docker.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 ebfb6d3

Please sign in to comment.