Source: freebayes
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Brad Chapman <chapmanb@50mail.com>,
           Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               meson,
               ninja-build,
               pkg-config,
               zlib1g-dev,
               libbamtools-dev,
               libvcflib-dev (>= 1.0.0~rc2+dfsg-3~),
               libtabixpp-dev,
               libseqlib-dev (>= 1.1.2+dfsg-5),
               bc,
               samtools,
               parallel <!nocheck>,
               libvcflib-tools <!nocheck>,
               debhelper
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/freebayes
Vcs-Git: https://salsa.debian.org/med-team/freebayes.git
Homepage: https://github.com/ekg/freebayes
Rules-Requires-Root: no

Package: freebayes
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Recommends: parallel
Description: Bayesian haplotype-based polymorphism discovery and genotyping
 FreeBayes is a Bayesian genetic variant detector designed to find
 small polymorphisms, specifically SNPs (single-nucleotide
 polymorphisms), indels (insertions and deletions), MNPs
 (multi-nucleotide polymorphisms), and complex events (composite
 insertion and substitution events) smaller than the length of a
 short-read sequencing alignment.
