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
Some annotation base classes don't implement the Annotation marker interface. (i.e. VariantAnnotation) This was the case in gatk3 as well, but it's unclear why. It may be a historical artifact rather than a design decision, in which case it should be corrected. If it's important to have the marker interface then all the annotations should implement them. If it isn't, then we should probably remove it or move abstract functions into the interface.
The text was updated successfully, but these errors were encountered:
* Beta port of GATK3 version of VariantAnnotator with the necessary changes to the annotation engine and client annotations to support annotating variants independent of the haplotype caller.
* The annotations closely match the GATK3 output, including replicating existing bugs in some cases
* closes#51
* close#2493
Some annotation base classes don't implement the
Annotation
marker interface. (i.e.VariantAnnotation
) This was the case in gatk3 as well, but it's unclear why. It may be a historical artifact rather than a design decision, in which case it should be corrected. If it's important to have the marker interface then all the annotations should implement them. If it isn't, then we should probably remove it or move abstract functions into the interface.The text was updated successfully, but these errors were encountered: