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 = {}