From 47e9c3e61fc85f49daf13e8a7ae5d76992508025 Mon Sep 17 00:00:00 2001 From: s181706 <jonathan.gesell@utsouthwestern.edu> Date: Thu, 19 Mar 2020 14:19:13 -0500 Subject: [PATCH] Reverted to using SLURM with super queue. --- 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 554df8b..83fac1f 100755 --- a/workflow/conf/biohpc.config +++ b/workflow/conf/biohpc.config @@ -28,7 +28,7 @@ process { queue = 'super' } withName:inferMetadata { - executor = 'local' + queue = 'super' } withName: makeBigWig { queue = 'super' -- GitLab