chenwenyan

跑命令bedtools genomecov -ibam file.bam -bga -split -trackline > file.wig时出现的报错。

解决方案:

samtools sort file.bam -T /tmep -o file.sorted.bam #/tmep指的是新建一个tmep的文件夹, 对file.bam进行sort,生成file.sorted.bam
bedtools genomecov -ibam file.sorted.bam -bga -split -trackline > file.wig

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-06-08
  • 2022-12-23
  • 2022-01-18
  • 2022-12-23
  • 2021-07-13
  • 2021-07-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
  • 2021-12-03
  • 2021-12-24
  • 2021-08-31
  • 2021-09-25
相关资源
相似解决方案