From 6b857db1b5871058b17d3594ef4335a00343d75c Mon Sep 17 00:00:00 2001 From: Sofia Stamouli <91951607+sofstam@users.noreply.github.com> Date: Mon, 11 Dec 2023 09:25:26 +0100 Subject: [PATCH] Update cg/meta/workflow/nf_analysis.py Co-authored-by: Henrik Stranneheim --- cg/meta/workflow/nf_analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cg/meta/workflow/nf_analysis.py b/cg/meta/workflow/nf_analysis.py index ac54d9c3a2..52de024769 100644 --- a/cg/meta/workflow/nf_analysis.py +++ b/cg/meta/workflow/nf_analysis.py @@ -337,7 +337,7 @@ def get_multiqc_json_metrics( ] def validate_qc_metrics(self, case_id: str, dry_run: bool = False) -> None: - """Validate the information from a qc metrics deliverable file.""" + """Validate the information from a QC metrics deliverable file.""" if dry_run: LOG.info("Dry-run: QC metrics validation would be performed")