From a36cfc7b6e4ee0989d03ac4016dd26723dc92de8 Mon Sep 17 00:00:00 2001 From: Venkat Malladi <venkat.malladi@utsouthwestern.edu> Date: Fri, 15 Jan 2021 06:39:35 -0600 Subject: [PATCH] Fix process name in config file --- workflow/nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/nextflow.config b/workflow/nextflow.config index 8d23a6c..b7a36ff 100644 --- a/workflow/nextflow.config +++ b/workflow/nextflow.config @@ -88,7 +88,7 @@ process { withName:finalizeExecutionRun { container = 'gudmaprbk/deriva1.4:1.0.0' } - withName:failPreExecutionRun { + withName:failPreExecutionRun_fastq { container = 'gudmaprbk/deriva1.4:1.0.0' } withName:failExecutionRun { -- GitLab