From 515b0f10488b15a26301048d6664a1cac6aaa898 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Thu, 18 Mar 2021 17:34:31 -0500 Subject: [PATCH] Fix dnanexus.config --- nextflowConf/dnanexus.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nextflowConf/dnanexus.config b/nextflowConf/dnanexus.config index 58531a4..8b7165f 100755 --- a/nextflowConf/dnanexus.config +++ b/nextflowConf/dnanexus.config @@ -54,7 +54,9 @@ process { memory = '1 GB' } withName:alignSampleDataERCC { - queue = '128GB,256GB,256GBv1,384GB' + machineType = 'mem3_ssd1_v2_x16' + cpus = 16 + memory = '32 GB' } withName:alignSampleData { machineType = 'mem3_ssd1_v2_x16' -- GitLab