I run into the problem when converting one vcf file with command vcf2zarr explode. After some debugs, it turns out that the problem was caused by some of the 'INFO' field where at some positions they don't have any value and more important is they even don't have "=" like the following:
MQ=4.61443;AN=120;AC=6,26;MQRankSum=1.656;ReadPosRankSum;DP=2423
Can you take this into account like if there is no delimiter (=), you can skip split function?
Thank you!