From e6518e3370115009194a239b9b73708d9dd22ff2 Mon Sep 17 00:00:00 2001 From: Hamdiye Uzuner Date: Fri, 18 Oct 2024 11:17:42 +0200 Subject: [PATCH] chore --- workflow/rules/common.smk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/rules/common.smk b/workflow/rules/common.smk index 6fd8d06e..3a29dd20 100644 --- a/workflow/rules/common.smk +++ b/workflow/rules/common.smk @@ -140,7 +140,7 @@ def get_final_output(wildcards): for calling_type in calling_types: if config["report"]["activate"]: - for event in config["calling"]["fdr-control"]["events"]: + for event in get_calling_events(calling_type): if lookup( dpath=f"calling/fdr-control/events/{event}/report", within=config,