From 486cdfce5f7db8e53372ed92ab53190f0d368a80 Mon Sep 17 00:00:00 2001 From: marchoeppner Date: Wed, 7 Aug 2019 13:19:16 +0200 Subject: [PATCH] Updating CCGA configs - adding cache dir and mount points --- conf/ccga.config | 1 + conf/ccga_dx.config | 1 + 2 files changed, 2 insertions(+) diff --git a/conf/ccga.config b/conf/ccga.config index b9130e0..6163626 100644 --- a/conf/ccga.config +++ b/conf/ccga.config @@ -14,6 +14,7 @@ params { singularity { enabled = true runOptions = "-B /ifs -B /scratch -B /work_beegfs" + cacheDir = "/ifs/data/nfs_share/ikmb_repository/singularity_cache/" } executor { diff --git a/conf/ccga_dx.config b/conf/ccga_dx.config index 0af95e7..a5c600b 100644 --- a/conf/ccga_dx.config +++ b/conf/ccga_dx.config @@ -13,6 +13,7 @@ params { singularity { enabled = true + runOoptions = "-B /mnt" } executor {