Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Dec 19, 2024
1 parent 9a2fe4f commit c2c5f1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bwapy/libbwaindex.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ cdef class BwaIndex:
"""Loads the bwa index.

Args:
bwt: load the BWT (FM-index)
bns: load the BNS (reference sequence metadata)
pac: load the PAC (the actual 2-bit encoded reference sequences with 'N' converted to a
bwt (bool): load the BWT (FM-index)
bns (bool): load the BNS (reference sequence metadata)
pac (bool): load the PAC (the actual 2-bit encoded reference sequences with 'N' converted to a
random base)
"""
cdef int mode
Expand Down

0 comments on commit c2c5f1f

Please sign in to comment.