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
|
Source: blasr
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),
python,
cmake,
libboost-dev,
libhdf5-dev,
zlib1g-dev,
libpbseq-dev (>= 0~20160912),
libpbbam-dev,
Standards-Version: 3.9.8
Homepage: https://github.com/PacificBiosciences/blasr
Vcs-Git: https://anonscm.debian.org/git/debian-med/blasr.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/blasr.git
Package: blasr
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
libpbseq (>= 0~20160912),
libpbbam,
Description: mapping single-molecule sequencing reads
Basic local alignment with successive refinement (BLASR) is a method
for mapping single-molecule sequencing reads against a reference genome.
Such reads are thousands of bases long, with divergence between them
and the genome being dominated by insertion and deletion error.
|