File: control

package info (click to toggle)
jaligner 1.0%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 936 kB
  • sloc: java: 4,080; xml: 51; makefile: 14; sh: 11
file content (28 lines) | stat: -rw-r--r-- 1,051 bytes parent folder | download
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 (>= 11~),
               default-jdk
Build-Depends-Indep: junit4,
                     javahelper,
                     icedtea-netx,
                     asciidoctor,
                     maven-repo-helper
Standards-Version: 4.2.1
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

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.