The following error is presented when trying to read uncompressed .vcf file, which is (VCFv4.1). Any ideas or workarounds if I want to convert this into a .vds?
is.hail.utils.HailException: encountered problem with file file:/scratch/files/blah/blah/blah/blah/blah/blah/chr2.pass.gtonly.minDP0.genotypes.vcf
Your input file has a malformed header: Count < 0 for fixed size VCF header field AC
at is.hail.utils.ErrorHandling$class.fatal(ErrorHandling.scala:6)
at is.hail.utils.package$.fatal(package.scala:27)
at is.hail.io.vcf.LoadVCF$.apply(LoadVCF.scala:218)
at is.hail.HailContext.importVCFs(HailContext.scala:557)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244)
at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357)
at py4j.Gateway.invoke(Gateway.java:280)
at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132)
at py4j.commands.CallCommand.execute(CallCommand.java:79)
at py4j.GatewayConnection.run(GatewayConnection.java:214)
at java.lang.Thread.run(Thread.java:748)
Hail version: 0.1-5c275cc
Error summary: HailException: encountered problem with file file:/scratch/files/blah/blah/blah/blah/blah/blah/chr2.pass.gtonly.minDP0.genotypes.vcf
Your input file has a malformed header: Count < 0 for fixed size VCF header field AC