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

 

相关文章:

  • 2021-05-25
  • 2021-05-02
  • 2021-07-25
  • 2021-09-23
  • 2021-11-24
  • 2021-10-05
  • 2021-08-25
猜你喜欢
  • 2022-12-23
  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-02
  • 2021-12-09
相关资源
相似解决方案