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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Source: libsmithwaterman
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
d-shlibs,
libdisorder-dev
Standards-Version: 4.2.0
Vcs-Browser: https://salsa.debian.org/med-team/libsmithwaterman
Vcs-Git: https://salsa.debian.org/med-team/libsmithwaterman.git
Homepage: https://github.com/ekg/smithwaterman
Package: libsmithwaterman0
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Description: determine similar regions between two strings or genomic sequences (lib)
The Smith–Waterman algorithm performs local sequence alignment; that is,
for determining similar regions between two strings or nucleotide or
protein sequences. Instead of looking at the total sequence, the
Smith–Waterman algorithm compares segments of all possible lengths and
optimizes the similarity measure.
.
This package contains the dynamic library.
Package: libsmithwaterman-dev
Architecture: any
Section: libdevel
Depends: libsmithwaterman0 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends},
libdisorder-dev
Description: determine similar regions between two strings or genomic sequences (devel)
The Smith–Waterman algorithm performs local sequence alignment; that is,
for determining similar regions between two strings or nucleotide or
protein sequences. Instead of looking at the total sequence, the
Smith–Waterman algorithm compares segments of all possible lengths and
optimizes the similarity measure.
.
This is the development package containing the statically linked
library and the header files.
Package: smithwaterman
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: determine similar regions between two strings or genomic sequences
The Smith–Waterman algorithm performs local sequence alignment; that is,
for determining similar regions between two strings or nucleotide or
protein sequences. Instead of looking at the total sequence, the
Smith–Waterman algorithm compares segments of all possible lengths and
optimizes the similarity measure.
|