openvax / pyensembl

Python interface to access reference genome features (such as genes, transcripts, and exons) from Ensembl
Apache License 2.0
374 stars 65 forks source link

Generalize deserialization caching #164

Closed tavinathanson closed 6 years ago

tavinathanson commented 8 years ago

We cache EnsemblReleases so that entirely new objects are not created on every deserialization, including DB connections. This should be generalized and applied to Genome.

tavinathanson commented 8 years ago

Current approach is #163