From a1127c20daa1431414ffa62bb680333ef921641a Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Tue, 5 Jan 2021 09:54:04 -0600 Subject: [PATCH] Use larger nodes for trim process --- workflow/conf/biohpc.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config index 1036cb9..817a2ab 100755 --- a/workflow/conf/biohpc.config +++ b/workflow/conf/biohpc.config @@ -20,7 +20,7 @@ process { executor = 'local' } withName:trimData { - queue = 'super' + queue = '128GB,256GB,256GBv1,384GB' } withName:getRefInfer { queue = 'super' -- GitLab