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
|
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>,
Pranav Ballaney <ballaneypranav@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
default-jdk
Build-Depends-Indep: junit4,
javahelper,
icedtea-netx,
asciidoctor,
maven-repo-helper
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/jaligner
Vcs-Git: https://salsa.debian.org/med-team/jaligner.git
Homepage: https://github.com/ahmedmoustafa/JAligner
Rules-Requires-Root: no
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.
|