Skip to content

Commit

Permalink
Small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiara Rasi committed Sep 30, 2024
1 parent a4584af commit db68c25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- Updated tests workflow to cargo install the latest d4tools from git (master branch)
- Computing coverage completeness stats using d4tools `perc_cov` stat function (much quicker reports)
- Moved functions computing the coverage stats to a separate `meta/handle_coverage_stats.py` module
- Refactored gene code computing stats for gene overview
- Refactored code collecting stats shown on gene overview report
### Fixed
- Updated dependencies including `certifi` to address dependabot alert
- Update pytest to v.7.4.4 to address a `ReDoS` vulnerability
Expand Down
2 changes: 1 addition & 1 deletion src/chanjo2/meta/handle_d4.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def get_gene_overview_stats(
sql_intervals: List[SQLTranscript],
samples: List[ReportQuerySample],
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]]] = [
(interval.ensembl_id, (interval.chromosome, interval.start, interval.stop))
Expand Down

0 comments on commit db68c25

Please sign in to comment.