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
|
Source: axe-demultiplexer
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Kevin Murray <kdmfoss@gmail.com>
Section: science
Priority: optional
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 10),
cmake,
zlib1g-dev,
libqes-dev,
libgsl-dev,
python-sphinx,
Vcs-Browser: https://anonscm.debian.org/git/debian-med/axe-demultiplexer.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/axe-demultiplexer.git
Homepage: https://github.com/kdmurray91/axe
Package: axe-demultiplexer
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Trie-based DNA sequencing read demultiplexer
Axe very rapidly selects the optimal barcode present in a sequence read, even
in the presence of sequencing errors. The algorithm is able to handle
combinatorial barcoding, barcodes of differing length, and several mismatches
per barcode.
|