diff --git a/conf/computerome.config b/conf/computerome.config index 34b1121..e4f41e8 100644 --- a/conf/computerome.config +++ b/conf/computerome.config @@ -5,6 +5,7 @@ params { config_profile_url = 'https://www.computerome.dk/' project = null schema_ignore_params = "project" + singularity_cache_dir = { "/home/projects/$params.project/scratch" } //Thin nodes with 192GB and Fat nodes with ~1500GB. Torque should be allowed to handle this max_memory = 1500.GB @@ -17,7 +18,7 @@ params { singularity { enabled = true autoMounts = true - cacheDir = { "/home/projects/$params.project/scratch" } + cacheDir = params.singularity_cache_dir } process {