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
结果报告:
网友评论