Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Dec 16, 2024
1 parent e3e93ad commit 766f6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bwapy/libbwapy.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ cdef class BwaAln:
attrs["MD"] = bwa_cal_md1(seq.n_cigar, seq.cigar, seq.len, seq.pos,
seq.rseq if seq.strand else seq.seq, self._index._bns.l_pac,
self._pacseq, kstr, &nm)
rec.set_tags(list(attrs.items()))
# rec.set_tags(list(attrs.items()))
# # TODO:the custom bwa tags: XT, NM, XN, SM, AM, X0, X1, XM, XO, XG, XA, HN

return rec
Expand Down

0 comments on commit 766f6bd

Please sign in to comment.