Skip to content

Commit

Permalink
fix: recover get_report_batches functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
huzuner committed Sep 2, 2024
1 parent fddfbc0 commit 1d293f1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions workflow/rules/common.smk
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,8 @@ def get_final_output(wildcards):
):
final_output.extend(
expand(
"results/datavzrd-report/{group}.{event}.{calling_type}.fdr-controlled",
group=(
variants_groups
if calling_type == "variants"
else fusions_groups
),
"results/datavzrd-report/{batch}.{event}.{calling_type}.fdr-controlled",
batch=get_report_batches(calling_type),
event=get_calling_events(calling_type),
calling_type=calling_type,
)
Expand Down

0 comments on commit 1d293f1

Please sign in to comment.