From aa884fb910aeae2f89cb03db11e5a1bee71ef4cc Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Thu, 18 Mar 2021 23:55:19 -0500
Subject: [PATCH] Downgrade alignData mem requirement to 64G in dnanexus and
 aws configs

---
 nextflowConf/aws.temp.config | 2 +-
 nextflowConf/dnanexus.config | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nextflowConf/aws.temp.config b/nextflowConf/aws.temp.config
index 77b1f37..1fec369 100644
--- a/nextflowConf/aws.temp.config
+++ b/nextflowConf/aws.temp.config
@@ -61,7 +61,7 @@ process {
   }
   withName:alignData {
     cpus = 32
-    memory = '256 GB'
+    memory = '64 GB'
   }
   withName:dedupData {
     cpus = 16
diff --git a/nextflowConf/dnanexus.config b/nextflowConf/dnanexus.config
index 8b7165f..09f5758 100755
--- a/nextflowConf/dnanexus.config
+++ b/nextflowConf/dnanexus.config
@@ -76,7 +76,7 @@ process {
   withName:alignData {
     machineType = 'mem3_ssd1_v2_x32'
     cpus = 32
-    memory = '256 GB'
+    memory = '64 GB'
   }
   withName:dedupData {
     machineType = 'mem1_ssd1_v2_x16'
-- 
GitLab