github:https://github.com/OpenGene/fastp#all-options
fastp一些功能:

下載,安裝:
# note: the fastp version in bioconda may be not the latest
conda install -c bioconda fastp
使用:
# single end
fastp -i in.fq -o out.fq
# paired end
fastp -i in.R1.fq.gz -I in.R2.fq.gz -o out.R1.fq.gz -O out.R2.fq.gz
結(jié)果報(bào)告:
http://opengene.org/fastp/fastp.html
