From a7aca37bc85e43a17ae0df942559a10b01a64542 Mon Sep 17 00:00:00 2001 From: Rogan Grant Date: Mon, 6 Sep 2021 15:15:46 -0500 Subject: [PATCH] Set autoMounts to true --- conf/nu_genomics.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/nu_genomics.config b/conf/nu_genomics.config index 9c7d4b4..a8e9e02 100644 --- a/conf/nu_genomics.config +++ b/conf/nu_genomics.config @@ -13,6 +13,7 @@ params singularity { enabled = true + autoMounts = true cacheDir = "/projects/b1042/singularity_cache" } @@ -27,4 +28,4 @@ process executor { submitRateLimit = '1sec' -} \ No newline at end of file +}