From a2571d3b1967a4427f70f63a6a242f1c059d2dda Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Thu, 14 Mar 2019 18:37:06 -0500
Subject: [PATCH] Add in phantompeak in config.

---
 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 a02494a..5d388c6 100644
--- a/workflow/conf/biohpc.config
+++ b/workflow/conf/biohpc.config
@@ -41,7 +41,7 @@ process {
     executor = 'local'
   }
   withName: callPeaksMACS {
-    module = ['python/3.6.1-2-anaconda', 'macs/2.1.0-20151222', 'UCSC_userApps/v317', 'bedtools/2.26.0']
+    module = ['python/3.6.1-2-anaconda', 'macs/2.1.0-20151222', 'UCSC_userApps/v317', 'bedtools/2.26.0', 'phantompeakqualtools/1.2']
     queue = '128GB,256GB,256GBv1'
   }
   withName: consensusPeaks {
-- 
GitLab