Hello. I tried this:
bgzip --index merged.vcf
and here is the resulting file-type:
merged.vcf.gz: Blocked GNU Zip Format (BGZF; gzip compatible), block length 4599
However, still the same error occurs.
Hello!
I installed VEP with the INSTALL.pl script without any error, but when running it
the following error occurs:
[E::fai_build3_core] Cannot index files compressed with gzip, please use bgzip
./annotate_vep.sh: line 16: 14589 Segmentation fault
Here you can find my command:
/home/user/ensembl-vep/vep --offline --cache -i /home/user/Desktop/vep_test/all_merged.vcf.gz --buffer_size 5000 --no_stats --biotype --sift p --polyphen p --assembly GRCh37 --force_overwrite --tab --output_file /home/user/Desktop/vep_test/test_vep.txt
Any idea how to solve this issue?
Best,
Andreas
Error is clear, the file is not bgzipped, gunzip your file, then use bgzip to zip with index, see http://www.htslib.org/doc/bgzip.html
Hello. I tried this:
bgzip --index merged.vcf
and here is the resulting file-type:
merged.vcf.gz: Blocked GNU Zip Format (BGZF; gzip compatible), block length 4599
However, still the same error occurs.
Furthermore, I tried the command with just merged.vcf and not merged.vcf.gz (should work with VEP), but still the same error occurs. Thus it seems to me like the error does not target my input VCF file...but what else?
Log in to answer this question.