[samtools] tview查看mapping比对信息

samtools view -bS test.sam > test.bam

samtools sort test.bam -o test_sorted

samtools index -b test_sorted.bam

samtools tview test_sorted.bam ref.fa

 

posted on 2017-03-17 21:43  萧飞IDO  阅读(936)  评论(0编辑  收藏  举报

导航