From 1867a8157e0ef3030714fa0771a0d3a10c2bec73 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Mon, 4 Jan 2021 18:16:31 -0600 Subject: [PATCH] Fix fail execution run condition --- workflow/rna-seq.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/rna-seq.nf b/workflow/rna-seq.nf index b423a68..75364b9 100644 --- a/workflow/rna-seq.nf +++ b/workflow/rna-seq.nf @@ -1954,7 +1954,7 @@ process failExecutionRun { when: upload - fastqCountError_failExecutionRun == 'true' || pipelineError_failExecutionRun == 'true' + fastqCountError == 'true' || pipelineError == 'true' script: """ -- GitLab