Annotations not correctly matched to variants
Closed this issue · 1 comments
jvlasblom commented
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).
jvlasblom commented
Changed so variant and annotation match only if their positions and alternate alleles match.