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.2
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
git_url: https://git.bioconductor.org/packages/Rfastp
git_branch: RELEASE_3_22
git_last_commit: 2185137
git_last_commit_date: 2026-02-05
Repository: Bioconductor 3.22
Date/Publication: 2026-02-05
NeedsCompilation: yes
Packaged: 2026-02-06 00:42:45 UTC; biocbuild
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>
