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 33 34
|
Source: kalign
Standards-Version: 4.7.3
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
Charles Plessy <plessy@debian.org>,
Andreas Tille <tille@debian.org>,
Section: science
Build-Depends:
debhelper-compat (= 13),
libsimde-dev,
cmake,
Vcs-Browser: https://salsa.debian.org/med-team/kalign
Vcs-Git: https://salsa.debian.org/med-team/kalign.git
Homepage: https://msa.sbc.su.se/
Rules-Requires-Root: no
Package: kalign
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Enhances:
bioperl-run,
t-coffee,
Built-Using:
${simde:Built-Using},
Description: Global and progressive multiple sequence alignment
Kalign is a command line tool to perform multiple alignment of
biological sequences. It employs the Muth-Manber string-matching
algorithm, to improve both the accuracy and speed of the alignment.
It uses global, progressive alignment approach, enriched by employing
an approximate string-matching algorithm to calculate sequence
distances and by incorporating local matches into the otherwise global
alignment.
|