fastp的安装与试用


[TOC]


安装环境

Ubuntu18.10
fastp 在2018.12.3的版本


安装过程

在此网站https://github.com/OpenGene/fastp#simple-usage或在http://opengene.org/下载名为fastp的文件就可以直接运行


试用

simple usage
for single end data (not compressed)
fastp -i in.fq -o out.fq
for paired end data (gzip compressed)
fastp -i in.R1.fq.gz -I in.R2.fq.gz -o out.R1.fq.gz -O out.R2.fq.gz
By default, the HTML report is saved to fastp.html (can be specified with -h option), and the JSON report is saved to fastp.json (can be specified with -j option).

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容