fraq
A High-Throughput and Extensible Toolkit for Processing FASTQ Data
Bioconductor version: 3.23 · Package version: 1.0.0
High-throughput extensible toolkit for processing FASTQ data. The goal of this package is to empower users to quickly build out small programmatic 'kernels' to define any FASTQ processing task they may need. Builds on Intel TBB’s flow graph to orchestrate concurrent I/O and data processing; throughput can be as fast as compression and disk speed allows. The package also ships with a suite of predefined kernels for common FASTQ tasks.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("fraq") Details
| Maintainer | Travers Ching <traversc@gmail.com> |
| Author | Travers Ching [aut, cre, cph] (ORCID: <https://orcid.org/0000-0002-5577-3516>), Yann Collet [ctb, cph] (Author of the bundled zstd library), Facebook, Inc. [cph] (Copyright holder of the bundled zstd code), Reichardt Tino [ctb, cph] (Contributor/copyright holder of bundled zstd code), Skibinski Przemyslaw [ctb, cph] (Contributor/copyright holder of bundled zstd code), Mori Yuta [ctb, cph] (Contributor/copyright holder of bundled zstd code) |
| License | GPL-3 |
| URL | https://github.com/traversc/fraq |
| Bug Reports | https://github.com/traversc/fraq/issues |
| System Requirements | GNU make |
| Downloads rank | 50 |
| Source branch | RELEASE_3_23 |
| biocViews | Alignment, DNASeq, Infrastructure, QualityControl, Sequencing, Software |
Documentation
Download
Dependencies
Depends: R (>= 4.5.0)
Imports: Rcpp, ShortRead, Biostrings, RcppParallel, edlibR, stringfish
LinkingTo: Rcpp, RcppParallel, edlibR