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

Make all PyEnsembl objects hashable #83

Closed iskandr closed 9 years ago

iskandr commented 9 years ago

Implementation of hash needed for memoization (maybe only in Python 3?)

Review on Reviewable

timodonnell commented 9 years ago

LGTM