Package: Rfastp
Type: Package
Title: An Ultra-Fast and All-in-One Fastq Preprocessor (Quality
        Control, Adapter, low quality and polyX trimming) and UMI
        Sequence Parsing).
Version: 1.20.1
Authors@R: c(
  person("Wei", "Wang",
    email="periwinkle.david@gmail.com", 
    role=c("aut"),
    comment = c(ORCID = "0000-0002-3216-7118")), 
  person("Ji-Dung", "Luo", 
    email="jluo@rockefeller.edu", 
    role=c("ctb"),
    comment = c(ORCID = "0000-0003-0150-1440")),
  person("Thomas", "Carroll", 
    email="tc.infomatics@gmail.com", 
    role = c("cre", "aut"),
    comment = c(ORCID = "0000-0002-0073-1714")))
Description: Rfastp is an R wrapper of fastp developed in c++. fastp
        performs quality control for fastq files. including low quality
        bases trimming, polyX trimming, adapter auto-detection and
        trimming, paired-end reads merging, UMI sequence/id handling.
        Rfastp can concatenate multiple files into one file (like shell
        command cat) and accept multiple files as input.
License: GPL-3 + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
biocViews: QualityControl, Sequencing, Preprocessing, Software
SystemRequirements: GNU make
LinkingTo: Rcpp, Rhtslib
Imports: Rcpp, rjson, ggplot2, reshape2
Suggests: BiocStyle, testthat, knitr, rmarkdown
VignetteBuilder: knitr
Config/pak/sysreqs: make libbz2-dev libicu-dev liblzma-dev xz-utils
        zlib1g-dev
Repository: https://bioc-release.r-universe.dev
Date/Publication: 2026-01-27 18:34:23 UTC
RemoteUrl: https://github.com/bioc/Rfastp
RemoteRef: RELEASE_3_22
RemoteSha: 74605ae08a00c4d3da993b85bd63ca2a0ce6005e
NeedsCompilation: yes
Packaged: 2026-01-28 03:50:18 UTC; root
Author: Wei Wang [aut] (ORCID: <https://orcid.org/0000-0002-3216-7118>),
  Ji-Dung Luo [ctb] (ORCID: <https://orcid.org/0000-0003-0150-1440>),
  Thomas Carroll [cre, aut] (ORCID:
    <https://orcid.org/0000-0002-0073-1714>)
Maintainer: Thomas Carroll <tc.infomatics@gmail.com>
Built: R 4.5.2; x86_64-apple-darwin20; 2026-01-28 03:55:22 UTC; unix
