Skip to content

Commit

Permalink
Update src/chanjo2/meta/handle_d4.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jakob Willforss <Jakob37@users.noreply.github.com>
  • Loading branch information
northwestwitch and Jakob37 authored Sep 30, 2024
1 parent b70e6bf commit f6ec8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chanjo2/meta/handle_d4.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def get_samples_sex_metrics(d4_file_path: str) -> Dict:
def get_gene_overview_stats(
sql_intervals: List[SQLTranscript],
samples: List[ReportQuerySample],
completeness_thresholds=List[int],
completeness_thresholds: List[int],
) -> Dict[str, list]:
"""Returns stats to be included in the gene overview page."""
interval_ids_coords: List[Tuple[str, Tuple[str, int, int]]] = [
Expand Down

0 comments on commit f6ec8da

Please sign in to comment.