Failed to open chr_1.vcf.gz: not compressed with bgzip
001、报错如下:
Failed to open chr_1.vcf.gz: not compressed with bgzip
002、这个错误通常出现在 CentOS / RedHat 系统中,表示系统无法找到 htslib
软件包。htslib
是 bcftools
和 samtools
运行所必需的依赖库。
003、
cd htslib-1.21/
004、
./configure
005、
make
006、命令出现
007、升级环境
make install
008、测试
。