gatk-3.8/protected/java
Mark DePristo 0d593cff70 Refactor rsID and overlap detection in VariantOverlapAnnotator utility class
-- Variants will be considered matching if they have the same reference allele and at least 1 common alternative allele.  This matching algorithm determines how rsID are added back into the VariantContext we want to annotate, and as well determining the overlap FLAG attribute field.
-- Updated VariantAnnotator and VariantsToVCF to use this class, removing its old stale implementation
-- Added unit tests for this VariantOverlapAnnotator class
-- Removed GATKVCFUtils.rsIDOfFirstRealVariant as this is now better to use VariantOverlapAnnotator
-- Now requires strict allele matching, without any option to just use site annotation.
2013-06-10 15:51:13 -04:00
..
src/org/broadinstitute/sting Moving QualifyMissingIntervals to protected 2013-06-10 13:11:41 -04:00
test/org/broadinstitute/sting Refactor rsID and overlap detection in VariantOverlapAnnotator utility class 2013-06-10 15:51:13 -04:00