We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efff19f commit 0ad0970Copy full SHA for 0ad0970
.github/workflows/release-announcments.yml renamed to .github/workflows/release-announcements.yml
nextflow.config
@@ -111,10 +111,10 @@ profiles {
111
shifter.enabled = false
112
charliecloud.enabled = false
113
apptainer.enabled = false
114
- runOptions = '-u $(id -u):$(id -g)'
+ docker.runOptions = '-u $(id -u):$(id -g)'
115
}
116
arm {
117
- docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64'
+ docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64'
118
119
singularity {
120
singularity.enabled = true
0 commit comments