From 07d73df9def48ac926ea3fbdae52bc81eba4711f Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Wed, 29 Nov 2017 17:21:26 -0600
Subject: [PATCH] Fix order of loading phantompeakqualtools.

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