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 46 47
|
Package: Rhtslib
Title: HTSlib high-throughput sequencing library as an R package
Description: This package provides version 1.18 of the 'HTSlib' C
library for high-throughput sequence analysis. The package is
primarily useful to developers of other R packages who wish to
make use of HTSlib. Motivation and instructions for use of this
package are in the vignette, vignette(package="Rhtslib", "Rhtslib").
biocViews: DataImport, Sequencing
URL: https://bioconductor.org/packages/Rhtslib, http://www.htslib.org/
BugReports: https://github.com/Bioconductor/Rhtslib/issues
Version: 3.2.0
License: LGPL (>= 2)
Copyright: Unless otherwise noted in the file, all files outside
src/htslib-1.18 or inst/include copyright Bioconductor; for
files inside src/htslib-1.18 or inst/include, see file
src/htslib-1.18/LICENSE.
Encoding: UTF-8
Authors@R: c(
person("Nathaniel", "Hayden", role=c("led", "aut"),
email="nhayden@fredhutch.org"),
person("Martin", "Morgan", role="aut",
email="martin.morgan@roswellpark.org"),
person("Hervé", "Pagès", role=c("aut", "cre"),
email="hpages.on.github@gmail.com"),
person("Tomas", "Kalibera", role="ctb"),
person("Jeroen", "Ooms", role="ctb"))
Imports: tools, zlibbioc
LinkingTo: zlibbioc
Suggests: knitr, rmarkdown, BiocStyle
SystemRequirements: libbz2 & liblzma & libcurl (with header files), GNU
make
StagedInstall: no
VignetteBuilder: knitr
git_url: https://git.bioconductor.org/packages/Rhtslib
git_branch: RELEASE_3_20
git_last_commit: 3add51c
git_last_commit_date: 2024-10-29
Repository: Bioconductor 3.20
Date/Publication: 2024-10-29
NeedsCompilation: yes
Packaged: 2024-10-30 02:29:03 UTC; biocbuild
Author: Nathaniel Hayden [led, aut],
Martin Morgan [aut],
Hervé Pagès [aut, cre],
Tomas Kalibera [ctb],
Jeroen Ooms [ctb]
Maintainer: Hervé Pagès <hpages.on.github@gmail.com>
|