diff --git a/workflow/rules/workflow_reporting.smk b/workflow/rules/workflow_reporting.smk
index cf72225ed965f39a063e6d036dea85c44dc925fe..23d9c525ce6dbc1cf8a26ba80d4999b562f695b1 100644
--- a/workflow/rules/workflow_reporting.smk
+++ b/workflow/rules/workflow_reporting.smk
@@ -30,7 +30,10 @@ rule snakemake_report:
     params:
         #style_sheet = STYLE_SHEET
     input:
-        final_outputs = get_final_outputs()
+        final_outputs = get_final_outputs(),
+        summary = "results/10_Reports/snakemake/files-summary.txt",
+        #graph = "results/10_Reports/snakemake/{graph_type}.{ext}",
+        multiqc = "results/10_Reports/multiqc/",
     output:
         report = "results/10_Reports/snakemake/workflow-report.html"
     log:
diff --git a/workflow/scripts/__pycache__/functions.cpython-312.pyc b/workflow/scripts/__pycache__/functions.cpython-312.pyc
index fdd647dd1b36ee59351ccc4699da028c7b8e2e26..a2b197c5146556f8a4983e5b3e05db163057bdbe 100644
Binary files a/workflow/scripts/__pycache__/functions.cpython-312.pyc and b/workflow/scripts/__pycache__/functions.cpython-312.pyc differ