1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: hilive
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
cmake,
libboost-system-dev,
libboost-filesystem-dev,
libboost-iostreams-dev,
libboost-program-options-dev,
libhts-dev,
libseqan2-dev,
zlib1g-dev,
liblz4-dev,
chrpath,
discount
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/hilive
Vcs-Git: https://salsa.debian.org/med-team/hilive.git
Homepage: https://gitlab.com/rki_bioinformatics/HiLive2
Rules-Requires-Root: no
Package: hilive
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: realtime alignment of Illumina reads
HiLive is a read mapping tool that maps Illumina HiSeq (or comparable)
reads to a reference genome right in the moment when they are produced.
This means, read mapping is finished as soon as the sequencer is
finished generating the data.
|