From 0d5907c2c625c8233ccf95dff86f7dad8b74435b Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Wed, 15 Nov 2017 07:24:12 -0600
Subject: [PATCH] Change to local executor.

---
 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 d986fe2..d382fe8 100644
--- a/workflow/conf/biohpc.config
+++ b/workflow/conf/biohpc.config
@@ -37,7 +37,7 @@ process {
   }
   $poolAndPsuedoReads {
     module = ['python/3.6.1-2-anaconda']
-    cpus = 32
+    executor = 'local'
   }
   $callPeaksMACS {
     module = ['python/3.6.1-2-anaconda', 'phantompeakqualtools/1.2', 'macs/2.1.0-20151222', 'UCSC_userApps/v317']
-- 
GitLab