File: control

package info (click to toggle)
wise 2.4.1-19
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 26,256 kB
  • ctags: 23,922
  • sloc: ansic: 276,365; makefile: 1,003; perl: 886; lex: 93; yacc: 81; sh: 24
file content (67 lines) | stat: -rw-r--r-- 2,880 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
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
55
56
57
58
59
60
61
62
63
64
65
66
67
Source: wise
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>,
           Charles Plessy <plessy@debian.org>,
           Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Testsuite: autopkgtest
Build-Depends: debhelper (>= 9),
               texlive-latex-base,
               texlive-extra-utils,
               hevea,
               docbook-to-man,
               libglib2.0-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/wise/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/wise/trunk/
Homepage: http://www.ebi.ac.uk/~birney/wise2/

Package: wise
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         wise-data (= ${source:Version})
Suggests: wise-doc (= ${source:Version})
Description: comparison of biopolymers, like DNA and protein sequences
 Wise2 is a package focused on comparisons of biopolymers, commonly DNA
 and protein sequences. There are many other packages which do
 this, probably the best known being BLAST package (from NCBI) and the 
 Fasta package (from Bill Pearson). There are other packages, such as
 the HMMER package (Sean Eddy) or SAM package (UC Santa Cruz) focused
 on hidden Markov models (HMMs) of biopolymers.
 .
 Wise2's particular forte is the comparison of DNA sequence at the level
 of its protein translation. This comparison allows the simultaneous
 prediction of say gene structure with homology based alignment.
 .
 Wise2 also contains other algorithms, such as the venerable Smith-Waterman
 algorithm, or more modern ones such as Stephen Altschul's generalised
 gap penalties, or even experimental ones developed in house, such as
 dba. The development of these algorithms is due to the ease of developing
 such algorithms in the environment used by Wise2. 
 .
 Wise2 has also been written with an eye for reuse and maintainability. 
 Although it is a pure C package you can access its functionality 
 directly in Perl. Parts of the package (or the entire package) can
 be used by other C or C++ programs without namespace clashes as all
 externally linked variables have the unique identifier Wise2 prepended.

Package: wise-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: wise (= ${source:Version}),
            xpdf-reader | pdf-viewer
Description: documentation for the wise package
 This package contains the documentation for Wise2, a package focused on
 comparisons of biopolymers, commonly DNA and protein sequences.

Package: wise-data
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: wise (= ${source:Version})
Description: data files for the wise package
 This package contains data files for Wise2, a package focused on
 comparisons of biopolymers, commonly DNA and protein sequences.