From 2c52af4ab200f62753ce2c2aebe133011bca0999 Mon Sep 17 00:00:00 2001 From: Beatriz Vinhas Date: Tue, 21 May 2024 14:28:46 +0200 Subject: [PATCH] Include multiqc_report for mip-dna delivery (#3259)(patch) ### Added - "multiqc-html" tag to "MIP_DNA_ANALYSIS_CASE_TAGS. --- cg/constants/delivery.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cg/constants/delivery.py b/cg/constants/delivery.py index 75f3425358..5368a11fbe 100644 --- a/cg/constants/delivery.py +++ b/cg/constants/delivery.py @@ -78,6 +78,7 @@ MIP_DNA_ANALYSIS_CASE_TAGS: list[set[str]] = [ {"delivery-report"}, + {"multiqc-html"}, {"vcf-clinical-sv-bin"}, {"vcf-clinical-sv-bin-index"}, {"vcf-research-sv-bin"},