compbio-UofT / medsavant

MedSavant is a search engine for genetic variants
22 stars 9 forks source link

Annotations not correctly matched to variants #283

Closed jvlasblom closed 10 years ago

jvlasblom commented 10 years ago

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 10 years ago

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