# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "ompBAM" in publications use:' type: software license: MIT title: 'ompBAM: C++ Library for OpenMP-based multi-threaded sequential profiling of Binary Alignment Map (BAM) files' version: 1.9.3 doi: 10.32614/CRAN.package.ompBAM abstract: 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. authors: - family-names: Wong given-names: Alex Chit Hei email: alexchwong.github@gmail.com repository: https://bioc.r-universe.dev repository-code: https://github.com/alexchwong/ompBAM commit: 664833fb649435ad29e197f7112c3ab62ba8931b url: https://support.bioconductor.org/ date-released: '2024-09-14' contact: - family-names: Wong given-names: Alex Chit Hei email: alexchwong.github@gmail.com