compbio-UofT/medsavant

Annotations not correctly matched to variants

Closed this issue · 1 comments

Annotations should match a variant only if there positions match exactly. Current implementation of AnnotationCursor.SimpleVaraint.matchesVariant(....) isn't correct. (The problem is much more visible for interval annotations).

Changed so variant and annotation match only if their positions and alternate alleles match.