openvax / pyensembl

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

A few updates #292

Closed rraadd88 closed 6 months ago

rraadd88 commented 6 months ago
  1. Added usage tips in the README.md
  2. Changed default parameter value for download_if_missing in _set_local_paths which now allows downloading files in interactive python.
  3. Registered saccharomyces_cerevisiae as yeast in species.py
iskandr commented 6 months ago

These are great, thank you!