diff --git a/src/reform.py b/src/reform.py index 336a49c..1f03175 100644 --- a/src/reform.py +++ b/src/reform.py @@ -163,6 +163,9 @@ def run(args): kmer_idx = 0 while move_count < sig_move_offset + 1: + if i >= len(mv): + print(sam_record.query_name) + print("i >= len(mv)") value = mv[i] if value == 1: move_count += 1