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
|
Source: lambda-align
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <satta@debian.org>,
Michael R. Crusoe <michael.crusoe@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper (>= 12~),
libseqan2-dev,
cmake,
zlib1g-dev,
libbz2-dev,
openssl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/lambda-align
Vcs-Git: https://salsa.debian.org/med-team/lambda-align.git
Homepage: https://seqan.github.io/lambda
Package: lambda-align
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Suggests: cwl-runner
Description: Local Aligner for Massive Biological DatA
Lambda is a local biosequence aligner optimized for many query sequences
and searches in protein space. It is compatible to the de facto standard tool
BLAST, but often outperforms the best currently available alternatives at
reproducing BLAST’s results and is the fastest compared with the current
state of the art at comparable levels of sensitivity.
|