Skip to content
Commits on Source (2)
libvcflib (1.0.0~rc2+dfsg-4) unstable; urgency=medium
* Move manpage to vcflib-tools package
Closes: #933649
-- Andreas Tille <tille@debian.org> Thu, 01 Aug 2019 14:39:28 +0200
libvcflib (1.0.0~rc2+dfsg-3) unstable; urgency=medium
* Move vcf2tsv and vcfkeepinfo to /usr/bin since it is needed by freebayes
......
......@@ -76,6 +76,8 @@ Depends: ${shlibs:Depends},
r-cran-plyr,
r-cran-ggplot2,
r-cran-gridbase
Breaks: libvcflib1 (<= 1.0.0~rc2+dfsg-3)
Replaces: libvcflib1 (<= 1.0.0~rc2+dfsg-3)
Suggests: r-cran-pracma
Description: C++ library for parsing and manipulating VCF files (tools)
The Variant Call Format (VCF) is a flat-file, tab-delimited textual format
......