VCF-Simplify
VCF-Simplify copied to clipboard
KeyError: PI
Hi I was trying to convert my vcf to haplotype . I used python3.6 to run vcf-simplify and I got the error message below
Traceback (most recent call last):
File "/home/user/apps/VCF-Simplify/VcfSimplify.py", line 58, in
It's because your VCF does not have the "PI" tag in FORMAT field. You may indicate any other equivalent tag or "CHROM" if you want the haplotype representation to be chromosome wide.