bioversions 0.8.1__tar.gz → 0.8.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bioversions-0.8.1 → bioversions-0.8.3}/PKG-INFO +1 -1
- {bioversions-0.8.1 → bioversions-0.8.3}/pyproject.toml +2 -2
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/resources/update.py +2 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/resources/versions.json +25 -2
- bioversions-0.8.3/src/bioversions/sources/rfam.py +31 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/version.py +1 -1
- bioversions-0.8.1/src/bioversions/sources/rfam.py +0 -24
- {bioversions-0.8.1 → bioversions-0.8.3}/LICENSE +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/README.md +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/__init__.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/__main__.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/charts.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/cli.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/py.typed +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/civic.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/gtdb.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/icd10.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/icd11.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/icf.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/omim.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/signor.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/silva.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/utils.py +0 -0
- {bioversions-0.8.1 → bioversions-0.8.3}/src/bioversions/wsgi.py +0 -0
@@ -4,7 +4,7 @@ build-backend = "uv_build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "bioversions"
|
7
|
-
version = "0.8.
|
7
|
+
version = "0.8.3"
|
8
8
|
description = "Get the current version for biological databases"
|
9
9
|
readme = "README.md"
|
10
10
|
authors = [
|
@@ -260,7 +260,7 @@ known-first-party = [
|
|
260
260
|
docstring-code-format = true
|
261
261
|
|
262
262
|
[tool.bumpversion]
|
263
|
-
current_version = "0.8.
|
263
|
+
current_version = "0.8.3"
|
264
264
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(?:-(?P<release>[0-9A-Za-z-]+(?:\\.[0-9A-Za-z-]+)*))?(?:\\+(?P<build>[0-9A-Za-z-]+(?:\\.[0-9A-Za-z-]+)*))?"
|
265
265
|
serialize = [
|
266
266
|
"{major}.{minor}.{patch}-{release}+{build}",
|
@@ -107,6 +107,8 @@ def _update(force: bool): # noqa:C901
|
|
107
107
|
text += f"## {t.name}\n\nUsing class: `{t.clstype}`\n\n"
|
108
108
|
text += f"```python-traceback\n{t.trace}\n```\n\n"
|
109
109
|
FAILURES_PATH.write_text(text.rstrip() + "\n")
|
110
|
+
else:
|
111
|
+
FAILURES_PATH.write_text("# No Errors :)\n")
|
110
112
|
|
111
113
|
|
112
114
|
def _log_update(bv) -> None:
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"annotations": {
|
3
|
-
"revision":
|
4
|
-
"date": "2025-05-
|
3
|
+
"revision": 993,
|
4
|
+
"date": "2025-05-08",
|
5
5
|
"author": "runner"
|
6
6
|
},
|
7
7
|
"database": [
|
@@ -533,6 +533,11 @@
|
|
533
533
|
"retrieved": "2025-05-07",
|
534
534
|
"version": "2025-05-06",
|
535
535
|
"homepage": "https://antibodyregistry.org/"
|
536
|
+
},
|
537
|
+
{
|
538
|
+
"retrieved": "2025-05-07",
|
539
|
+
"version": "2025-05-07",
|
540
|
+
"homepage": "https://antibodyregistry.org/"
|
536
541
|
}
|
537
542
|
],
|
538
543
|
"name": "Antibody Registry",
|
@@ -4141,6 +4146,12 @@
|
|
4141
4146
|
"version": "113",
|
4142
4147
|
"homepage": "https://www.ensembl.org",
|
4143
4148
|
"date": "2024-10-01"
|
4149
|
+
},
|
4150
|
+
{
|
4151
|
+
"retrieved": "2025-05-07",
|
4152
|
+
"version": "114",
|
4153
|
+
"homepage": "https://www.ensembl.org",
|
4154
|
+
"date": "2025-05-01"
|
4144
4155
|
}
|
4145
4156
|
],
|
4146
4157
|
"name": "Ensembl",
|
@@ -10572,6 +10583,10 @@
|
|
10572
10583
|
{
|
10573
10584
|
"retrieved": "2025-05-07",
|
10574
10585
|
"version": "2025-05-05"
|
10586
|
+
},
|
10587
|
+
{
|
10588
|
+
"retrieved": "2025-05-07",
|
10589
|
+
"version": "2025-05-06"
|
10575
10590
|
}
|
10576
10591
|
],
|
10577
10592
|
"name": "Online Mendelian Inheritance in Man",
|
@@ -17125,6 +17140,10 @@
|
|
17125
17140
|
{
|
17126
17141
|
"retrieved": "2025-05-07",
|
17127
17142
|
"version": "2025-05-07"
|
17143
|
+
},
|
17144
|
+
{
|
17145
|
+
"retrieved": "2025-05-08",
|
17146
|
+
"version": "2025-05-08"
|
17128
17147
|
}
|
17129
17148
|
],
|
17130
17149
|
"name": "SwissLipids",
|
@@ -22677,6 +22696,10 @@
|
|
22677
22696
|
{
|
22678
22697
|
"retrieved": "2025-05-07",
|
22679
22698
|
"version": "2025-05-05"
|
22699
|
+
},
|
22700
|
+
{
|
22701
|
+
"retrieved": "2025-05-07",
|
22702
|
+
"version": "2025-05-06"
|
22680
22703
|
}
|
22681
22704
|
],
|
22682
22705
|
"name": "Zebrafish Information Network",
|
@@ -0,0 +1,31 @@
|
|
1
|
+
"""A getter for Rfam."""
|
2
|
+
|
3
|
+
import requests
|
4
|
+
|
5
|
+
from bioversions.utils import Getter, VersionType
|
6
|
+
|
7
|
+
__all__ = [
|
8
|
+
"RfamGetter",
|
9
|
+
]
|
10
|
+
|
11
|
+
|
12
|
+
class RfamGetter(Getter):
|
13
|
+
"""A getter for Rfam."""
|
14
|
+
|
15
|
+
bioregistry_id = "rfam"
|
16
|
+
name = "Rfam"
|
17
|
+
homepage_fmt = "https://ftp.ebi.ac.uk/pub/databases/Rfam/{version}/"
|
18
|
+
version_type = VersionType.semver_minor
|
19
|
+
|
20
|
+
def get(self) -> str:
|
21
|
+
"""Get the latest Rfam version number."""
|
22
|
+
res = requests.get("https://ftp.ebi.ac.uk/pub/databases/Rfam/CURRENT/README", timeout=15)
|
23
|
+
for line in res.iter_lines():
|
24
|
+
line = line.decode("utf8").strip()
|
25
|
+
if line.startswith("Release "):
|
26
|
+
return line[len("Release ") :]
|
27
|
+
raise ValueError
|
28
|
+
|
29
|
+
|
30
|
+
if __name__ == "__main__":
|
31
|
+
RfamGetter.print()
|
@@ -1,24 +0,0 @@
|
|
1
|
-
"""A getter for Rfam."""
|
2
|
-
|
3
|
-
from bioversions.utils import Getter, VersionType, _get_ftp_version
|
4
|
-
|
5
|
-
__all__ = [
|
6
|
-
"RfamGetter",
|
7
|
-
]
|
8
|
-
|
9
|
-
|
10
|
-
class RfamGetter(Getter):
|
11
|
-
"""A getter for Rfam."""
|
12
|
-
|
13
|
-
bioregistry_id = "rfam"
|
14
|
-
name = "Rfam"
|
15
|
-
homepage_fmt = "ftp://ftp.ebi.ac.uk/pub/databases/Rfam/{version}/"
|
16
|
-
version_type = VersionType.semver_minor
|
17
|
-
|
18
|
-
def get(self):
|
19
|
-
"""Get the latest Rfam version number."""
|
20
|
-
return _get_ftp_version("ftp.ebi.ac.uk", "pub/databases/Rfam/")
|
21
|
-
|
22
|
-
|
23
|
-
if __name__ == "__main__":
|
24
|
-
RfamGetter.print()
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|