From fd188a99b0f2ec17c5f52d1ed03dcc2c9f5c829f Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Thu, 13 Aug 2020 22:41:05 -0500
Subject: [PATCH] Add downstreamViz processes to configs

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

diff --git a/workflow/configs/aws.config b/workflow/configs/aws.config
index 5e28c1e..4a3fe56 100644
--- a/workflow/configs/aws.config
+++ b/workflow/configs/aws.config
@@ -36,4 +36,8 @@ 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 77c4044..2043421 100644
--- a/workflow/configs/cluster.config
+++ b/workflow/configs/cluster.config
@@ -30,4 +30,7 @@ process {
   withName: multiqc {
     executor = 'local'
   }
+  withName: downstreamViz {
+    executor = '32GB'
+  }
 }
-- 
GitLab