摘要:
。。。 阅读全文
posted @ 2022-09-23 15:37
小鲨鱼2018
阅读(17)
评论(0)
推荐(0)
摘要:
samtools view -bS test.sam > test.bam samtools view -b -S test.sam -o test.bam # 自定义线程数 samtools view -@ 50 -bS test.sam >test.bam 来源:https://blog.csd 阅读全文
posted @ 2022-09-23 08:28
小鲨鱼2018
阅读(686)
评论(0)
推荐(0)