Skip to content

Commit

Permalink
note bioversions lag
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Feb 15, 2024
1 parent 0682742 commit d2ecc10
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ensembl_genes/releases.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

@lru_cache
def get_latest_ensembl_release() -> str:
"""Return the latest Ensembl release as provided by bioversions."""
"""
Return the latest Ensembl release as provided by bioversions.
Bioversions might lag behind the latest ensembl release due to errors,
such as <https://github.com/biopragmatics/bioversions/issues/33>.
"""
import requests

url = "https://github.com/biopragmatics/bioversions/raw/main/src/bioversions/resources/versions.json"
Expand Down

0 comments on commit d2ecc10

Please sign in to comment.