美文网首页
FastqCount | 统计测序原始文件基本信息

FastqCount | 统计测序原始文件基本信息

作者: 生信师姐 | 来源:发表于2022-02-21 08:59 被阅读0次

今天发现一个很好用的软件FastqCount,可以很快速的统计测序文件的基本信息
下面介绍一下它的用法

  • 下载并激活FastqCount
git clone https://github.com/zhimenggan/FastqCount.git
chmod a+x FastqCount_v0.5

  • 使用FastqCount统计fastq文件基本信息
cd /public/jychu/microRNA-goose
~/soft/FastqCount/FastqCount_v0.5 V0-1_L1_I302.R1.fastq.gz

  • 结果如下

    image

转自:https://www.jianshu.com/p/ad3265a2be09

相关文章

网友评论

      本文标题:FastqCount | 统计测序原始文件基本信息

      本文链接:https://www.haomeiwen.com/subject/jzpblrtx.html