Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Dec 18, 2024
1 parent 7926d0e commit 0fc456f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bwapy/libbwamem.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ cdef class BwaMem:
self._copy_seq(queries[i], seq)
mem_alnregs = mem_align1(mem_opt, self._index.bwt(), self._index.bns(), self._index.pac(), seq.l, seq.s)
if opt.query_coord_as_primary:
mem_reorder_primary5(opt.minimum_scoren, &mem_alnregs)
mem_reorder_primary5(opt.minimum_score, &mem_alnregs)

# mimic mem_reg2sam from bwamem.c
recs = []
Expand Down

0 comments on commit 0fc456f

Please sign in to comment.