From a52d2a8ca4b95ef7897b86b9a8eb7251f725e328 Mon Sep 17 00:00:00 2001 From: Venkat Malladi <venkat.malladi@utsouthwestern.edu> Date: Fri, 29 Jun 2018 12:08:27 -0500 Subject: [PATCH] Update biohpc.config to deal with queue --- workflow/conf/biohpc.config | 1 + 1 file changed, 1 insertion(+) diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config index 647927e..a15c0eb 100644 --- a/workflow/conf/biohpc.config +++ b/workflow/conf/biohpc.config @@ -1,6 +1,7 @@ process { executor = 'slurm' queue = 'super' + clusterOptions = '--hold' // Process specific configuration $checkDesignFile { -- GitLab