From c873e243b817f671ae5bbd64817398fa9d862bfe Mon Sep 17 00:00:00 2001 From: William Roberts Date: Wed, 22 May 2024 11:27:30 +0100 Subject: [PATCH] Removing docker.userEmulation from config --- configs/nextflow.config | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/nextflow.config b/configs/nextflow.config index f2c1d6c..7415f4e 100644 --- a/configs/nextflow.config +++ b/configs/nextflow.config @@ -266,7 +266,6 @@ profiles { docker { docker.enabled = true - docker.userEmulation = true singularity.enabled = false conda.enabled = false }