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.23.0 Authors@R: c( person("Wei", "Wang", email="periwinkle.david@gmail.com", role=c("cre", "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("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.r-universe.dev Date/Publication: 2026-04-28 13:06:22 UTC RemoteUrl: https://github.com/bioc/Rfastp RemoteRef: HEAD RemoteSha: e419718a583a352c9456d9b7918fdd3a66e639ce NeedsCompilation: yes Packaged: 2026-06-19 07:39:21 UTC; root Author: Wei Wang [cre, aut] (ORCID: ), Ji-Dung Luo [ctb] (ORCID: ), Thomas Carroll [aut] (ORCID: ) Maintainer: Wei Wang