From 9690aab367965d7d4be2e63c98a6843bf75a6438 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Thu, 6 May 2021 23:36:55 -0500 Subject: [PATCH] Add container for new process --- nextflow.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nextflow.config b/nextflow.config index 5406cc2..fbfb2f1 100644 --- a/nextflow.config +++ b/nextflow.config @@ -98,6 +98,9 @@ process { withName:failPreExecutionRun { container = 'gudmaprbk/deriva1.4:1.0.1' } + withName:failPreExecutionRun_seqwho { + container = 'gudmaprbk/deriva1.4:1.0.1' + } withName:failExecutionRun { container = 'gudmaprbk/deriva1.4:1.0.1' } -- GitLab