From 810cfffb89f6ebdfad013d350cb9c9c511bef41f Mon Sep 17 00:00:00 2001
From: s181706 <jonathan.gesell@utsouthwestern.edu>
Date: Thu, 19 Mar 2020 13:58:42 -0500
Subject: [PATCH] Changed executor to local for inferMetaData to attempt to run
 quicker.

---
 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 83fac1f..554df8b 100755
--- a/workflow/conf/biohpc.config
+++ b/workflow/conf/biohpc.config
@@ -28,7 +28,7 @@ process {
     queue = 'super'
   }
   withName:inferMetadata {
-    queue = 'super'
+    executor = 'local'
   }
   withName: makeBigWig {
     queue = 'super'
-- 
GitLab