Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Dec 16, 2024
1 parent 3a969a4 commit c7cce09
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bwapy/libbwapy.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -326,11 +326,7 @@ cdef class BwaAln:

# TODO: can `_pacseq` be passed here?
# refine gapped alignment
mode: int
mode = int(opt._delegate.mode)
bwa_refine_gapped(self._index._bns, num_seqs, seqs, NULL)
for i in range(num_seqs):
s = &seqs[i]

# create the AlignedSegment from FastxRecrod and bwa_seq_t.
recs = [
Expand Down

0 comments on commit c7cce09

Please sign in to comment.