From 192c86f6eaa6210e27ae1c7510a2b3103e6667e8 Mon Sep 17 00:00:00 2001 From: Carson J Miller <68351153+CarsonJM@users.noreply.github.com> Date: Tue, 16 Jan 2024 12:14:55 -0800 Subject: [PATCH] Update nextflow.config to fix docker.runOptions --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index eb46310d..626b2d3f 100644 --- a/nextflow.config +++ b/nextflow.config @@ -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'