这类报错在我使用bcftools index file.vcf.gz进行index出现的。

解决办法是换用tabix进行index,命令为tabix -p vcf file.vcf.gz

用tabix就可以成功解决。

相关文章: