Skip to content

Commit 0ad0970

Browse files
committed
Template update for nf-core/tools version 2.11.1
1 parent efff19f commit 0ad0970

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nextflow.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ profiles {
111111
shifter.enabled = false
112112
charliecloud.enabled = false
113113
apptainer.enabled = false
114-
runOptions = '-u $(id -u):$(id -g)'
114+
docker.runOptions = '-u $(id -u):$(id -g)'
115115
}
116116
arm {
117-
docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64'
117+
docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64'
118118
}
119119
singularity {
120120
singularity.enabled = true

0 commit comments

Comments
 (0)