Closed wdecoster closed 5 years ago
Does it go away if you change:
##INFO=<ID=SVLEN,Number=1,Type=Float,Description="Length of the SV">
to:
##INFO=<ID=SVLEN,Number=1,Type=Integer,Description="Length of the SV">
? If so, I can make a quick fix and you can just update that part of your header.
That's right, that does the trick!
this is fixed in vcfgo. It will be out in next release.
I met the same issue and solved it according to brentp's suggestion. @wdecoster In fact, I am following your bioRxiv work with your snakemake pipeline ! @brentp when will the issue fixed ? I am using the latest vcfanno now, but it still exists.
I'll make a new release soon, but you can get past this issue by converting SVLEN from type Float to type Integer.
Hi Brent,
I encounter the error below when annotating a vcf of structural variants, obtained using SURVIVOR merge of two input vcfs. The command is
vcfanno -ends -p 8 vcfanno_conf.toml {input} > {output}
(running in snakemake). A single variant in the vcf is sufficient to reproduce this issue (see bottom of the post). I can't figure out what is wrongI get the impression that the cause is not in my annotation files, as commenting out entries in the vcfanno_conf.toml (below) did not change anything.
minimal vcf for reproducing the error: