生信软件之fastqc(查看基因质量)

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/u011262253/article/details/78465965

下载与安装


下载地址

http://www.bioinformatics.babraham.ac.uk/projects/download.html#fastqc

安装

unzip fastqc.zip

使用


修改可执行文件权限

sudo chmod 755 fastqc 

运行fastqc程序

../biosoft/fastqc/FastQC/fastqc -t 10

结果

这里写图片描述

猜你喜欢

转载自blog.csdn.net/u011262253/article/details/78465965