From 23641b6b2b3bb822c4937570a9051d7aa3268968 Mon Sep 17 00:00:00 2001 From: Martin Beracochea Date: Thu, 10 Oct 2024 09:42:56 +0100 Subject: [PATCH] Fix typo in embl_hd configuration file --- conf/embl_hd.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/embl_hd.config b/conf/embl_hd.config index 10e60fa..d9fff5f 100644 --- a/conf/embl_hd.config +++ b/conf/embl_hd.config @@ -5,7 +5,7 @@ apptainer { docker.enabled = false pullTimeout = "3 hours" // the default is 20 minutes and fails with large images envWhitelist = 'CUDA_VISIBLE_DEVICES' // allow the bounding of GPU visible device variable into the containers - cacheDir = params.singularity_cachedir ? '$NFX_SINGULARITY_CACHEDIR' + cacheDir = params.singularity_cachedir ?: '$NFX_SINGULARITY_CACHEDIR' } process {