Skip to content

Commit

Permalink
chore(call): update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Nov 19, 2024
1 parent 9e18fdf commit 155b0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strkit/call/call_locus.py
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@ def get_read_length_partition_mean(p_idx: int) -> float:
# Need latter term for peaks that we overwrite if we revert to "dist" assignment:
if not single_or_dist_assign:
if (rp := rd.get("p")) is not None:
# Already has a peak from using SNV data; add it to the right allele_reads list.
# Already has a peak from using HP or SNV data; add it to the right allele_reads list.
allele_reads[rp].append(r)

if count_kmers in ("peak", "both"):
Expand Down

0 comments on commit 155b0ff

Please sign in to comment.