From d262bb16eb25e518aed83b2b9d4ab11948b2ed85 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Fri, 14 Aug 2020 12:53:29 -0500
Subject: [PATCH] Update configs

---
 workflow/configs/aws.config     | 12 ++++++++----
 workflow/configs/cluster.config |  3 ---
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/workflow/configs/aws.config b/workflow/configs/aws.config
index 4a3fe56..3fd7dc5 100644
--- a/workflow/configs/aws.config
+++ b/workflow/configs/aws.config
@@ -28,6 +28,14 @@ process {
     cpus = 2
     memory = '30 GB'
   }
+  withName: count400 {
+    cpus = 2
+    memory = '30 GB'
+  }
+  withName: downstreamViz {
+    cpus = 2
+    memory = '1 GB'
+  }
   withName: versions {
     cpus = 3
     memory = '1 GB'
@@ -36,8 +44,4 @@ process {
     cpus = 1
     memory = '1 GB'
   }
-  withName: downstreamViz {
-    cpus = 1
-    memory = '1 GB'
-  }
 }
diff --git a/workflow/configs/cluster.config b/workflow/configs/cluster.config
index fe73734..d1f5293 100644
--- a/workflow/configs/cluster.config
+++ b/workflow/configs/cluster.config
@@ -12,9 +12,6 @@ process {
   withName: count211 {
     queue = '128GB,256GB,256GBv1,384GB'
   }
-  withName: count220 {
-    queue = '128GB,256GB,256GBv1,384GB'
-  }
   withName: count302 {
     queue = '128GB,256GB,256GBv1,384GB'
   }
-- 
GitLab