Skip to content
Commits on Source (5)
Notes on how this package can be tested.
────────────────────────────────────────
This package can be tested by running the provided test:
sh run-unit-test
in order to confirm its integrity.
Source: vg
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <michael.crusoe@gmail.com>
Build-Depends: debhelper (>= 11~),
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 12),
pv,
pigz,
bsdmainutils,
......@@ -38,7 +38,6 @@ Build-Depends: debhelper (>= 11~),
liblzma-dev,
libcairo2-dev,
libpixman-1-dev,
libffi-dev,
libssw-dev,
librocksdb-dev,
libdeflate-dev,
......@@ -48,7 +47,6 @@ Build-Depends: debhelper (>= 11~),
elfutils,
libdw-dev,
libelf-dev,
samtools,
libraptor2-dev,
libsparsehash-dev,
rapidjson-dev,
......@@ -59,14 +57,15 @@ Build-Depends: debhelper (>= 11~),
# libhts-dev
# libsdsl-dev,
# libvw-dev,
Standards-Version: 4.2.0
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/vg
Vcs-Git: https://salsa.debian.org/med-team/vg.git
Homepage: https://github.com/vgteam/vg#vg
Package: vg
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Breaks: cgvg
Description: tools for working with genome variation graphs
variation graph data structures, interchange formats, alignment, genotyping,
......