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
|
Source: r-bioc-organismdbi
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Steffen Moeller <moeller@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-r,
r-base-dev,
r-bioc-biocgenerics,
r-bioc-annotationdbi,
r-bioc-genomicfeatures,
r-cran-dbi,
r-cran-biocmanager,
r-bioc-biobase,
r-bioc-graph,
r-bioc-rbgl,
r-bioc-s4vectors,
r-bioc-iranges,
r-bioc-genomicranges,
r-bioc-txdbmaker
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-bioc-organismdbi
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-bioc-organismdbi.git
Homepage: https://bioconductor.org/packages/OrganismDbi/
Rules-Requires-Root: no
Package: r-bioc-organismdbi
Architecture: all
Depends: ${R:Depends},
${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: smooth interfacing of different database packages
The package enables a simple unified interface to several
annotation packages each of which has its own schema by taking
advantage of the fact that each of these packages implements a
select methods.
|