From a89e6e2e9df29af2ce81fb9024741361b144a55d Mon Sep 17 00:00:00 2001 From: Sofia Stamouli <91951607+sofstam@users.noreply.github.com> Date: Thu, 7 Dec 2023 18:24:33 +0100 Subject: [PATCH] Apply review suggestion Co-authored-by: Henrik Stranneheim --- cg/meta/workflow/taxprofiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cg/meta/workflow/taxprofiler.py b/cg/meta/workflow/taxprofiler.py index 88047c2cae..b99846d68d 100644 --- a/cg/meta/workflow/taxprofiler.py +++ b/cg/meta/workflow/taxprofiler.py @@ -132,7 +132,7 @@ def get_multiqc_per_sample( ) -> list[MetricsBase]: """Return MultiQC values per sample.""" sample_name: str = sample.name - multiqc_json: MultiqcDataJson = MultiqcDataJson( + multiqc_json: = MultiqcDataJson( **read_json(file_path=self.get_multiqc_json_path(case_id=case_id)) ) metrics_values: dict = {}