openvax / pyensembl

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

No error from improper install #239

Open majohn40 opened 4 years ago

majohn40 commented 4 years ago

When using pyensembl, if installed using only pip without installing a release, it will not run properly, but it does not throw any error. It would be helpful if an error was provided if there is no reference data downloaded when trying to call pyensembl.

iskandr commented 3 years ago

You should get an exception. Can you paste an example of how you're using it?