From 312e0c24f6f940265d69fbd950895c9b9d56eef1 Mon Sep 17 00:00:00 2001 From: arnaudbore Date: Fri, 8 Dec 2023 09:36:47 -0500 Subject: [PATCH] add no home option --- nextflow.config | 1 + 1 file changed, 1 insertion(+) diff --git a/nextflow.config b/nextflow.config index f13887b..e0d0f4f 100644 --- a/nextflow.config +++ b/nextflow.config @@ -190,6 +190,7 @@ if(params.processes) { } singularity.autoMounts = true +singularity.runOptions = "--no-home" profiles {