Source: r-bioc-genomicranges
Standards-Version: 4.7.4
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
Build-Depends:
 debhelper-compat (= 14),
 dh-r,
 r-base-dev,
 r-bioc-biocgenerics (>= 0.53.2),
 r-bioc-s4vectors (>= 0.45.2),
 r-bioc-iranges (>= 2.43.6),
 r-bioc-seqinfo,
 r-pkg-team-core-architecture,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-bioc-genomicranges
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-bioc-genomicranges.git
Homepage: https://bioconductor.org/packages/GenomicRanges/

Package: r-bioc-genomicranges
Architecture: all
Depends:
 ${R:Depends},
 ${misc:Depends},
 r-pkg-team-core-architecture,
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: Representation and manipulation of genomic intervals
 The ability to efficiently represent and manipulate genomic annotations
 and alignments is playing a central role when it comes to analyzing
 high-throughput sequencing data (a.k.a. NGS data). The GenomicRanges
 package defines general purpose containers for storing and manipulating
 genomic intervals and variables defined along a genome. More specialized
 containers for representing and manipulating short alignments against a
 reference genome, or a matrix-like summarization of an experiment, are defined
 in the GenomicAlignments and SummarizedExperiment packages, respectively.
 Both packages build on top of the GenomicRanges infrastructure.
