Speed up transcript_variation fetch (copy of master PR)
Compare changes
@@ -293,7 +293,7 @@ sub somatic_transcript_variation {
@@ -302,8 +302,9 @@ sub _filter_transcript_variation {
Created by: willmclaren
Use a hash instead of grepping loads, and assign the VF properly to the TV so it doesn't go and load it again.
Also needs a fix to VariationFeatureOverlap.pm in ensembl-variation to properly go faster.