recipe bioconductor-rfastp

An Ultra-Fast and All-in-One Fastq Preprocessor (Quality Control, Adapter, low quality and polyX trimming) and UMI Sequence Parsing).

Homepage:

https://bioconductor.org/packages/3.16/bioc/html/Rfastp.html

License:

GPL-3 + file LICENSE

Recipe:

/bioconductor-rfastp/meta.yaml

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.

package bioconductor-rfastp

(downloads) docker_bioconductor-rfastp

Versions:

1.8.0-11.8.0-01.4.0-21.4.0-11.4.0-01.2.0-01.0.0-21.0.0-1

Depends:
Required By:

Installation

With an activated Bioconda channel (see set-up-channels), install with:

conda install bioconductor-rfastp

and update with:

conda update bioconductor-rfastp

or use the docker container:

docker pull quay.io/biocontainers/bioconductor-rfastp:<tag>

(see bioconductor-rfastp/tags for valid values for <tag>)

Download stats