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 Oct 4, 2024
1 parent fd726c7 commit afd3e8b
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 @@ -165,7 +165,7 @@ def get_gene_overview_stats(
) # 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
# create a temp bed file containing transcripts coordinates
bed_lines = [
f"{coords[0]}\t{coords[1]}\t{coords[2]}" for _, coords in interval_ids_coords
]
Expand Down

0 comments on commit afd3e8b

Please sign in to comment.