0
点赞
收藏
分享

微信扫一扫

统计fastq文件中读段的数量

独兜曲 2023-11-06 阅读 37

mycount=`cat SRR108114_new_1.fastq | wc -l`
echo 'Number of clean reads, SRR108114_new_1.fastq: '$((mycount/4)) >> SRR108114.stat
mycount=`cat SRR108114_new_2.fastq | wc -l`
echo 'Number of clean reads, SRR108114_new_2.fastq: '$((mycount/4)) >> SRR108114.stat



举报

相关推荐

0 条评论