From 2ed81fb6e1814927343f69875ee2e998b45ad151 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Thu, 13 Aug 2020 11:32:47 -0500
Subject: [PATCH] Run getData on super

---
 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 6d1aa69..efe86be 100755
--- a/workflow/conf/biohpc.config
+++ b/workflow/conf/biohpc.config
@@ -10,7 +10,7 @@ process {
     executor = 'local'
   }
   withName: getData {
-    executor = 'local'
+    queue = 'super'
   }
   withName: parseMetadata {
     executor = 'local'
-- 
GitLab