Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Jan 18, 2025
1 parent 97d5aaa commit a6378a6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pybwa/libbwamem.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,6 @@ cdef class BwaMem:
cdef bseq1_t* seq
cdef char* s_char
cdef kstring_t* kstr
cdef mem_alnreg_v mem_alnregs
cdef int take_all
cdef size_t j
cdef char **XA
Expand Down Expand Up @@ -926,8 +925,6 @@ cdef class BwaMem:
else:
self._add_sa_tag(mapped_recs)
recs_to_return.append(mapped_recs)
sys.stderr.write(f"[loop] end free'ing mem_alnregs.a i={i}\n")
free(mem_alnregs.a)

sys.stderr.write(f"[loop] end free'ing\n")
for i in range(num_seqs):
Expand Down

0 comments on commit a6378a6

Please sign in to comment.