bioversions 0.5.387__tar.gz → 0.5.388__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.388}/PKG-INFO +1 -1
- {bioversions-0.5.387 → bioversions-0.5.388}/docs/_data/versions.yml +30 -2
- {bioversions-0.5.387 → bioversions-0.5.388}/docs/failures.md +0 -1
- {bioversions-0.5.387 → bioversions-0.5.388}/docs/img/has_release_url.svg +1 -1
- {bioversions-0.5.387 → bioversions-0.5.388}/docs/img/version_date_types.svg +1 -1
- {bioversions-0.5.387 → bioversions-0.5.388}/docs/img/version_types.svg +1 -1
- {bioversions-0.5.387 → bioversions-0.5.388}/setup.cfg +1 -1
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/resources/versions.json +48 -2
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/version.py +1 -1
- {bioversions-0.5.387 → bioversions-0.5.388/src/bioversions.egg-info}/PKG-INFO +1 -1
- {bioversions-0.5.387 → bioversions-0.5.388}/LICENSE +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/MANIFEST.in +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/README.md +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/docs/_config.yml +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/docs/_includes/head.html +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/docs/download.md +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/docs/index.md +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/docs/source/logo.png +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/docs/summary.md +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/pyproject.toml +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/civic.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/icd10.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/icd11.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/icf.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/omim.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/utils.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions.egg-info/SOURCES.txt +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions.egg-info/dependency_links.txt +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions.egg-info/entry_points.txt +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions.egg-info/not-zip-safe +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions.egg-info/requires.txt +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/src/bioversions.egg-info/top_level.txt +0 -0
- {bioversions-0.5.387 → bioversions-0.5.388}/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.388
|
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-30'
|
4
|
+
revision: 689
|
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
|
@@ -4176,6 +4190,9 @@ database:
|
|
4176
4190
|
- date: '2024-05-24'
|
4177
4191
|
retrieved: '2024-05-26'
|
4178
4192
|
version: May 24, 2024
|
4193
|
+
- date: '2024-05-28'
|
4194
|
+
retrieved: '2024-05-30'
|
4195
|
+
version: May 28, 2024
|
4179
4196
|
vtype: date
|
4180
4197
|
- name: 'OntoAvida: ontology for Avida digital evolution platform'
|
4181
4198
|
prefix: ontoavida
|
@@ -5587,6 +5604,9 @@ database:
|
|
5587
5604
|
- date: '2024-03-27'
|
5588
5605
|
retrieved: '2024-03-28'
|
5589
5606
|
version: '132'
|
5607
|
+
- date: '2024-05-29'
|
5608
|
+
retrieved: '2024-05-30'
|
5609
|
+
version: '133'
|
5590
5610
|
vtype: date
|
5591
5611
|
- name: Rice ontology
|
5592
5612
|
prefix: co_320
|
@@ -6889,6 +6909,8 @@ database:
|
|
6889
6909
|
version: '2024-05-28'
|
6890
6910
|
- retrieved: '2024-05-29'
|
6891
6911
|
version: '2024-05-29'
|
6912
|
+
- retrieved: '2024-05-30'
|
6913
|
+
version: '2024-05-30'
|
6892
6914
|
vtype: date
|
6893
6915
|
- name: SWO (The Software Ontology)
|
6894
6916
|
prefix: swo
|
@@ -7313,6 +7335,10 @@ database:
|
|
7313
7335
|
homepage: ftp://ftp.uniprot.org/pub/databases/uniprot/previous_releases/release-2024_02/
|
7314
7336
|
retrieved: '2024-03-28'
|
7315
7337
|
version: '2024_02'
|
7338
|
+
- date: '2024-03-01'
|
7339
|
+
homepage: ftp://ftp.uniprot.org/pub/databases/uniprot/previous_releases/release-2024_03/
|
7340
|
+
retrieved: '2024-05-30'
|
7341
|
+
version: '2024_03'
|
7316
7342
|
vtype: month
|
7317
7343
|
- name: Unit Ontology
|
7318
7344
|
prefix: uo
|
@@ -9126,6 +9152,8 @@ database:
|
|
9126
9152
|
version: '2024-05-26'
|
9127
9153
|
- retrieved: '2024-05-29'
|
9128
9154
|
version: '2024-05-27'
|
9155
|
+
- retrieved: '2024-05-30'
|
9156
|
+
version: '2024-05-28'
|
9129
9157
|
vtype: date
|
9130
9158
|
- name: Zebrafish Phenotype Ontology
|
9131
9159
|
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-30T00:51:34.869852</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-30T00:51:34.795491</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-30T00:51:34.684037</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": 689,
|
4
|
+
"date": "2024-05-30",
|
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"
|
@@ -7567,6 +7589,11 @@
|
|
7567
7589
|
"retrieved": "2024-05-26",
|
7568
7590
|
"version": "May 24, 2024",
|
7569
7591
|
"date": "2024-05-24"
|
7592
|
+
},
|
7593
|
+
{
|
7594
|
+
"retrieved": "2024-05-30",
|
7595
|
+
"version": "May 28, 2024",
|
7596
|
+
"date": "2024-05-28"
|
7570
7597
|
}
|
7571
7598
|
],
|
7572
7599
|
"name": "Online Mendelian Inheritance in Man",
|
@@ -10146,6 +10173,11 @@
|
|
10146
10173
|
"retrieved": "2024-03-28",
|
10147
10174
|
"version": "132",
|
10148
10175
|
"date": "2024-03-27"
|
10176
|
+
},
|
10177
|
+
{
|
10178
|
+
"retrieved": "2024-05-30",
|
10179
|
+
"version": "133",
|
10180
|
+
"date": "2024-05-29"
|
10149
10181
|
}
|
10150
10182
|
],
|
10151
10183
|
"vtype": "date"
|
@@ -12698,6 +12730,10 @@
|
|
12698
12730
|
{
|
12699
12731
|
"retrieved": "2024-05-29",
|
12700
12732
|
"version": "2024-05-29"
|
12733
|
+
},
|
12734
|
+
{
|
12735
|
+
"retrieved": "2024-05-30",
|
12736
|
+
"version": "2024-05-30"
|
12701
12737
|
}
|
12702
12738
|
],
|
12703
12739
|
"name": "SwissLipids",
|
@@ -13483,6 +13519,12 @@
|
|
13483
13519
|
"version": "2024_02",
|
13484
13520
|
"homepage": "ftp://ftp.uniprot.org/pub/databases/uniprot/previous_releases/release-2024_02/",
|
13485
13521
|
"date": "2024-02-01"
|
13522
|
+
},
|
13523
|
+
{
|
13524
|
+
"retrieved": "2024-05-30",
|
13525
|
+
"version": "2024_03",
|
13526
|
+
"homepage": "ftp://ftp.uniprot.org/pub/databases/uniprot/previous_releases/release-2024_03/",
|
13527
|
+
"date": "2024-03-01"
|
13486
13528
|
}
|
13487
13529
|
],
|
13488
13530
|
"vtype": "month"
|
@@ -16740,6 +16782,10 @@
|
|
16740
16782
|
{
|
16741
16783
|
"retrieved": "2024-05-29",
|
16742
16784
|
"version": "2024-05-27"
|
16785
|
+
},
|
16786
|
+
{
|
16787
|
+
"retrieved": "2024-05-30",
|
16788
|
+
"version": "2024-05-28"
|
16743
16789
|
}
|
16744
16790
|
],
|
16745
16791
|
"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.388
|
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
|