bioversions 0.5.324__tar.gz → 0.5.325__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.324/src/bioversions.egg-info → bioversions-0.5.325}/PKG-INFO +1 -1
- {bioversions-0.5.324 → bioversions-0.5.325}/docs/_data/versions.yml +28 -2
- {bioversions-0.5.324 → bioversions-0.5.325}/docs/failures.md +1 -2
- {bioversions-0.5.324 → bioversions-0.5.325}/docs/img/has_release_url.svg +1 -1
- {bioversions-0.5.324 → bioversions-0.5.325}/docs/img/version_date_types.svg +1 -1
- {bioversions-0.5.324 → bioversions-0.5.325}/docs/img/version_types.svg +1 -1
- {bioversions-0.5.324 → bioversions-0.5.325}/setup.cfg +1 -1
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/resources/versions.json +48 -2
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/version.py +1 -1
- {bioversions-0.5.324 → bioversions-0.5.325/src/bioversions.egg-info}/PKG-INFO +1 -1
- {bioversions-0.5.324 → bioversions-0.5.325}/LICENSE +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/MANIFEST.in +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/README.md +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/docs/_config.yml +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/docs/_includes/head.html +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/docs/download.md +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/docs/index.md +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/docs/source/logo.png +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/docs/summary.md +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/pyproject.toml +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/icd10.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/icd11.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/icf.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/omim.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/utils.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions.egg-info/SOURCES.txt +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions.egg-info/dependency_links.txt +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions.egg-info/entry_points.txt +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions.egg-info/not-zip-safe +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions.egg-info/requires.txt +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/src/bioversions.egg-info/top_level.txt +0 -0
- {bioversions-0.5.324 → bioversions-0.5.325}/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.325
|
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-28'
|
4
|
+
revision: 626
|
5
5
|
database:
|
6
6
|
- name: A nomenclatural ontology for biological names
|
7
7
|
prefix: nomen
|
@@ -1012,6 +1012,8 @@ database:
|
|
1012
1012
|
version: '2022-06-23'
|
1013
1013
|
- retrieved: '2023-05-11'
|
1014
1014
|
version: '2022-12-23'
|
1015
|
+
- retrieved: '2024-03-28'
|
1016
|
+
version: '2024-03-20'
|
1015
1017
|
vtype: date
|
1016
1018
|
- name: Confidence Information Ontology
|
1017
1019
|
prefix: cio
|
@@ -1778,6 +1780,8 @@ database:
|
|
1778
1780
|
version: '2023-11-08'
|
1779
1781
|
- retrieved: '2024-03-25'
|
1780
1782
|
version: '2024-01-24'
|
1783
|
+
- retrieved: '2024-03-28'
|
1784
|
+
version: '2024-03-27'
|
1781
1785
|
vtype: date
|
1782
1786
|
- name: Experimental condition ontology
|
1783
1787
|
prefix: xco
|
@@ -2433,6 +2437,10 @@ database:
|
|
2433
2437
|
homepage: https://www.guidetopharmacology.org/DATA/public_iuphardb_v2023.3.zip
|
2434
2438
|
retrieved: '2023-11-30'
|
2435
2439
|
version: '2023.3'
|
2440
|
+
- date: '2024-03-26'
|
2441
|
+
homepage: https://www.guidetopharmacology.org/DATA/public_iuphardb_v2024.1.zip
|
2442
|
+
retrieved: '2024-03-28'
|
2443
|
+
version: '2024.1'
|
2436
2444
|
vtype: year_minor
|
2437
2445
|
- name: Health Surveillance Ontology
|
2438
2446
|
prefix: hso
|
@@ -3829,6 +3837,9 @@ database:
|
|
3829
3837
|
- date: '2024-03-25'
|
3830
3838
|
retrieved: '2024-03-27'
|
3831
3839
|
version: March 25, 2024
|
3840
|
+
- date: '2024-03-26'
|
3841
|
+
retrieved: '2024-03-28'
|
3842
|
+
version: March 26, 2024
|
3832
3843
|
vtype: date
|
3833
3844
|
- name: 'OntoAvida: ontology for Avida digital evolution platform'
|
3834
3845
|
prefix: ontoavida
|
@@ -5036,6 +5047,8 @@ database:
|
|
5036
5047
|
version: '86'
|
5037
5048
|
- retrieved: '2023-12-15'
|
5038
5049
|
version: '87'
|
5050
|
+
- retrieved: '2024-03-28'
|
5051
|
+
version: '88'
|
5039
5052
|
vtype: sequential
|
5040
5053
|
- name: Regulation of Gene Expression Ontology
|
5041
5054
|
prefix: rexo
|
@@ -5165,6 +5178,9 @@ database:
|
|
5165
5178
|
- date: '2024-01-24'
|
5166
5179
|
retrieved: '2024-03-25'
|
5167
5180
|
version: '131'
|
5181
|
+
- date: '2024-03-27'
|
5182
|
+
retrieved: '2024-03-28'
|
5183
|
+
version: '132'
|
5168
5184
|
vtype: date
|
5169
5185
|
- name: Rice ontology
|
5170
5186
|
prefix: co_320
|
@@ -6333,6 +6349,8 @@ database:
|
|
6333
6349
|
version: '2024-03-25'
|
6334
6350
|
- retrieved: '2024-03-27'
|
6335
6351
|
version: '2024-03-26'
|
6352
|
+
- retrieved: '2024-03-28'
|
6353
|
+
version: '2024-03-27'
|
6336
6354
|
vtype: date
|
6337
6355
|
- name: SWO (The Software Ontology)
|
6338
6356
|
prefix: swo
|
@@ -6626,6 +6644,8 @@ database:
|
|
6626
6644
|
version: '2023-12-08'
|
6627
6645
|
- retrieved: '2024-03-25'
|
6628
6646
|
version: '2024-02-20'
|
6647
|
+
- retrieved: '2024-03-28'
|
6648
|
+
version: '2024-03-22'
|
6629
6649
|
vtype: date
|
6630
6650
|
- name: UBERON
|
6631
6651
|
prefix: uberon
|
@@ -6743,6 +6763,10 @@ database:
|
|
6743
6763
|
homepage: ftp://ftp.uniprot.org/pub/databases/uniprot/previous_releases/release-2024_01/
|
6744
6764
|
retrieved: '2024-03-25'
|
6745
6765
|
version: '2024_01'
|
6766
|
+
- date: '2024-02-01'
|
6767
|
+
homepage: ftp://ftp.uniprot.org/pub/databases/uniprot/previous_releases/release-2024_02/
|
6768
|
+
retrieved: '2024-03-28'
|
6769
|
+
version: '2024_02'
|
6746
6770
|
vtype: month
|
6747
6771
|
- name: Unit Ontology
|
6748
6772
|
prefix: uo
|
@@ -8410,6 +8434,8 @@ database:
|
|
8410
8434
|
version: '2024-03-24'
|
8411
8435
|
- retrieved: '2024-03-27'
|
8412
8436
|
version: '2024-03-25'
|
8437
|
+
- retrieved: '2024-03-28'
|
8438
|
+
version: '2024-03-26'
|
8413
8439
|
vtype: date
|
8414
8440
|
- name: Zebrafish Phenotype Ontology
|
8415
8441
|
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-28T00:46:19.407204</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-28T00:46:19.337820</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-28T00:46:19.230634</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": 626,
|
4
|
+
"date": "2024-03-28",
|
5
5
|
"author": "runner"
|
6
6
|
},
|
7
7
|
"database": [
|
@@ -1843,6 +1843,10 @@
|
|
1843
1843
|
{
|
1844
1844
|
"retrieved": "2023-05-11",
|
1845
1845
|
"version": "2022-12-23"
|
1846
|
+
},
|
1847
|
+
{
|
1848
|
+
"retrieved": "2024-03-28",
|
1849
|
+
"version": "2024-03-20"
|
1846
1850
|
}
|
1847
1851
|
],
|
1848
1852
|
"name": "Compositional Dietary Nutrition Ontology",
|
@@ -3230,6 +3234,10 @@
|
|
3230
3234
|
{
|
3231
3235
|
"retrieved": "2024-03-25",
|
3232
3236
|
"version": "2024-01-24"
|
3237
|
+
},
|
3238
|
+
{
|
3239
|
+
"retrieved": "2024-03-28",
|
3240
|
+
"version": "2024-03-27"
|
3233
3241
|
}
|
3234
3242
|
],
|
3235
3243
|
"vtype": "date"
|
@@ -4431,6 +4439,12 @@
|
|
4431
4439
|
"version": "2023.3",
|
4432
4440
|
"homepage": "https://www.guidetopharmacology.org/DATA/public_iuphardb_v2023.3.zip",
|
4433
4441
|
"date": "2023-11-29"
|
4442
|
+
},
|
4443
|
+
{
|
4444
|
+
"retrieved": "2024-03-28",
|
4445
|
+
"version": "2024.1",
|
4446
|
+
"homepage": "https://www.guidetopharmacology.org/DATA/public_iuphardb_v2024.1.zip",
|
4447
|
+
"date": "2024-03-26"
|
4434
4448
|
}
|
4435
4449
|
],
|
4436
4450
|
"name": "Guide to Pharmacology",
|
@@ -6949,6 +6963,11 @@
|
|
6949
6963
|
"retrieved": "2024-03-27",
|
6950
6964
|
"version": "March 25, 2024",
|
6951
6965
|
"date": "2024-03-25"
|
6966
|
+
},
|
6967
|
+
{
|
6968
|
+
"retrieved": "2024-03-28",
|
6969
|
+
"version": "March 26, 2024",
|
6970
|
+
"date": "2024-03-26"
|
6952
6971
|
}
|
6953
6972
|
],
|
6954
6973
|
"name": "Online Mendelian Inheritance in Man",
|
@@ -9154,6 +9173,10 @@
|
|
9154
9173
|
{
|
9155
9174
|
"retrieved": "2023-12-15",
|
9156
9175
|
"version": "87"
|
9176
|
+
},
|
9177
|
+
{
|
9178
|
+
"retrieved": "2024-03-28",
|
9179
|
+
"version": "88"
|
9157
9180
|
}
|
9158
9181
|
],
|
9159
9182
|
"vtype": "sequential"
|
@@ -9385,6 +9408,11 @@
|
|
9385
9408
|
"retrieved": "2024-03-25",
|
9386
9409
|
"version": "131",
|
9387
9410
|
"date": "2024-01-24"
|
9411
|
+
},
|
9412
|
+
{
|
9413
|
+
"retrieved": "2024-03-28",
|
9414
|
+
"version": "132",
|
9415
|
+
"date": "2024-03-27"
|
9388
9416
|
}
|
9389
9417
|
],
|
9390
9418
|
"vtype": "date"
|
@@ -11671,6 +11699,10 @@
|
|
11671
11699
|
{
|
11672
11700
|
"retrieved": "2024-03-27",
|
11673
11701
|
"version": "2024-03-26"
|
11702
|
+
},
|
11703
|
+
{
|
11704
|
+
"retrieved": "2024-03-28",
|
11705
|
+
"version": "2024-03-27"
|
11674
11706
|
}
|
11675
11707
|
],
|
11676
11708
|
"name": "SwissLipids",
|
@@ -12229,6 +12261,10 @@
|
|
12229
12261
|
{
|
12230
12262
|
"retrieved": "2024-03-25",
|
12231
12263
|
"version": "2024-02-20"
|
12264
|
+
},
|
12265
|
+
{
|
12266
|
+
"retrieved": "2024-03-28",
|
12267
|
+
"version": "2024-03-22"
|
12232
12268
|
}
|
12233
12269
|
],
|
12234
12270
|
"name": "Uber Anatomy Ontology",
|
@@ -12430,6 +12466,12 @@
|
|
12430
12466
|
"version": "2024_01",
|
12431
12467
|
"homepage": "ftp://ftp.uniprot.org/pub/databases/uniprot/previous_releases/release-2024_01/",
|
12432
12468
|
"date": "2024-01-01"
|
12469
|
+
},
|
12470
|
+
{
|
12471
|
+
"retrieved": "2024-03-28",
|
12472
|
+
"version": "2024_02",
|
12473
|
+
"homepage": "ftp://ftp.uniprot.org/pub/databases/uniprot/previous_releases/release-2024_02/",
|
12474
|
+
"date": "2024-02-01"
|
12433
12475
|
}
|
12434
12476
|
],
|
12435
12477
|
"vtype": "month"
|
@@ -15399,6 +15441,10 @@
|
|
15399
15441
|
{
|
15400
15442
|
"retrieved": "2024-03-27",
|
15401
15443
|
"version": "2024-03-25"
|
15444
|
+
},
|
15445
|
+
{
|
15446
|
+
"retrieved": "2024-03-28",
|
15447
|
+
"version": "2024-03-26"
|
15402
15448
|
}
|
15403
15449
|
],
|
15404
15450
|
"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.325
|
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
|