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: jaligner
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Tim Booth <tbooth@ceh.ac.uk>,
Michael R. Crusoe <michael.crusoe@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
default-jdk
Build-Depends-Indep: junit4,
javahelper,
icedtea-netx-common,
asciidoctor,
maven-repo-helper
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/jaligner.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/jaligner.git
Homepage: https://github.com/ahmedmoustafa/JAligner
Package: jaligner
Architecture: all
Depends: ${java:Depends},
${misc:Depends},
default-jre-headless
Suggests: default-jre
Description: Smith-Waterman algorithm with Gotoh's improvement
JAligner is an open source Java implementation of the Smith-Waterman
algorithm with Gotoh's improvement for biological local pairwise sequence
alignment with the affine gap penalty model.
|