A tool designed to provide fast all-in-one preprocessing for FastQ files. This tool is developed in C++ with multithreading supported to afford high performance.
documentation:https://github.com/OpenGene/fastp
doi:https://doi.org/10.1093/bioinformatics/bty560
input:
- meta:
type:map
description:|
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- reads:
type:file
description:|
List of input FastQ files of size 1 and 2 for single-end and paired-end data,