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 <simon.pearce@cruk.manchester.ac.uk>
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
Simon Pearce 2022-06-30 17:43:34 +01:00 committed by GitHub
parent a363c12d71
commit d6102dab6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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