Package: fraq
Type: Package
Title: A High-Throughput and Extensible Toolkit for Processing FASTQ
        Data
Version: 0.99.2
Date: 2026-02-12
Authors@R: c(
    person("Travers", "Ching", email = "traversc@gmail.com", role = c("aut", "cre", "cph"),
        comment = c(ORCID = "0000-0002-5577-3516")),
    person("Yann", "Collet", role = c("ctb", "cph"),
        comment = "Author of the bundled zstd library"),
    person("Facebook, Inc.", role = "cph",
        comment = "Copyright holder of the bundled zstd code"),
    person("Reichardt", "Tino", role = c("ctb", "cph"),
        comment = "Contributor/copyright holder of bundled zstd code"),
    person("Skibinski", "Przemyslaw", role = c("ctb", "cph"),
        comment = "Contributor/copyright holder of bundled zstd code"),
    person("Mori", "Yuta", role = c("ctb", "cph"),
        comment = "Contributor/copyright holder of bundled zstd code"))
Description: 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.
License: GPL-3
biocViews: Software, Infrastructure, Sequencing, DNASeq,
        QualityControl, Alignment
URL: https://github.com/traversc/fraq
BugReports: https://github.com/traversc/fraq/issues
Depends: R (>= 4.4.0)
Imports: Rcpp, ShortRead, Biostrings, RcppParallel, edlibR, stringfish
LinkingTo: Rcpp, RcppParallel, edlibR
Suggests: knitr, rmarkdown, BiocStyle, processx
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
VignetteBuilder: knitr
SystemRequirements: GNU make
Copyright: This package includes code from the 'zstd' library created
        by Yann Collet and owned by Facebook, Inc.
Config/pak/sysreqs: make libbz2-dev libicu-dev libjpeg-dev liblzma-dev
        libpng-dev xz-utils zlib1g-dev
Repository: https://bioc.r-universe.dev
Date/Publication: 2026-02-13 02:32:17 UTC
RemoteUrl: https://github.com/bioc/fraq
RemoteRef: HEAD
RemoteSha: d2f1ab3c698d711523536bd3d8f81d9e5fbb4a9e
NeedsCompilation: yes
Packaged: 2026-03-26 13:42:33 UTC; root
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)
Maintainer: Travers Ching <traversc@gmail.com>
Built: R 4.6.0; x86_64-w64-mingw32; 2026-03-26 13:45:04 UTC; windows
Archs: x64
