diff --git a/workflow/configs/aws.config b/workflow/configs/aws.config
index 5e28c1edf8f29b7ab2d7554a8cc387e08699fb51..4a3fe56ba5511fce8824b4b78368eebc0ea6f7ff 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 77c404425eeef6abf8e9ff6e25f10145b4868783..204342112850b5965a7d165bf472489ecbbbdf07 100644
--- a/workflow/configs/cluster.config
+++ b/workflow/configs/cluster.config
@@ -30,4 +30,7 @@ process {
   withName: multiqc {
     executor = 'local'
   }
+  withName: downstreamViz {
+    executor = '32GB'
+  }
 }