From b42b3742178d1fd0a79c0f2a57a6f122a5a1ca7b Mon Sep 17 00:00:00 2001 From: Martin Beracochea Date: Fri, 27 Sep 2024 12:28:57 +0100 Subject: [PATCH] Adjust the scratch dir for the embl_hd profile --- conf/embl_hd.config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/embl_hd.config b/conf/embl_hd.config index 08a6dd8..e46cb29 100644 --- a/conf/embl_hd.config +++ b/conf/embl_hd.config @@ -12,8 +12,7 @@ process { cache = 'lenient' afterScript = 'sleep 10' queue = { (task.time <= 14.d && task.memory < 256.GB && (task.memory.div(task.cpus)) <= 4.GB) ? "htc-el8" : "bigmem" } - - scratch = true + scratch = '$SCRATCHDIR' } executor {