From 8ea08743790bef9d5fee0b85652439d7131bb545 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Thu, 13 Aug 2020 11:10:47 -0500 Subject: [PATCH] Fix getRefs to use super --- workflow/conf/biohpc.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config index 6626513..6d1aa69 100755 --- a/workflow/conf/biohpc.config +++ b/workflow/conf/biohpc.config @@ -19,7 +19,7 @@ process { queue = 'super' } withName: getRefInfer { - executor = 'super' + queue = 'super' } withName: downsampleData { executor = 'local' @@ -31,7 +31,7 @@ process { queue = 'super' } withName: getRef { - executor = 'super' + queue = 'super' } withName: alignData { queue = '256GB,256GBv1' -- GitLab