1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: cyvcf2
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>,
Liubov Chuprikova <chuprikovalv@gmail.com>,
Nilesh Patra <npatra974@gmail.com>
Section: science
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
zlib1g-dev,
cython3,
python3-setuptools,
python3-all-dev,
python3-numpy,
python3-coloredlogs,
python3-click,
python3-nose,
libssl-dev,
libcurl4-gnutls-dev|libcurl4-openssl-dev,
libhts-dev,
libbz2-dev,
help2man <!nodoc>
Standards-Version: 4.5.1
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
Rules-Requires-Root: no
Package: python3-cyvcf2
Architecture: any
Section: python
Depends: ${python3:Depends},
${misc:Depends},
${shlibs:Depends},
python3-coloredlogs,
python3-click
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.
|