Source: hinge
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@debian.org>
Build-Depends:
	debhelper (>=9),
	cmake,
	libspdlog-dev,
	libboost-dev,
	libboost-graph-dev,
	libhdf5-dev,
	zlib1g-dev,
	pandoc,
# Run-Time-Depends:
# (to prevent building where not installable)
	python,
	daligner,
	dazzdb,
	dascrubber,
	python-numpy,
	python-ujson,
	python-configparser,
	python-colormap,
	python-pbcore,
	python-networkx,
	python-matplotlib,
Standards-Version: 4.1.3
Homepage: https://github.com/HingeAssembler/HINGE
Vcs-Git: https://anonscm.debian.org/git/debian-med/hinge.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/hinge.git

Package: hinge
Architecture: any
Depends:
	${shlibs:Depends},
	${misc:Depends},
	python,
	daligner,
	dazzdb,
	dascrubber,
	python-numpy,
	python-ujson,
	python-configparser,
	python-colormap,
	python-pbcore,
	python-networkx,
	python-matplotlib,
Description: long read genome assembler based on hinging
 HINGE is a genome assembler that seeks to achieve optimal repeat resolution
 by distinguishing repeats that can be resolved given the data from those that
 cannot. This is accomplished by adding “hinges” to reads for constructing an
 overlap graph where only unresolvable repeats are merged. As a result, HINGE
 combines the error resilience of overlap-based assemblers with
 repeat-resolution capabilities of de Bruijn graph assemblers.
