Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Jan 11, 2025
1 parent e006885 commit 93f4f34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pybwa/libbwamem.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ cdef class BwaMem:

# copy FastqProxy into bwa_seq_t
num_seqs = len(queries)
mem_opt = opt.mem_opt()

seqs = <kstring_t*>calloc(sizeof(kstring_t), num_seqs)
for i in range(num_seqs):
Expand Down

0 comments on commit 93f4f34

Please sign in to comment.