From 35aaa9d164717f8646306539ca6e60e6ce66d6a8 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Fri, 19 Mar 2021 09:31:23 -0500 Subject: [PATCH] Downgrade alignData for dnanexus and aws --- nextflowConf/aws.temp.config | 4 ++-- nextflowConf/dnanexus.config | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nextflowConf/aws.temp.config b/nextflowConf/aws.temp.config index 1fec369..a5133aa 100644 --- a/nextflowConf/aws.temp.config +++ b/nextflowConf/aws.temp.config @@ -60,8 +60,8 @@ process { memory = '1 GB' } withName:alignData { - cpus = 32 - memory = '64 GB' + cpus = 16 + memory = '32 GB' } withName:dedupData { cpus = 16 diff --git a/nextflowConf/dnanexus.config b/nextflowConf/dnanexus.config index 09f5758..d7c1029 100755 --- a/nextflowConf/dnanexus.config +++ b/nextflowConf/dnanexus.config @@ -75,8 +75,8 @@ process { } withName:alignData { machineType = 'mem3_ssd1_v2_x32' - cpus = 32 - memory = '64 GB' + cpus = 16 + memory = '32 GB' } withName:dedupData { machineType = 'mem1_ssd1_v2_x16' -- GitLab