Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
huzuner authored Oct 18, 2024
1 parent b530bb4 commit e6518e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/common.smk
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e6518e3

Please sign in to comment.