File: control

package info (click to toggle)
r-bioc-txdbmaker 1.2.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,168 kB
  • sloc: makefile: 2
file content (45 lines) | stat: -rw-r--r-- 1,732 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
Source: r-bioc-txdbmaker
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Michael R. Crusoe <crusoe@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-s4vectors,
               r-bioc-genomeinfodb (>= 1.39.9),
               r-bioc-genomicranges,
               r-bioc-genomicfeatures,
               r-cran-httr,
               r-cran-rjson,
               r-cran-dbi,
               r-cran-rsqlite,
               r-bioc-iranges,
               r-bioc-ucsc.utils,
               r-bioc-annotationdbi,
               r-bioc-biobase,
               r-bioc-biocio,
               r-bioc-rtracklayer,
               r-bioc-biomart (>= 2.59.1)
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-bioc-txdbmaker
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-bioc-txdbmaker.git
Homepage: https://bioconductor.org/packages/txdbmaker
Rules-Requires-Root: no

Package: r-bioc-txdbmaker
Architecture: all
Depends: ${R:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: Tools for making TxDb objects from genomic annotations
 A set of tools for making TxDb objects from genomic annotations
 from various sources (e.g. UCSC, Ensembl, and GFF files). These tools
 allow the user to download the genomic locations of transcripts,
 exons, and CDS, for a given assembly, and to import them in a TxDb
 object. TxDb objects are implemented in the GenomicFeatures package,
 together with flexible methods for extracting the desired features in
 convenient formats.