Package: Bioc.gff
Title: Read and write GFF and GTF files
Version: 1.1.0
Date: 2025-09-24
Authors@R: c(
    person("Michael", "Lawrence", role = "aut"),
    person("Hervé", "Pagès", role = "aut"),
    person("Marcel", "Ramos", role = "ctb"),
    person(
      "Bioconductor", "Package Maintainer", ,
      "maintainer@bioconductor.org", "cre"
    )
  )
Description: Parse GFF and GTF files using C++ classes. The package
        also provides utilities to read and write GFF3 files. The GFF
        (General Feature Format) format is a tab-delimited file format
        for describing genes and other features of DNA, RNA, and
        protein sequences. GFF files are often used to describe the
        features of genomes.
Depends: R (>= 4.4.0)
Imports: BiocBaseUtils, BiocGenerics, BiocIO, curl, GenomicRanges,
        IRanges, methods, Rsamtools, S4Vectors, Seqinfo, stats, utils,
        XVector
Suggests: BiocFileCache, BiocStyle, GenomicFeatures, GenomeInfoDbData,
        knitr, httr2, rmarkdown, rvest, tinytest, txdbmaker,
        TxDb.Hsapiens.UCSC.hg19.knownGene
VignetteBuilder: knitr
LinkingTo: S4Vectors, XVector, IRanges
License: Artistic-2.0
biocViews: Software, Infrastructure, DataImport
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
URL: https://github.com/Bioconductor/Bioc.gff
BugReports: https://github.com/Bioconductor/Bioc.gff/issues
Collate: 'Bioc.gff-package.R' 'GFF-coercion.R' 'readGFF.R'
        'GFFFile-class.R' 'index.R' 'metadataFromNCBI.R' 'utilities.R'
Config/pak/sysreqs: libbz2-dev liblzma-dev libssl-dev xz-utils
        zlib1g-dev
Repository: https://bioc.r-universe.dev
Date/Publication: 2025-10-29 15:37:35 UTC
RemoteUrl: https://github.com/bioc/Bioc.gff
RemoteRef: HEAD
RemoteSha: a3d386397ac2b727f81c03e123456c70c46823c4
NeedsCompilation: yes
Packaged: 2026-01-23 03:26:40 UTC; root
Author: Michael Lawrence [aut],
  Hervé Pagès [aut],
  Marcel Ramos [ctb],
  Bioconductor Package Maintainer [cre]
Maintainer: Bioconductor Package Maintainer <maintainer@bioconductor.org>
Built: R 4.6.0; aarch64-apple-darwin23; 2026-01-23 03:28:59 UTC; unix
