Closed clintval closed 5 years ago
Hi @mjafin and @zhongwulai do you need help maintaining these scripts?
Many of my PRs are meant to keep VarDict outputs adhering to the VCF specification (currently v4.3) so I am willing.
Hi @clintval, thanks for the note. I no longer work in AstraZeneca so have taken a step back from the Vardict duties. @pcingola and @PolinaBevad would likely be the best points of contact here
With the merge of https://github.com/AstraZeneca-NGS/VarDict/pull/58 and https://github.com/AstraZeneca-NGS/VarDict/pull/76, we now need to ensure we respect the type of the
AD
field when producing genome VCFs which can contain "no variant" records (no alternate alleles).I have changed the reserved
INFO
andFORMAT
tags forAF
toNumber=A
as per the VCF specification:AF
A
Float
Where
A
defines:ALT
column.