File: control

package info (click to toggle)
neobio 0.0.20030929-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 3,216 kB
  • sloc: java: 3,231; sh: 39; makefile: 19
file content (27 lines) | stat: -rw-r--r-- 971 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
Source: neobio
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Christoph Gille <christophgil@googlemail.com>,
           Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               default-jdk,
               javahelper
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/neobio
Vcs-Git: https://salsa.debian.org/med-team/neobio.git
Homepage: http://neobio.sourceforge.net/
Rules-Requires-Root: no

Package: neobio
Architecture: all
Depends: default-jre,
         java-wrappers,
         ${misc:Depends},
         ${java:Depends}
Suggests: strap
Enhances: strap
Description: computes alignments of amino acid and nucleotide sequences
 Library and graphical user interface for pairwise sequence alignments.
 Implementation of the dynamic programming methods of Needleman & Wunsch
 (global alignment) and Smith & Waterman (local alignment).