From e2a27abe790416db0b84a1f728d2f579452f05fa Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Fri, 14 Feb 2020 21:04:51 -0600
Subject: [PATCH] Revert "Updated queues for some processes based on observed
 resource usage."

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

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