-
Notifications
You must be signed in to change notification settings - Fork 267
bcftools norm error #1131
Copy link
Copy link
Closed
Labels
Description
Dear bcftools team,
I got the below error when I tried to normalize vcf (generated using gatk jointcalling for genome build 37) using bcftools 1.9 version.
Error: wrong number of fields in FMT/MMQ at 1:10146, expected 14474, found 21711
Command I used
bcftools view --threads 16 -r 1 sample.vcf.gz |bcftools norm --threads 16 -m -any -O b -o test.bcf.gz
Could you please help me to resolve this issue.
Thanks In Advance
Fazulur Rehaman
Reactions are currently unavailable