Source: r-bioc-seqinfo
Standards-Version: 4.7.4
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Charles Plessy <plessy@debian.org>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 13),
 dh-r,
 r-base-dev,
 r-bioc-biocgenerics,
 r-bioc-s4vectors (>= 0.47.6),
 r-bioc-iranges,
 r-pkg-team-core-architecture,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-bioc-seqinfo
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-bioc-seqinfo.git
Homepage: https://bioconductor.org/packages/Seqinfo/

Package: r-bioc-seqinfo
Architecture: all
Depends:
 ${R:Depends},
 ${misc:Depends},
 r-pkg-team-core-architecture,
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: A simple S4 class for storing basic information about a collection of genomic sequences
 The Seqinfo class stores the names, lengths, circularity flags,
 and genomes for a particular collection of sequences. These sequences are
 typically the chromosomes and/or scaffolds of a specific genome assembly
 of a given organism. Seqinfo objects are rarely used as standalone objects.
 Instead, they are used as part of higher-level objects to represent
 their seqinfo() component. Examples of such higher-level objects are
 GRanges, RangedSummarizedExperiment, VCF, GAlignments, etc... defined in other
 Bioconductor infrastructure packages.
