Package: ompBAM
Title: C++ Library for OpenMP-based multi-threaded sequential profiling
        of Binary Alignment Map (BAM) files
Version: 1.0.0
Date: 2022-4-21
Authors@R: c(person("Alex Chit Hei", "Wong", email="a.wong@centenary.org.au", 
		role=c("aut", "cre", "cph")))    
Description: This packages provides C++ header files for developers wishing to
    create R packages that processes BAM files. ompBAM automates file access,
	memory management, and handling of multiple threads 'behind the scenes', so
	developers can focus on creating domain-specific functionality. The included
	vignette contains detailed documentation of this API, including quick-start
	instructions to create a new ompBAM-based package, and step-by-step
	explanation of the functionality behind the example packaged included within
	ompBAM.
License: MIT + file LICENSE
Imports: utils, Rcpp, zlibbioc
Suggests: RcppProgress, knitr, rmarkdown, roxygen2, devtools, usethis,
        desc, testthat (>= 3.0.0)
VignetteBuilder: knitr
biocViews: Alignment, DataImport, RNASeq, Software, Sequencing,
        Transcriptomics, SingleCell
Encoding: UTF-8
RoxygenNote: 7.1.2
URL: https://github.com/alexchwong/ompBAM
BugReports: https://support.bioconductor.org/
Config/testthat/edition: 3
git_url: https://git.bioconductor.org/packages/ompBAM
git_branch: RELEASE_3_15
git_last_commit: e7dbec8
git_last_commit_date: 2022-04-27
Date/Publication: 2022-04-27
NeedsCompilation: no
Packaged: 2022-04-28 01:21:56 UTC; biocbuild
Author: Alex Chit Hei Wong [aut, cre, cph]
Maintainer: Alex Chit Hei Wong <a.wong@centenary.org.au>
Built: R 4.2.0; ; 2022-04-28 11:07:27 UTC; windows
