From 63a1f19a5e81e5f59008e8e87edd8f73ec20d0f0 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Fri, 27 Dec 2019 01:15:35 -0600 Subject: [PATCH] Add singularity automount --- workflow/conf/biohpc.config | 1 + 1 file changed, 1 insertion(+) diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config index 46b8d20..8dfd18a 100755 --- a/workflow/conf/biohpc.config +++ b/workflow/conf/biohpc.config @@ -34,6 +34,7 @@ process { singularity { enabled = true + autoMounts = true cacheDir = '/project/shared/bicf_workflow_ref/singularity_images/' } -- GitLab