bioversions 0.5.387__tar.gz → 0.5.389__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.387/src/bioversions.egg-info → bioversions-0.5.389}/PKG-INFO +1 -1
- {bioversions-0.5.387 → bioversions-0.5.389}/docs/_data/versions.yml +41 -2
- {bioversions-0.5.387 → bioversions-0.5.389}/docs/failures.md +0 -1
- {bioversions-0.5.387 → bioversions-0.5.389}/docs/img/has_release_url.svg +1 -1
- {bioversions-0.5.387 → bioversions-0.5.389}/docs/img/version_date_types.svg +1 -1
- {bioversions-0.5.387 → bioversions-0.5.389}/docs/img/version_types.svg +1 -1
- {bioversions-0.5.387 → bioversions-0.5.389}/setup.cfg +1 -1
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/resources/versions.json +67 -2
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/version.py +1 -1
- {bioversions-0.5.387 → bioversions-0.5.389/src/bioversions.egg-info}/PKG-INFO +1 -1
- {bioversions-0.5.387 → bioversions-0.5.389}/LICENSE +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/MANIFEST.in +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/README.md +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/docs/_config.yml +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/docs/_includes/head.html +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/docs/download.md +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/docs/index.md +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/docs/source/logo.png +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/docs/summary.md +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/pyproject.toml +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/civic.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/icd10.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/icd11.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/icf.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/omim.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/utils.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions.egg-info/SOURCES.txt +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions.egg-info/dependency_links.txt +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions.egg-info/entry_points.txt +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions.egg-info/not-zip-safe +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions.egg-info/requires.txt +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/src/bioversions.egg-info/top_level.txt +0 -0
- {bioversions-0.5.387 → bioversions-0.5.389}/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.389
|
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-05-
|
4
|
-
revision:
|
3
|
+
date: '2024-05-31'
|
4
|
+
revision: 690
|
5
5
|
database:
|
6
6
|
- name: A nomenclatural ontology for biological names
|
7
7
|
prefix: nomen
|
@@ -1050,6 +1050,10 @@ database:
|
|
1050
1050
|
homepage: ftp://ftp.ebi.ac.uk/pub/databases/intact/complex/2024-02-14/
|
1051
1051
|
retrieved: '2024-03-25'
|
1052
1052
|
version: '2024-02-14'
|
1053
|
+
- date: '2024-05-20'
|
1054
|
+
homepage: ftp://ftp.ebi.ac.uk/pub/databases/intact/complex/2024-05-20/
|
1055
|
+
retrieved: '2024-05-30'
|
1056
|
+
version: '2024-05-20'
|
1053
1057
|
vtype: date
|
1054
1058
|
- name: Compositional Dietary Nutrition Ontology
|
1055
1059
|
prefix: cdno
|
@@ -1406,6 +1410,10 @@ database:
|
|
1406
1410
|
homepage: https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology/releases/2024-04-30
|
1407
1411
|
retrieved: '2024-05-01'
|
1408
1412
|
version: '2024-04-30'
|
1413
|
+
- date: '2024-05-29'
|
1414
|
+
homepage: https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology/releases/2024-05-29
|
1415
|
+
retrieved: '2024-05-30'
|
1416
|
+
version: '2024-05-29'
|
1409
1417
|
vtype: date
|
1410
1418
|
- name: DisGeNet
|
1411
1419
|
releases:
|
@@ -1868,6 +1876,8 @@ database:
|
|
1868
1876
|
version: '2024-01-24'
|
1869
1877
|
- retrieved: '2024-03-28'
|
1870
1878
|
version: '2024-03-27'
|
1879
|
+
- retrieved: '2024-05-30'
|
1880
|
+
version: '2024-05-29'
|
1871
1881
|
vtype: date
|
1872
1882
|
- name: Experimental condition ontology
|
1873
1883
|
prefix: xco
|
@@ -2929,6 +2939,10 @@ database:
|
|
2929
2939
|
homepage: ftp://ftp.ebi.ac.uk/pub/databases/intact/2024-02-14/
|
2930
2940
|
retrieved: '2024-03-25'
|
2931
2941
|
version: '2024-02-14'
|
2942
|
+
- date: '2024-05-20'
|
2943
|
+
homepage: ftp://ftp.ebi.ac.uk/pub/databases/intact/2024-05-20/
|
2944
|
+
retrieved: '2024-05-30'
|
2945
|
+
version: '2024-05-20'
|
2932
2946
|
vtype: date
|
2933
2947
|
- name: Integrative and Conjugative Element Ontology
|
2934
2948
|
prefix: iceo
|
@@ -3027,6 +3041,10 @@ database:
|
|
3027
3041
|
homepage: ftp://ftp.ebi.ac.uk/pub/databases/interpro/99.0/
|
3028
3042
|
retrieved: '2024-03-30'
|
3029
3043
|
version: '99.0'
|
3044
|
+
- date: '2024-05-30'
|
3045
|
+
homepage: ftp://ftp.ebi.ac.uk/pub/databases/interpro/100.0/
|
3046
|
+
retrieved: '2024-05-31'
|
3047
|
+
version: '100.0'
|
3030
3048
|
vtype: semver_minor
|
3031
3049
|
- name: ITIS
|
3032
3050
|
prefix: itis
|
@@ -4176,6 +4194,12 @@ database:
|
|
4176
4194
|
- date: '2024-05-24'
|
4177
4195
|
retrieved: '2024-05-26'
|
4178
4196
|
version: May 24, 2024
|
4197
|
+
- date: '2024-05-28'
|
4198
|
+
retrieved: '2024-05-30'
|
4199
|
+
version: May 28, 2024
|
4200
|
+
- date: '2024-05-29'
|
4201
|
+
retrieved: '2024-05-31'
|
4202
|
+
version: May 29, 2024
|
4179
4203
|
vtype: date
|
4180
4204
|
- name: 'OntoAvida: ontology for Avida digital evolution platform'
|
4181
4205
|
prefix: ontoavida
|
@@ -5587,6 +5611,9 @@ database:
|
|
5587
5611
|
- date: '2024-03-27'
|
5588
5612
|
retrieved: '2024-03-28'
|
5589
5613
|
version: '132'
|
5614
|
+
- date: '2024-05-29'
|
5615
|
+
retrieved: '2024-05-30'
|
5616
|
+
version: '133'
|
5590
5617
|
vtype: date
|
5591
5618
|
- name: Rice ontology
|
5592
5619
|
prefix: co_320
|
@@ -6889,6 +6916,10 @@ database:
|
|
6889
6916
|
version: '2024-05-28'
|
6890
6917
|
- retrieved: '2024-05-29'
|
6891
6918
|
version: '2024-05-29'
|
6919
|
+
- retrieved: '2024-05-30'
|
6920
|
+
version: '2024-05-30'
|
6921
|
+
- retrieved: '2024-05-31'
|
6922
|
+
version: '2024-05-31'
|
6892
6923
|
vtype: date
|
6893
6924
|
- name: SWO (The Software Ontology)
|
6894
6925
|
prefix: swo
|
@@ -7313,6 +7344,10 @@ database:
|
|
7313
7344
|
homepage: ftp://ftp.uniprot.org/pub/databases/uniprot/previous_releases/release-2024_02/
|
7314
7345
|
retrieved: '2024-03-28'
|
7315
7346
|
version: '2024_02'
|
7347
|
+
- date: '2024-03-01'
|
7348
|
+
homepage: ftp://ftp.uniprot.org/pub/databases/uniprot/previous_releases/release-2024_03/
|
7349
|
+
retrieved: '2024-05-30'
|
7350
|
+
version: '2024_03'
|
7316
7351
|
vtype: month
|
7317
7352
|
- name: Unit Ontology
|
7318
7353
|
prefix: uo
|
@@ -9126,6 +9161,10 @@ database:
|
|
9126
9161
|
version: '2024-05-26'
|
9127
9162
|
- retrieved: '2024-05-29'
|
9128
9163
|
version: '2024-05-27'
|
9164
|
+
- retrieved: '2024-05-30'
|
9165
|
+
version: '2024-05-28'
|
9166
|
+
- retrieved: '2024-05-31'
|
9167
|
+
version: '2024-05-29'
|
9129
9168
|
vtype: date
|
9130
9169
|
- name: Zebrafish Phenotype Ontology
|
9131
9170
|
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-05-
|
9
|
+
<dc:date>2024-05-31T00:52:16.522954</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-05-
|
9
|
+
<dc:date>2024-05-31T00:52:16.449512</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-05-
|
9
|
+
<dc:date>2024-05-31T00:52:16.340296</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-05-
|
3
|
+
"revision": 690,
|
4
|
+
"date": "2024-05-31",
|
5
5
|
"author": "runner"
|
6
6
|
},
|
7
7
|
"database": [
|
@@ -1915,6 +1915,12 @@
|
|
1915
1915
|
"version": "2024-02-14",
|
1916
1916
|
"homepage": "ftp://ftp.ebi.ac.uk/pub/databases/intact/complex/2024-02-14/",
|
1917
1917
|
"date": "2024-02-14"
|
1918
|
+
},
|
1919
|
+
{
|
1920
|
+
"retrieved": "2024-05-30",
|
1921
|
+
"version": "2024-05-20",
|
1922
|
+
"homepage": "ftp://ftp.ebi.ac.uk/pub/databases/intact/complex/2024-05-20/",
|
1923
|
+
"date": "2024-05-20"
|
1918
1924
|
}
|
1919
1925
|
],
|
1920
1926
|
"vtype": "date"
|
@@ -2537,6 +2543,12 @@
|
|
2537
2543
|
"version": "2024-04-30",
|
2538
2544
|
"homepage": "https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology/releases/2024-04-30",
|
2539
2545
|
"date": "2024-04-30"
|
2546
|
+
},
|
2547
|
+
{
|
2548
|
+
"retrieved": "2024-05-30",
|
2549
|
+
"version": "2024-05-29",
|
2550
|
+
"homepage": "https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology/releases/2024-05-29",
|
2551
|
+
"date": "2024-05-29"
|
2540
2552
|
}
|
2541
2553
|
],
|
2542
2554
|
"vtype": "date"
|
@@ -3397,6 +3409,10 @@
|
|
3397
3409
|
{
|
3398
3410
|
"retrieved": "2024-03-28",
|
3399
3411
|
"version": "2024-03-27"
|
3412
|
+
},
|
3413
|
+
{
|
3414
|
+
"retrieved": "2024-05-30",
|
3415
|
+
"version": "2024-05-29"
|
3400
3416
|
}
|
3401
3417
|
],
|
3402
3418
|
"vtype": "date"
|
@@ -5323,6 +5339,12 @@
|
|
5323
5339
|
"version": "2024-02-14",
|
5324
5340
|
"homepage": "ftp://ftp.ebi.ac.uk/pub/databases/intact/2024-02-14/",
|
5325
5341
|
"date": "2024-02-14"
|
5342
|
+
},
|
5343
|
+
{
|
5344
|
+
"retrieved": "2024-05-30",
|
5345
|
+
"version": "2024-05-20",
|
5346
|
+
"homepage": "ftp://ftp.ebi.ac.uk/pub/databases/intact/2024-05-20/",
|
5347
|
+
"date": "2024-05-20"
|
5326
5348
|
}
|
5327
5349
|
],
|
5328
5350
|
"vtype": "date"
|
@@ -5481,6 +5503,12 @@
|
|
5481
5503
|
"version": "99.0",
|
5482
5504
|
"homepage": "ftp://ftp.ebi.ac.uk/pub/databases/interpro/99.0/",
|
5483
5505
|
"date": "2024-03-28"
|
5506
|
+
},
|
5507
|
+
{
|
5508
|
+
"retrieved": "2024-05-31",
|
5509
|
+
"version": "100.0",
|
5510
|
+
"homepage": "ftp://ftp.ebi.ac.uk/pub/databases/interpro/100.0/",
|
5511
|
+
"date": "2024-05-30"
|
5484
5512
|
}
|
5485
5513
|
],
|
5486
5514
|
"vtype": "semver_minor"
|
@@ -7567,6 +7595,16 @@
|
|
7567
7595
|
"retrieved": "2024-05-26",
|
7568
7596
|
"version": "May 24, 2024",
|
7569
7597
|
"date": "2024-05-24"
|
7598
|
+
},
|
7599
|
+
{
|
7600
|
+
"retrieved": "2024-05-30",
|
7601
|
+
"version": "May 28, 2024",
|
7602
|
+
"date": "2024-05-28"
|
7603
|
+
},
|
7604
|
+
{
|
7605
|
+
"retrieved": "2024-05-31",
|
7606
|
+
"version": "May 29, 2024",
|
7607
|
+
"date": "2024-05-29"
|
7570
7608
|
}
|
7571
7609
|
],
|
7572
7610
|
"name": "Online Mendelian Inheritance in Man",
|
@@ -10146,6 +10184,11 @@
|
|
10146
10184
|
"retrieved": "2024-03-28",
|
10147
10185
|
"version": "132",
|
10148
10186
|
"date": "2024-03-27"
|
10187
|
+
},
|
10188
|
+
{
|
10189
|
+
"retrieved": "2024-05-30",
|
10190
|
+
"version": "133",
|
10191
|
+
"date": "2024-05-29"
|
10149
10192
|
}
|
10150
10193
|
],
|
10151
10194
|
"vtype": "date"
|
@@ -12698,6 +12741,14 @@
|
|
12698
12741
|
{
|
12699
12742
|
"retrieved": "2024-05-29",
|
12700
12743
|
"version": "2024-05-29"
|
12744
|
+
},
|
12745
|
+
{
|
12746
|
+
"retrieved": "2024-05-30",
|
12747
|
+
"version": "2024-05-30"
|
12748
|
+
},
|
12749
|
+
{
|
12750
|
+
"retrieved": "2024-05-31",
|
12751
|
+
"version": "2024-05-31"
|
12701
12752
|
}
|
12702
12753
|
],
|
12703
12754
|
"name": "SwissLipids",
|
@@ -13483,6 +13534,12 @@
|
|
13483
13534
|
"version": "2024_02",
|
13484
13535
|
"homepage": "ftp://ftp.uniprot.org/pub/databases/uniprot/previous_releases/release-2024_02/",
|
13485
13536
|
"date": "2024-02-01"
|
13537
|
+
},
|
13538
|
+
{
|
13539
|
+
"retrieved": "2024-05-30",
|
13540
|
+
"version": "2024_03",
|
13541
|
+
"homepage": "ftp://ftp.uniprot.org/pub/databases/uniprot/previous_releases/release-2024_03/",
|
13542
|
+
"date": "2024-03-01"
|
13486
13543
|
}
|
13487
13544
|
],
|
13488
13545
|
"vtype": "month"
|
@@ -16740,6 +16797,14 @@
|
|
16740
16797
|
{
|
16741
16798
|
"retrieved": "2024-05-29",
|
16742
16799
|
"version": "2024-05-27"
|
16800
|
+
},
|
16801
|
+
{
|
16802
|
+
"retrieved": "2024-05-30",
|
16803
|
+
"version": "2024-05-28"
|
16804
|
+
},
|
16805
|
+
{
|
16806
|
+
"retrieved": "2024-05-31",
|
16807
|
+
"version": "2024-05-29"
|
16743
16808
|
}
|
16744
16809
|
],
|
16745
16810
|
"name": "Zebrafish Information Network",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: bioversions
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.389
|
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
|
File without changes
|
File without changes
|
File without changes
|