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
|
Source: libchado-perl
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Scott Cain <scain@cpan.org>,
Steffen Moeller <moeller@debian.org>,
Olivier Sallou <osallou@debian.org>,
Andreas Tille <tille@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 11~)
Build-Depends-Indep: perl,
libclass-dbi-pg-perl,
libxml-libxslt-perl,
liblog-log4perl-perl,
bioperl,
libgo-perl,
libdbd-pg-perl,
libdbi-perl,
libgd-gd2-perl,
libdigest-md5-file-perl,
libgraph-perl,
libdata-stag-perl,
libxml-perl,
libclass-dbi-perl,
libclass-dbi-pager-perl,
libxml-simple-perl,
libwww-perl,
libtemplate-perl,
libcgi-session-perl,
libsql-translator-perl,
libdbix-dbstag-perl,
libmodule-build-perl
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/libchado-perl
Vcs-Git: https://salsa.debian.org/med-team/libchado-perl.git
Homepage: http://gmod.org/wiki/Chado
Package: libchado-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
postgresql-client,
libbio-chado-schema-perl,
libclass-dbi-pg-perl,
libxml-libxslt-perl,
liblog-log4perl-perl,
bioperl,
libgo-perl,
libdbd-pg-perl,
libdbi-perl,
libgd-gd2-perl,
libdigest-md5-file-perl,
libgraph-perl,
libdata-stag-perl,
libxml-perl,
libclass-dbi-perl,
libclass-dbi-pager-perl,
libxml-simple-perl,
libwww-perl,
libtemplate-perl,
libcgi-session-perl,
libsql-translator-perl,
libdbix-dbstag-perl,
libmodule-build-perl,
make
Recommends: xsltproc,
chado-utils
Description: database schema and tools for genomic data
Chado is a relational database schema that underlies many GMOD
installations. It is capable of representing many of the general
classes of data frequently encountered in modern biology such as
sequence, sequence comparisons, phenotypes, genotypes, ontologies,
publications, and phylogeny. It has been designed to handle complex
representations of biological knowledge and should be considered one
of the most sophisticated relational schemas currently available in
molecular biology. The price of this capability is that the new user
must spend some time becoming familiar with its fundamentals.
Package: chado-utils
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libchado-perl
Recommends: xsltproc
Description: tools to add/extract data from Chado
This package contains several tools that can be used to
extract data from Chado database or prepare data before upload.
It is a subset above the Chado database schema and libraries.
.
Chado is a relational database schema that underlies many GMOD
installations. It is capable of representing many of the general
classes of data frequently encountered in modern biology such as
sequence, sequence comparisons, phenotypes, genotypes, ontologies,
publications, and phylogeny.
|