From c1d6c6f64a25c37d200fe50ea5b0d161e84720ae Mon Sep 17 00:00:00 2001
From: s181706 <jonathan.gesell@utsouthwestern.edu>
Date: Fri, 14 Feb 2020 12:06:51 -0600
Subject: [PATCH] Updated queues for some processes based on observed resource
 usage.

---
 workflow/conf/biohpc.config | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config
index 88787a7..a6f5fba 100755
--- a/workflow/conf/biohpc.config
+++ b/workflow/conf/biohpc.config
@@ -16,17 +16,20 @@ process {
     executor = 'local'
   }
   withName:trimData {
-    queue = '128GB,256GB,256GBv1'
+    queue = 'super'
   }
   withName:alignData {
     queue = '256GB,256GBv1'
   }
   withName: dedupData {
-    queue = '128GB,256GB,256GBv1'
+    queue = 'super'
   }
   withName: fastqc {
     queue = 'super'
   }
+  withName: makeBigWig {
+    queue = 'super'
+  }
 }
 
 singularity {
-- 
GitLab