Skip to content

Commit

Permalink
change type
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbio committed Jan 27, 2025
1 parent 5f10606 commit 513b978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/meta/workflow/balsamic.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ def get_swegen_verified_path(self, variants: Variants) -> str | None:
return swegen_file

def should_soft_filter_normal(
self, config_case: dict, verified_panel_bed: bool
self, config_case: dict, verified_panel_bed: str | None
) -> dict[str, bool]:
"""Sets soft_filter_normal to True for all TGA tumor normal paired analyses."""
return {
Expand Down

0 comments on commit 513b978

Please sign in to comment.