Skip to content

Commit

Permalink
Better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiara Rasi committed Sep 30, 2024
1 parent 86bc652 commit a4584af
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
@@ -162,7 +162,7 @@ def get_gene_overview_stats(
]
interval_ids_coords = tuple(
set(sort_interval_ids_coords(interval_ids_coords))
) # removes duplicates
) # removes duplicates and orders intervals by chromosome, start and stop
transcripts_stats = {interval_id: [] for interval_id, _ in interval_ids_coords}

# crete a temp bed file containing transcripts coordinates

0 comments on commit a4584af

Please sign in to comment.