From 77805028cf29be26a17ce3c4fa69e6d6a50b230a Mon Sep 17 00:00:00 2001 From: mseybold Date: Wed, 6 Nov 2024 13:54:05 +0100 Subject: [PATCH] Update cfc.config Adjusted the time and max_time to the cfc slurm config --- conf/cfc.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/cfc.config b/conf/cfc.config index b0386bf3..cf92a445 100644 --- a/conf/cfc.config +++ b/conf/cfc.config @@ -14,7 +14,7 @@ process { resourceLimits = [ memory: 1992.GB, cpus: 128, - time: 168.h + time: 720.h ] executor = 'slurm' queue = 'qbic' @@ -25,5 +25,5 @@ params { igenomes_base = '/nfsmounts/igenomes' max_memory = 1992.GB max_cpus = 128 - max_time = 168.h + max_time = 720.h }