File: libcbgzf.pxd

package info (click to toggle)
python-pysam 0.23.3%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,464 kB
  • sloc: ansic: 158,947; python: 8,806; makefile: 264; sh: 79
file content (7 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# cython: language_level=3

from pysam.libchtslib cimport BGZF

cdef class BGZFile(object):
    cdef BGZF *bgzf
    cdef readonly object name, index