From 574234625e7efb918a2ed110cfe78dfe05cc17ab Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Fri, 8 Jan 2021 10:12:03 -0600
Subject: [PATCH] Fix time param

---
 workflow/conf/biohpc.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config
index 4b6cbd1..8cfc34a 100755
--- a/workflow/conf/biohpc.config
+++ b/workflow/conf/biohpc.config
@@ -6,7 +6,7 @@ process {
   executor = 'slurm'
   queue = 'super'
   clusterOptions = '--hold'
-  time = '4hr'
+  time = '4h'
   errorStrategy = 'retry'
   maxRetries = 1
 
-- 
GitLab