You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We let people annotate VCFs with info we claim is enough to reconstruct the VRS Alleles for each record, but we don't provide the code to do that.
Providing this would be useful to users, would prove that the annotations do work, and would be useful in testing.
If we go the VcfReader route we should provide a generator interface over the records which returns the original pysam records, along with the list of VRS Allele objects constructed from the annotations.
If the input is not already annotated, it should fail.