From 2b4b2e9b4e88237ca7a4a076ac241af32a7a8133 Mon Sep 17 00:00:00 2001
From: s181706 <jonathan.gesell@utsouthwestern.edu>
Date: Tue, 15 Oct 2019 10:21:35 -0500
Subject: [PATCH] Corrected Singularity CacheDir

---
 workflow/conf/biohpc.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config
index 6bd7db1..10bb43a 100755
--- a/workflow/conf/biohpc.config
+++ b/workflow/conf/biohpc.config
@@ -32,7 +32,7 @@ tower {
 
 singularity {
   enabled = true
-  cacheDir = '/project/BICF/BICF_Core/s181706/github/gudmap/rna-seq/workflow/singularity'
+  cacheDir = '/project/shared/bicf_workflow_ref/singularity_images/'
 }
 
 env {
-- 
GitLab