bioversions 0.5.325__tar.gz → 0.5.326__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.5.325/src/bioversions.egg-info → bioversions-0.5.326}/PKG-INFO +1 -1
- {bioversions-0.5.325 → bioversions-0.5.326}/docs/_data/versions.yml +27 -2
- {bioversions-0.5.325 → bioversions-0.5.326}/docs/failures.md +2 -1
- {bioversions-0.5.325 → bioversions-0.5.326}/docs/img/has_release_url.svg +1 -1
- {bioversions-0.5.325 → bioversions-0.5.326}/docs/img/version_date_types.svg +1 -1
- {bioversions-0.5.325 → bioversions-0.5.326}/docs/img/version_types.svg +1 -1
- {bioversions-0.5.325 → bioversions-0.5.326}/setup.cfg +1 -1
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/resources/versions.json +49 -2
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/__init__.py +1 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/utils.py +1 -1
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/version.py +1 -1
- {bioversions-0.5.325 → bioversions-0.5.326/src/bioversions.egg-info}/PKG-INFO +1 -1
- {bioversions-0.5.325 → bioversions-0.5.326}/LICENSE +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/MANIFEST.in +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/README.md +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/docs/_config.yml +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/docs/_includes/head.html +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/docs/download.md +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/docs/index.md +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/docs/source/logo.png +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/docs/summary.md +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/pyproject.toml +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/icd10.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/icd11.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/icf.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/omim.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions.egg-info/SOURCES.txt +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions.egg-info/dependency_links.txt +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions.egg-info/entry_points.txt +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions.egg-info/not-zip-safe +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions.egg-info/requires.txt +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/src/bioversions.egg-info/top_level.txt +0 -0
- {bioversions-0.5.325 → bioversions-0.5.326}/tests/test_bioversions.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: bioversions
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.326
|
4
4
|
Summary: What's the current version for each biological database?
|
5
5
|
Home-page: https://github.com/biopragmatics/bioversions
|
6
6
|
Download-URL: https://github.com/biopragmatics/bioversions/releases
|
@@ -1,7 +1,7 @@
|
|
1
1
|
annotations:
|
2
2
|
author: runner
|
3
|
-
date: '2024-03-
|
4
|
-
revision:
|
3
|
+
date: '2024-03-29'
|
4
|
+
revision: 627
|
5
5
|
database:
|
6
6
|
- name: A nomenclatural ontology for biological names
|
7
7
|
prefix: nomen
|
@@ -867,6 +867,8 @@ database:
|
|
867
867
|
version: '2.199'
|
868
868
|
- retrieved: '2024-03-25'
|
869
869
|
version: '2.204'
|
870
|
+
- retrieved: '2024-03-29'
|
871
|
+
version: '2.205'
|
870
872
|
vtype: date
|
871
873
|
- name: Clinical Trials Ontology
|
872
874
|
prefix: cto
|
@@ -1334,6 +1336,10 @@ database:
|
|
1334
1336
|
homepage: https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology/releases/2024-02-28
|
1335
1337
|
retrieved: '2024-03-25'
|
1336
1338
|
version: '2024-02-28'
|
1339
|
+
- date: '2024-03-28'
|
1340
|
+
homepage: https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology/releases/2024-03-28
|
1341
|
+
retrieved: '2024-03-29'
|
1342
|
+
version: '2024-03-28'
|
1337
1343
|
vtype: date
|
1338
1344
|
- name: DisGeNet
|
1339
1345
|
releases:
|
@@ -1691,6 +1697,8 @@ database:
|
|
1691
1697
|
releases:
|
1692
1698
|
- retrieved: '2024-03-25'
|
1693
1699
|
version: '2024-02-02'
|
1700
|
+
- retrieved: '2024-03-29'
|
1701
|
+
version: '2024-03-25'
|
1694
1702
|
vtype: date
|
1695
1703
|
- name: Evidence Code Ontology
|
1696
1704
|
prefix: eco
|
@@ -1812,6 +1820,8 @@ database:
|
|
1812
1820
|
version: '4.148'
|
1813
1821
|
- retrieved: '2024-03-25'
|
1814
1822
|
version: '4.159'
|
1823
|
+
- retrieved: '2024-03-29'
|
1824
|
+
version: '4.160'
|
1815
1825
|
vtype: date
|
1816
1826
|
- name: Experimental Factor Ontology
|
1817
1827
|
prefix: efo
|
@@ -3840,6 +3850,9 @@ database:
|
|
3840
3850
|
- date: '2024-03-26'
|
3841
3851
|
retrieved: '2024-03-28'
|
3842
3852
|
version: March 26, 2024
|
3853
|
+
- date: '2024-03-27'
|
3854
|
+
retrieved: '2024-03-29'
|
3855
|
+
version: March 27, 2024
|
3843
3856
|
vtype: date
|
3844
3857
|
- name: 'OntoAvida: ontology for Avida digital evolution platform'
|
3845
3858
|
prefix: ontoavida
|
@@ -3936,6 +3949,8 @@ database:
|
|
3936
3949
|
version: '2023-10-08'
|
3937
3950
|
- retrieved: '2024-03-25'
|
3938
3951
|
version: '2024-01-10'
|
3952
|
+
- retrieved: '2024-03-29'
|
3953
|
+
version: '2024-03-22'
|
3939
3954
|
vtype: date
|
3940
3955
|
- name: Ontology for Nutritional Studies
|
3941
3956
|
prefix: ons
|
@@ -4136,6 +4151,8 @@ database:
|
|
4136
4151
|
version: '2023-09-01'
|
4137
4152
|
- retrieved: '2024-03-25'
|
4138
4153
|
version: '2024-02-02'
|
4154
|
+
- retrieved: '2024-03-29'
|
4155
|
+
version: '2024-03-25'
|
4139
4156
|
vtype: date
|
4140
4157
|
- name: Ontology of Organizational Structures of Trauma centers and Trauma Systems
|
4141
4158
|
prefix: oostt
|
@@ -4238,6 +4255,8 @@ database:
|
|
4238
4255
|
version: 2.0.50
|
4239
4256
|
- retrieved: '2024-03-25'
|
4240
4257
|
version: 2.0.51
|
4258
|
+
- retrieved: '2024-03-29'
|
4259
|
+
version: 2.0.52
|
4241
4260
|
vtype: semver
|
4242
4261
|
- name: Ontology of units of Measure (OM)
|
4243
4262
|
prefix: om
|
@@ -5015,6 +5034,8 @@ database:
|
|
5015
5034
|
version: '6.211'
|
5016
5035
|
- retrieved: '2024-03-25'
|
5017
5036
|
version: '6.219'
|
5037
|
+
- retrieved: '2024-03-29'
|
5038
|
+
version: '6.220'
|
5018
5039
|
vtype: date
|
5019
5040
|
- name: Reactome
|
5020
5041
|
prefix: reactome
|
@@ -6351,6 +6372,8 @@ database:
|
|
6351
6372
|
version: '2024-03-26'
|
6352
6373
|
- retrieved: '2024-03-28'
|
6353
6374
|
version: '2024-03-27'
|
6375
|
+
- retrieved: '2024-03-29'
|
6376
|
+
version: '2024-03-28'
|
6354
6377
|
vtype: date
|
6355
6378
|
- name: SWO (The Software Ontology)
|
6356
6379
|
prefix: swo
|
@@ -8436,6 +8459,8 @@ database:
|
|
8436
8459
|
version: '2024-03-25'
|
8437
8460
|
- retrieved: '2024-03-28'
|
8438
8461
|
version: '2024-03-26'
|
8462
|
+
- retrieved: '2024-03-29'
|
8463
|
+
version: '2024-03-27'
|
8439
8464
|
vtype: date
|
8440
8465
|
- name: Zebrafish Phenotype Ontology
|
8441
8466
|
prefix: zp
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
7
7
|
<cc:Work>
|
8
8
|
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
9
|
-
<dc:date>2024-03-
|
9
|
+
<dc:date>2024-03-29T00:46:01.126664</dc:date>
|
10
10
|
<dc:format>image/svg+xml</dc:format>
|
11
11
|
<dc:creator>
|
12
12
|
<cc:Agent>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
7
7
|
<cc:Work>
|
8
8
|
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
9
|
-
<dc:date>2024-03-
|
9
|
+
<dc:date>2024-03-29T00:46:01.057473</dc:date>
|
10
10
|
<dc:format>image/svg+xml</dc:format>
|
11
11
|
<dc:creator>
|
12
12
|
<cc:Agent>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
7
7
|
<cc:Work>
|
8
8
|
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
9
|
-
<dc:date>2024-03-
|
9
|
+
<dc:date>2024-03-29T00:46:00.951153</dc:date>
|
10
10
|
<dc:format>image/svg+xml</dc:format>
|
11
11
|
<dc:creator>
|
12
12
|
<cc:Agent>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"annotations": {
|
3
|
-
"revision":
|
4
|
-
"date": "2024-03-
|
3
|
+
"revision": 627,
|
4
|
+
"date": "2024-03-29",
|
5
5
|
"author": "runner"
|
6
6
|
},
|
7
7
|
"database": [
|
@@ -1585,6 +1585,10 @@
|
|
1585
1585
|
{
|
1586
1586
|
"retrieved": "2024-03-25",
|
1587
1587
|
"version": "2.204"
|
1588
|
+
},
|
1589
|
+
{
|
1590
|
+
"retrieved": "2024-03-29",
|
1591
|
+
"version": "2.205"
|
1588
1592
|
}
|
1589
1593
|
],
|
1590
1594
|
"vtype": "date"
|
@@ -2404,6 +2408,12 @@
|
|
2404
2408
|
"version": "2024-02-28",
|
2405
2409
|
"homepage": "https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology/releases/2024-02-28",
|
2406
2410
|
"date": "2024-02-28"
|
2411
|
+
},
|
2412
|
+
{
|
2413
|
+
"retrieved": "2024-03-29",
|
2414
|
+
"version": "2024-03-28",
|
2415
|
+
"homepage": "https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology/releases/2024-03-28",
|
2416
|
+
"date": "2024-03-28"
|
2407
2417
|
}
|
2408
2418
|
],
|
2409
2419
|
"vtype": "date"
|
@@ -3064,6 +3074,10 @@
|
|
3064
3074
|
{
|
3065
3075
|
"retrieved": "2024-03-25",
|
3066
3076
|
"version": "2024-02-02"
|
3077
|
+
},
|
3078
|
+
{
|
3079
|
+
"retrieved": "2024-03-29",
|
3080
|
+
"version": "2024-03-25"
|
3067
3081
|
}
|
3068
3082
|
],
|
3069
3083
|
"name": "Evidence and Conclusion Ontology",
|
@@ -3297,6 +3311,10 @@
|
|
3297
3311
|
{
|
3298
3312
|
"retrieved": "2024-03-25",
|
3299
3313
|
"version": "4.159"
|
3314
|
+
},
|
3315
|
+
{
|
3316
|
+
"retrieved": "2024-03-29",
|
3317
|
+
"version": "4.160"
|
3300
3318
|
}
|
3301
3319
|
],
|
3302
3320
|
"vtype": "date"
|
@@ -6968,6 +6986,11 @@
|
|
6968
6986
|
"retrieved": "2024-03-28",
|
6969
6987
|
"version": "March 26, 2024",
|
6970
6988
|
"date": "2024-03-26"
|
6989
|
+
},
|
6990
|
+
{
|
6991
|
+
"retrieved": "2024-03-29",
|
6992
|
+
"version": "March 27, 2024",
|
6993
|
+
"date": "2024-03-27"
|
6971
6994
|
}
|
6972
6995
|
],
|
6973
6996
|
"name": "Online Mendelian Inheritance in Man",
|
@@ -7150,6 +7173,10 @@
|
|
7150
7173
|
{
|
7151
7174
|
"retrieved": "2024-03-25",
|
7152
7175
|
"version": "2024-01-10"
|
7176
|
+
},
|
7177
|
+
{
|
7178
|
+
"retrieved": "2024-03-29",
|
7179
|
+
"version": "2024-03-22"
|
7153
7180
|
}
|
7154
7181
|
],
|
7155
7182
|
"name": "Ontology for Modeling and Representation of Social Entities",
|
@@ -7538,6 +7565,10 @@
|
|
7538
7565
|
{
|
7539
7566
|
"retrieved": "2024-03-25",
|
7540
7567
|
"version": "2024-02-02"
|
7568
|
+
},
|
7569
|
+
{
|
7570
|
+
"retrieved": "2024-03-29",
|
7571
|
+
"version": "2024-03-25"
|
7541
7572
|
}
|
7542
7573
|
],
|
7543
7574
|
"vtype": "date"
|
@@ -7690,6 +7721,10 @@
|
|
7690
7721
|
{
|
7691
7722
|
"retrieved": "2024-03-25",
|
7692
7723
|
"version": "2.0.51"
|
7724
|
+
},
|
7725
|
+
{
|
7726
|
+
"retrieved": "2024-03-29",
|
7727
|
+
"version": "2.0.52"
|
7693
7728
|
}
|
7694
7729
|
],
|
7695
7730
|
"name": "Ontology of units of Measure",
|
@@ -9110,6 +9145,10 @@
|
|
9110
9145
|
{
|
9111
9146
|
"retrieved": "2024-03-25",
|
9112
9147
|
"version": "6.219"
|
9148
|
+
},
|
9149
|
+
{
|
9150
|
+
"retrieved": "2024-03-29",
|
9151
|
+
"version": "6.220"
|
9113
9152
|
}
|
9114
9153
|
],
|
9115
9154
|
"vtype": "date"
|
@@ -11703,6 +11742,10 @@
|
|
11703
11742
|
{
|
11704
11743
|
"retrieved": "2024-03-28",
|
11705
11744
|
"version": "2024-03-27"
|
11745
|
+
},
|
11746
|
+
{
|
11747
|
+
"retrieved": "2024-03-29",
|
11748
|
+
"version": "2024-03-28"
|
11706
11749
|
}
|
11707
11750
|
],
|
11708
11751
|
"name": "SwissLipids",
|
@@ -15445,6 +15488,10 @@
|
|
15445
15488
|
{
|
15446
15489
|
"retrieved": "2024-03-28",
|
15447
15490
|
"version": "2024-03-26"
|
15491
|
+
},
|
15492
|
+
{
|
15493
|
+
"retrieved": "2024-03-29",
|
15494
|
+
"version": "2024-03-27"
|
15448
15495
|
}
|
15449
15496
|
],
|
15450
15497
|
"name": "Zebrafish Information Network",
|
@@ -270,7 +270,7 @@ class OBOFoundryGetter(Getter):
|
|
270
270
|
|
271
271
|
def get(self) -> str:
|
272
272
|
"""Get the OBO version."""
|
273
|
-
url = f"
|
273
|
+
url = f"https://purl.obolibrary.org/obo/{self.key}.obo"
|
274
274
|
return self.process(get_obo_version(url))
|
275
275
|
|
276
276
|
def process(self, version: str) -> str:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: bioversions
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.326
|
4
4
|
Summary: What's the current version for each biological database?
|
5
5
|
Home-page: https://github.com/biopragmatics/bioversions
|
6
6
|
Download-URL: https://github.com/biopragmatics/bioversions/releases
|
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
|
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
|