Skip to content

Commit 0cd5e98

Browse files
committed
debug stuff
1 parent 7c2bc45 commit 0cd5e98

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

strkit/call/call_locus.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,10 @@ def get_locus_alignment_data_from_read(
939939
)
940940
# TODO: find a way of making use of these reads (e.g., C9orf72 expansion)
941941
# if locus_read_coords.full_left_flank:
942-
# print(segment.query_sequence[locus_read_coords.left_flank_end:])
942+
# print("left flank only", segment.query_sequence[locus_read_coords.left_flank_end:])
943+
# print(repr(locus_read_coords))
944+
# print(locus_with_ref_data.right_coord_adj, locus_with_ref_data.ref_right_flank_seq)
945+
# print(segment.aligned_coords.pair_at_idx(len(segment.aligned_coords) - 1))
943946
return None
944947

945948
if not (left := locus_read_coords.full_left_flank) or not locus_read_coords.full_right_flank:

0 commit comments

Comments
 (0)