From 734904206ab5510fcaa596539300eb8a6895b5be Mon Sep 17 00:00:00 2001 From: Venkat Malladi <venkat.malladi@utsouthwestern.edu> Date: Fri, 15 Jan 2021 06:40:14 -0600 Subject: [PATCH] Update biohpc.config --- 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 8cfc34a..a3b1632 100755 --- a/workflow/conf/biohpc.config +++ b/workflow/conf/biohpc.config @@ -82,7 +82,7 @@ process { withName:finalizeExecutionRun { executor = 'local' } - withName:failPreExecutionRun { + withName:failPreExecutionRun_fastq { executor = 'local' } withName:failPreExecutionRun { -- GitLab