From 16e9161243e6ec83b58cc5fa72f615adc5df0c28 Mon Sep 17 00:00:00 2001
From: Jonathan Gesell <jonathan.gesell@utsouthwestern.edu>
Date: Fri, 8 Nov 2019 11:01:57 -0600
Subject: [PATCH] Update 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 d221fee..0cd366b 100755
--- a/workflow/conf/biohpc.config
+++ b/workflow/conf/biohpc.config
@@ -1,6 +1,7 @@
 process {
   executor = 'slurm'
   queue = 'super'
+  clusterOptions = '--hold'
 
   // Process specific configuration
   withName:splitData {
-- 
GitLab