Skip to content
Snippets Groups Projects

Speed up transcript_variation fetch (copy of master PR)

Merged Marek Szuba requested to merge github/fork/willmclaren/release/83 into release/83
Compare changes
  • Side-by-side
  • Inline
Files
1
  • bd587a93
    Speed up transcript_variation fetch · bd587a93
    William McLaren authored
    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.