码迷,mamicode.com
首页 > 其他好文 > 详细

Input error: Chromosome xxx found in non-sequential lines. This suggests that the input file is not sorted correctly报错

时间:2021-06-13 09:43:05      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:ror   his   解决方案   file   some   方案   correct   NPU   rom   

跑命令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

Input error: Chromosome xxx found in non-sequential lines. This suggests that the input file is not sorted correctly报错

标签:ror   his   解决方案   file   some   方案   correct   NPU   rom   

原文地址:https://www.cnblogs.com/chenwenyan/p/14877067.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!