From 4c9dff2196ad88aae85fe98a949669b689db9a96 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Thu, 13 Aug 2020 10:49:24 -0500
Subject: [PATCH] Run all getRefs on super (runniung by study overutilizes
 local)

---
 workflow/conf/biohpc.config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config
index 1bcf1d4..6626513 100755
--- a/workflow/conf/biohpc.config
+++ b/workflow/conf/biohpc.config
@@ -19,7 +19,7 @@ process {
     queue = 'super'
   }
   withName: getRefInfer {
-    executor = 'local'
+    executor = 'super'
   }
   withName: downsampleData {
     executor = 'local'
@@ -31,7 +31,7 @@ process {
     queue = 'super'
   }
   withName: getRef {
-    executor = 'local'
+    executor = 'super'
   }
   withName: alignData {
     queue = '256GB,256GBv1'
-- 
GitLab