Source: cyvcf2 Maintainer: Debian Med Packaging Team Uploaders: Steffen Moeller , Liubov Chuprikova Section: science Testsuite: autopkgtest-pkg-python Priority: optional Build-Depends: debhelper (>= 12~), dh-python, zlib1g-dev, cython, cython3, python-all-dev, python-setuptools, python3-setuptools, python3-all-dev, python-numpy, python3-numpy, python-coloredlogs, python3-coloredlogs, python-click, python3-click, python-nose, python3-nose, libssl-dev, libcurl4-gnutls-dev|libcurl4-openssl-dev, libhts-dev, libbz2-dev Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/med-team/cyvcf2 Vcs-Git: https://salsa.debian.org/med-team/cyvcf2.git Homepage: https://github.com/brentp/cyvcf2 Package: python-cyvcf2 Architecture: any Section: python Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends} Suggests: python-cyvcf2-doc Description: VCF parser based on htslib (Python 2) This modules allows fast parsing of VCF and BCF including region-queries with Python. This is essential for efficient analyses of nucleotide variation with Python on high-throughput sequencing data. . cyvcf2 is a cython wrapper around htslib. Attributes like variant.gt_ref_depths return a numpy array directly so they are immediately ready for downstream use. . This package installs the library for Python 2. Package: python3-cyvcf2 Architecture: any Section: python Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends} Suggests: python-cyvcf2-doc Description: VCF parser based on htslib (Python 3) This modules allows fast parsing of VCF and BCF including region-queries with Python. This is essential for efficient analyses of nucleotide variation with Python on high-throughput sequencing data. . cyvcf2 is a cython wrapper around htslib. Attributes like variant.gt_ref_depths return a numpy array directly so they are immediately ready for downstream use. . This package installs the library for Python 3.