File: control

package info (click to toggle)
r-bioc-annotationhub 2.14.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 536 kB
  • sloc: sh: 4; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,594 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
Source: r-bioc-annotationhub
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper (>= 12~),
               dh-r,
               r-base-dev,
               r-bioc-biocgenerics (>= 0.15.10),
               r-cran-rsqlite,
               r-cran-biocmanager,
               r-cran-curl,
               r-bioc-annotationdbi (>= 1.31.19),
               r-bioc-s4vectors,
               r-bioc-interactivedisplaybase,
               r-cran-httr,
               r-cran-yaml
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-bioc-annotationhub
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-bioc-annotationhub.git
Homepage: https://bioconductor.org/packages/AnnotationHub/

Package: r-bioc-annotationhub
Architecture: all
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R client to access AnnotationHub resources
 This package provides a client for the Bioconductor AnnotationHub web
 resource. The AnnotationHub web resource provides a central location
 where genomic files (e.g., VCF, bed, wig) and other resources from
 standard locations (e.g., UCSC, Ensembl) can be discovered. The resource
 includes metadata about each resource, e.g., a textual description,
 tags, and date of modification. The client creates and manages a local
 cache of files retrieved by the user, helping with quick and
 reproducible access.