From a57f7e87d08178306a7500780d68d92b63062948 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Fri, 8 Jan 2021 09:56:06 -0600 Subject: [PATCH] Add 4hr time limit for all processes (biohpc.config) --- workflow/conf/biohpc.config | 1 + 1 file changed, 1 insertion(+) diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config index d2323f3..4b6cbd1 100755 --- a/workflow/conf/biohpc.config +++ b/workflow/conf/biohpc.config @@ -6,6 +6,7 @@ process { executor = 'slurm' queue = 'super' clusterOptions = '--hold' + time = '4hr' errorStrategy = 'retry' maxRetries = 1 -- GitLab