File: control

package info (click to toggle)
gbrowse 2.56%2Bdfsg-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,144 kB
  • sloc: perl: 50,765; javascript: 15,890; sh: 227; sql: 62; makefile: 50; ansic: 27
file content (116 lines) | stat: -rw-r--r-- 3,945 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Source: gbrowse
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Olivier Sallou <osallou@debian.org>,
           Charles Plessy <plessy@debian.org>,
           Aaron M. Ucko <ucko@debian.org>,
           Andreas Tille <tille@debian.org>
Section: science
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: bioperl,
               debhelper-compat (= 13),
               dh-apache2,
               dh-exec,
               apache2-dev,
               libbio-graphics-perl,
               libbio-coordinate-perl,
               libbio-db-seqfeature-perl,
               libcapture-tiny-perl,
               libcgi-session-perl,
               libgd-gd2-perl | libgd-gd2-noxpm-perl,
               libio-string-perl,
               libjson-perl,
               libstatistics-descriptive-perl,
               libwww-perl,
               libhttp-daemon-perl,
               perl,
               sqlite3,
               libdbd-sqlite3-perl,
               libterm-readkey-perl,
               libjs-prototype,
               libjs-scriptaculous,
               libvm-ec2-perl,
               libmodule-build-perl,
               libcgi-pm-perl,
               rename
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/gbrowse
Vcs-Git: https://salsa.debian.org/med-team/gbrowse.git
Homepage: http://gmod.org/wiki/GBrowse
Rules-Requires-Root: no

Package: gbrowse
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${perl:Depends},
         apache2 | httpd-cgi,
         bioperl,
         libbio-graphics-perl,
         libbio-coordinate-perl,
         libbio-db-seqfeature-perl,
         libcgi-session-perl,
         libgd-gd2-noxpm-perl | libgd-gd2-perl,
         libio-string-perl,
         libjson-perl,
         libstatistics-descriptive-perl,
         libwww-perl,
         libhttp-daemon-perl,
         libterm-readkey-perl,
         sqlite3,
         libdbd-sqlite3-perl,
         libjs-prototype,
         libjs-scriptaculous,
         libvm-ec2-perl,
         lsb-base
Recommends: ${misc:Recommends}
Suggests: gbrowse-data,
          gbrowse-calign,
          libfile-nfslock-perl
Description: GMOD Generic Genome Browser
 Generic Genome Browser is a simple but highly
 configurable web-based genome browser. It is a component of the
 Generic Model Organism Systems Database project (GMOD).
 Some of its features:
  * Simultaneous bird's eye and detailed views of the genome;
  * Scroll, zoom, center;
  * Attach arbitrary URLs to any annotation;
  * Order and appearance of tracks are customizable by administrator and
    end-user;
  * Search by annotation ID, name, or comment;
  * Supports third party annotation using GFF formats;
  * Settings persist across sessions;
  * DNA and GFF dumps;
  * Connectivity to different databases, including BioSQL and Chado;
  * Multi-language support;
  * Third-party feature loading;
  * Customizable plug-in architecture (e.g. run BLAST, dump & import many
    formats, find oligonucleotides, design primers, create restriction maps,
    edit features).

Package: gbrowse-data
Architecture: all
Depends: ${misc:Depends}
Recommends: gbrowse
Description: Sample data to use GBrowse
 Generic Genome Browser is a simple but highly
 configurable web-based genome browser. It is a component of the
 Generic Model Organism Systems Database project (GMOD).
 .
 This package contains sample data to test the gbrowse tool
 with the Yeast genome.

Package: gbrowse-calign
Architecture: any
Depends: ${perl:Depends},
         ${shlibs:Depends},
         ${misc:Depends},
         gbrowse
Multi-Arch: same
Description: CAlign helper
 Generic Genome Browser is a simple but highly
 configurable web-based genome browser. It is a component of the
 Generic Model Organism Systems Database project (GMOD).
 .
 This package provides the CAlign helper
 for use with Realign. It speeds up Smith-Waterman alignment.