Source: bcftools
Standards-Version: 4.7.4
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
 Michael R. Crusoe <crusoe@debian.org>,
 Étienne Mollier <emollier@debian.org>,
Section: science
Build-Depends:
 debhelper-compat (= 14),
 zlib1g-dev,
 libbz2-dev,
 liblzma-dev,
 libhts-dev (>= 1.24),
 libgsl-dev,
 tabix <!nocheck>,
 libio-pty-perl <!nocheck>,
Vcs-Browser: https://salsa.debian.org/med-team/bcftools
Vcs-Git: https://salsa.debian.org/med-team/bcftools.git
Homepage: https://samtools.github.io/bcftools/

Package: bcftools
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Recommends:
 perl,
 python3-gffutils,
 python3-matplotlib,
Suggests:
# These are needed for plot-vcfstats
 python3,
 python3-numpy,
 texlive-latex-recommended,
Description: genomic variant calling and manipulation of VCF/BCF files
 BCFtools is a set of utilities that manipulate variant calls in the
 Variant Call Format (VCF) and its binary counterpart BCF. All commands work
 transparently with both VCFs and BCFs, both uncompressed and BGZF-compressed.
