From f309fa46e2d5d57082dae59283a1fa69ffe92ec2 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Thu, 18 Feb 2021 09:52:28 -0600
Subject: [PATCH] Fix align machinetype in d dnanexus config

---
 conf/dnanexus.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/dnanexus.config b/conf/dnanexus.config
index 69010df..d82ff2b 100755
--- a/conf/dnanexus.config
+++ b/conf/dnanexus.config
@@ -59,7 +59,7 @@ process {
     memory = '32 GB'
   }
   withName:alignData {
-    queue = 'mem3_ssd1_v2_x32'
+    machineType = 'mem3_ssd1_v2_x32'
     cpus = 32
     memory = '256 GB'
   }
-- 
GitLab