Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiara Rasi committed Oct 4, 2024
1 parent 99f5197 commit 30ae18e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/chanjo2/meta/handle_d4.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ def get_gene_overview_stats(
interval_ids_coords = tuple(
sort_interval_ids_coords(set(interval_ids_coords))
) # removes duplicates and orders intervals by chromosome, start and stop
LOG.warning(interval_ids_coords)
transcripts_stats = {interval_id: [] for interval_id, _ in interval_ids_coords}

# create a temp bed file containing transcripts coordinates
Expand Down

0 comments on commit 30ae18e

Please sign in to comment.