From 486cdfce5f7db8e53372ed92ab53190f0d368a80 Mon Sep 17 00:00:00 2001 From: marchoeppner Date: Wed, 7 Aug 2019 13:19:16 +0200 Subject: [PATCH 1/2] 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 { From 3b638e9ccdb93ab29c95b80fe5c2c1fb76e6b56d Mon Sep 17 00:00:00 2001 From: marchoeppner Date: Tue, 3 Sep 2019 15:37:15 +0200 Subject: [PATCH 2/2] Fixing typo in ccga_dx config --- conf/ccga_dx.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/ccga_dx.config b/conf/ccga_dx.config index a5c600b..1f92b0d 100644 --- a/conf/ccga_dx.config +++ b/conf/ccga_dx.config @@ -13,7 +13,7 @@ params { singularity { enabled = true - runOoptions = "-B /mnt" + runOptions = "-B /mnt" } executor {