Skip to content

Commit

Permalink
chore(call): restore accidentally-removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Sep 30, 2024
1 parent f8cd709 commit 3f08497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions strkit/call/call_locus.py
Original file line number Diff line number Diff line change
Expand Up @@ -1443,6 +1443,7 @@ def get_read_length_partition_mean(p_idx: int) -> float:
else:
# LIMITATION: Currently can only use SNVs for haplotyping with haploid/diploid

# Second read loop occurs in this function
useful_snvs: list[tuple[int, int]] = process_read_snvs_for_locus_and_calculate_useful_snvs(
left_coord_adj,
right_coord_adj,
Expand Down

0 comments on commit 3f08497

Please sign in to comment.