From d6102dab6d5afab919bd600daa64f071799c90dc Mon Sep 17 00:00:00 2001 From: Simon Pearce <24893913+SPPearce@users.noreply.github.com> Date: Thu, 30 Jun 2022 17:43:34 +0100 Subject: [PATCH] NGSCheckMate doesn't generate a pdf for only one sample, made optional output (#1839) NGSCheckMate doesn't generate a pdf if only one sample is included, made optional Co-authored-by: Simon Pearce Co-authored-by: Harshil Patel --- modules/ngscheckmate/ncm/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ngscheckmate/ncm/main.nf b/modules/ngscheckmate/ncm/main.nf index 2712c984..0898cee8 100644 --- a/modules/ngscheckmate/ncm/main.nf +++ b/modules/ngscheckmate/ncm/main.nf @@ -12,7 +12,7 @@ process NGSCHECKMATE_NCM { path fasta output: - path "*.pdf" , emit: pdf + path "*.pdf" , emit: pdf, optional: true path "*_corr_matrix.txt", emit: corr_matrix path "*_matched.txt" , emit: matched path "*_all.txt" , emit: all