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

Downloading more recent Ensembl releases E.g: 90 #188

Closed vmkalbskopf closed 6 years ago

vmkalbskopf commented 7 years ago

I'd like to use the latest release from Ensemble i.e. release 90, but when I try to specify it, I get

ValueError: Invalid Ensembl releases 90, must be between 54 and 87

How do I download the most recent version? According to the blog, it is live. I need the new species :-)

russ-dvm commented 6 years ago

I was able to install Ensembl Release 90 by modifying MAX_ENSEMBL_RELEASE variable to 90 in "ensembl_release_versions.py"

joaoe commented 6 years ago

The current version is at 92.

I'd suggest you just change MAX_ENSEMBL_RELEASE to something like CURRENT_ENSEMBL_RELEASE and don't use it for boundary checking, so people using pyensembl don't have to wait for you to update the module.