bioversions 0.5.455__tar.gz → 0.5.456__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.455/src/bioversions.egg-info → bioversions-0.5.456}/PKG-INFO +1 -1
- {bioversions-0.5.455 → bioversions-0.5.456}/docs/_data/versions.yml +24 -2
- {bioversions-0.5.455 → bioversions-0.5.456}/docs/failures.md +1 -2
- {bioversions-0.5.455 → bioversions-0.5.456}/docs/img/has_release_url.svg +1 -1
- {bioversions-0.5.455 → bioversions-0.5.456}/docs/img/version_date_types.svg +1 -1
- {bioversions-0.5.455 → bioversions-0.5.456}/docs/img/version_types.svg +1 -1
- {bioversions-0.5.455 → bioversions-0.5.456}/setup.cfg +1 -1
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/resources/versions.json +46 -2
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/version.py +1 -1
- {bioversions-0.5.455 → bioversions-0.5.456/src/bioversions.egg-info}/PKG-INFO +1 -1
- {bioversions-0.5.455 → bioversions-0.5.456}/LICENSE +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/MANIFEST.in +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/README.md +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/docs/_config.yml +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/docs/_includes/head.html +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/docs/download.md +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/docs/index.md +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/docs/source/logo.png +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/docs/summary.md +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/pyproject.toml +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/civic.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/icd10.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/icd11.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/icf.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/omim.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/utils.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions.egg-info/SOURCES.txt +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions.egg-info/dependency_links.txt +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions.egg-info/entry_points.txt +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions.egg-info/not-zip-safe +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions.egg-info/requires.txt +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/src/bioversions.egg-info/top_level.txt +0 -0
- {bioversions-0.5.455 → bioversions-0.5.456}/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.456
|
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-08-
|
4
|
-
revision:
|
3
|
+
date: '2024-08-17'
|
4
|
+
revision: 756
|
5
5
|
database:
|
6
6
|
- name: A nomenclatural ontology for biological names
|
7
7
|
prefix: nomen
|
@@ -971,6 +971,8 @@ database:
|
|
971
971
|
version: '2.214'
|
972
972
|
- retrieved: '2024-08-11'
|
973
973
|
version: '2.221'
|
974
|
+
- retrieved: '2024-08-17'
|
975
|
+
version: '2.222'
|
974
976
|
vtype: date
|
975
977
|
- name: Clinical Trials Ontology
|
976
978
|
prefix: cto
|
@@ -1134,6 +1136,8 @@ database:
|
|
1134
1136
|
version: '2024-06-09'
|
1135
1137
|
- retrieved: '2024-08-11'
|
1136
1138
|
version: '2024-06-21'
|
1139
|
+
- retrieved: '2024-08-17'
|
1140
|
+
version: '2024-08-13'
|
1137
1141
|
vtype: date
|
1138
1142
|
- name: Confidence Information Ontology
|
1139
1143
|
prefix: cio
|
@@ -1534,6 +1538,8 @@ database:
|
|
1534
1538
|
version: '2024-04-25'
|
1535
1539
|
- retrieved: '2024-06-16'
|
1536
1540
|
version: '2024-06-13'
|
1541
|
+
- retrieved: '2024-08-17'
|
1542
|
+
version: '2024-08-07'
|
1537
1543
|
vtype: date
|
1538
1544
|
- name: Drosophila gross anatomy
|
1539
1545
|
prefix: fbbt
|
@@ -1570,6 +1576,8 @@ database:
|
|
1570
1576
|
version: '2024-04-25'
|
1571
1577
|
- retrieved: '2024-06-16'
|
1572
1578
|
version: '2024-06-13'
|
1579
|
+
- retrieved: '2024-08-17'
|
1580
|
+
version: '2024-08-08'
|
1573
1581
|
vtype: date
|
1574
1582
|
- name: Drosophila Phenotype Ontology
|
1575
1583
|
prefix: dpo
|
@@ -1614,6 +1622,8 @@ database:
|
|
1614
1622
|
version: '2024-04-25'
|
1615
1623
|
- retrieved: '2024-06-23'
|
1616
1624
|
version: '2024-06-13'
|
1625
|
+
- retrieved: '2024-08-17'
|
1626
|
+
version: '2024-08-08'
|
1617
1627
|
vtype: date
|
1618
1628
|
- name: Drosophila Phenotype Ontology (DPO)
|
1619
1629
|
prefix: dpo
|
@@ -2015,6 +2025,8 @@ database:
|
|
2015
2025
|
version: '4.170'
|
2016
2026
|
- retrieved: '2024-08-11'
|
2017
2027
|
version: '4.177'
|
2028
|
+
- retrieved: '2024-08-17'
|
2029
|
+
version: '4.178'
|
2018
2030
|
vtype: date
|
2019
2031
|
- name: Experimental Factor Ontology
|
2020
2032
|
prefix: efo
|
@@ -2341,6 +2353,8 @@ database:
|
|
2341
2353
|
version: '2024-04-25'
|
2342
2354
|
- retrieved: '2024-06-23'
|
2343
2355
|
version: '2024-06-13'
|
2356
|
+
- retrieved: '2024-08-17'
|
2357
|
+
version: '2024-08-08'
|
2344
2358
|
vtype: date
|
2345
2359
|
- name: FlyBase Controlled Vocabulary (FBcv)
|
2346
2360
|
prefix: fbcv
|
@@ -2938,6 +2952,8 @@ database:
|
|
2938
2952
|
version: '2024-04-26'
|
2939
2953
|
- retrieved: '2024-08-11'
|
2940
2954
|
version: '2024-07-01'
|
2955
|
+
- retrieved: '2024-08-17'
|
2956
|
+
version: '2024-08-13'
|
2941
2957
|
vtype: date
|
2942
2958
|
- name: Human Reference Atlas Common Coordinate Framework Ontology
|
2943
2959
|
prefix: ccf
|
@@ -3377,6 +3393,8 @@ database:
|
|
3377
3393
|
version: '2024-06-18'
|
3378
3394
|
- retrieved: '2024-08-11'
|
3379
3395
|
version: '2024-07-02'
|
3396
|
+
- retrieved: '2024-08-17'
|
3397
|
+
version: '2024-08-08'
|
3380
3398
|
vtype: date
|
3381
3399
|
- name: Mass Spectrometry Controlled Vocabulary
|
3382
3400
|
prefix: ms
|
@@ -7826,6 +7844,8 @@ database:
|
|
7826
7844
|
version: '2024-06-09'
|
7827
7845
|
- retrieved: '2024-08-11'
|
7828
7846
|
version: '2024-07-13'
|
7847
|
+
- retrieved: '2024-08-17'
|
7848
|
+
version: '2024-08-11'
|
7829
7849
|
vtype: semver
|
7830
7850
|
- name: Variation Ontology
|
7831
7851
|
prefix: vario
|
@@ -9733,6 +9753,8 @@ database:
|
|
9733
9753
|
version: '2024-08-12'
|
9734
9754
|
- retrieved: '2024-08-16'
|
9735
9755
|
version: '2024-08-14'
|
9756
|
+
- retrieved: '2024-08-17'
|
9757
|
+
version: '2024-08-15'
|
9736
9758
|
vtype: date
|
9737
9759
|
- name: Zebrafish Phenotype Ontology
|
9738
9760
|
prefix: zp
|
@@ -1,7 +1,6 @@
|
|
1
1
|
# Errors
|
2
2
|
|
3
3
|
- failed to resolve DisGeNet
|
4
|
-
- issue parsing Online Mendelian Inheritance in Man: Issue parsing OMIMGetter version Augu
|
4
|
+
- issue parsing Online Mendelian Inheritance in Man: Issue parsing OMIMGetter version Augu 15, 2024 with fmt %B %d, %Y
|
5
5
|
- failed to resolve Antibody Registry
|
6
|
-
- failed to resolve PathBank
|
7
6
|
- failed to resolve SwissLipids
|
@@ -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-08-
|
9
|
+
<dc:date>2024-08-17T00:53:56.576567</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-08-
|
9
|
+
<dc:date>2024-08-17T00:53:56.523925</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-08-
|
9
|
+
<dc:date>2024-08-17T00:53:56.441800</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-08-
|
3
|
+
"revision": 756,
|
4
|
+
"date": "2024-08-17",
|
5
5
|
"author": "runner"
|
6
6
|
},
|
7
7
|
"database": [
|
@@ -1780,6 +1780,10 @@
|
|
1780
1780
|
{
|
1781
1781
|
"retrieved": "2024-08-11",
|
1782
1782
|
"version": "2.221"
|
1783
|
+
},
|
1784
|
+
{
|
1785
|
+
"retrieved": "2024-08-17",
|
1786
|
+
"version": "2.222"
|
1783
1787
|
}
|
1784
1788
|
],
|
1785
1789
|
"vtype": "date"
|
@@ -2072,6 +2076,10 @@
|
|
2072
2076
|
{
|
2073
2077
|
"retrieved": "2024-08-11",
|
2074
2078
|
"version": "2024-06-21"
|
2079
|
+
},
|
2080
|
+
{
|
2081
|
+
"retrieved": "2024-08-17",
|
2082
|
+
"version": "2024-08-13"
|
2075
2083
|
}
|
2076
2084
|
],
|
2077
2085
|
"name": "Compositional Dietary Nutrition Ontology",
|
@@ -2774,6 +2782,10 @@
|
|
2774
2782
|
{
|
2775
2783
|
"retrieved": "2024-06-16",
|
2776
2784
|
"version": "2024-06-13"
|
2785
|
+
},
|
2786
|
+
{
|
2787
|
+
"retrieved": "2024-08-17",
|
2788
|
+
"version": "2024-08-07"
|
2777
2789
|
}
|
2778
2790
|
],
|
2779
2791
|
"name": "Drosophila development",
|
@@ -2845,6 +2857,10 @@
|
|
2845
2857
|
{
|
2846
2858
|
"retrieved": "2024-06-16",
|
2847
2859
|
"version": "2024-06-13"
|
2860
|
+
},
|
2861
|
+
{
|
2862
|
+
"retrieved": "2024-08-17",
|
2863
|
+
"version": "2024-08-08"
|
2848
2864
|
}
|
2849
2865
|
],
|
2850
2866
|
"name": "Drosophila gross anatomy",
|
@@ -2932,6 +2948,10 @@
|
|
2932
2948
|
{
|
2933
2949
|
"retrieved": "2024-06-23",
|
2934
2950
|
"version": "2024-06-13"
|
2951
|
+
},
|
2952
|
+
{
|
2953
|
+
"retrieved": "2024-08-17",
|
2954
|
+
"version": "2024-08-08"
|
2935
2955
|
}
|
2936
2956
|
],
|
2937
2957
|
"name": "Drosophila Phenotype Ontology",
|
@@ -3675,6 +3695,10 @@
|
|
3675
3695
|
{
|
3676
3696
|
"retrieved": "2024-08-11",
|
3677
3697
|
"version": "4.177"
|
3698
|
+
},
|
3699
|
+
{
|
3700
|
+
"retrieved": "2024-08-17",
|
3701
|
+
"version": "4.178"
|
3678
3702
|
}
|
3679
3703
|
],
|
3680
3704
|
"vtype": "date"
|
@@ -4300,6 +4324,10 @@
|
|
4300
4324
|
{
|
4301
4325
|
"retrieved": "2024-06-23",
|
4302
4326
|
"version": "2024-06-13"
|
4327
|
+
},
|
4328
|
+
{
|
4329
|
+
"retrieved": "2024-08-17",
|
4330
|
+
"version": "2024-08-08"
|
4303
4331
|
}
|
4304
4332
|
],
|
4305
4333
|
"name": "FlyBase Controlled Vocabulary",
|
@@ -5348,6 +5376,10 @@
|
|
5348
5376
|
{
|
5349
5377
|
"retrieved": "2024-08-11",
|
5350
5378
|
"version": "2024-07-01"
|
5379
|
+
},
|
5380
|
+
{
|
5381
|
+
"retrieved": "2024-08-17",
|
5382
|
+
"version": "2024-08-13"
|
5351
5383
|
}
|
5352
5384
|
],
|
5353
5385
|
"vtype": "date"
|
@@ -6120,6 +6152,10 @@
|
|
6120
6152
|
{
|
6121
6153
|
"retrieved": "2024-08-11",
|
6122
6154
|
"version": "2024-07-02"
|
6155
|
+
},
|
6156
|
+
{
|
6157
|
+
"retrieved": "2024-08-17",
|
6158
|
+
"version": "2024-08-08"
|
6123
6159
|
}
|
6124
6160
|
],
|
6125
6161
|
"vtype": "date"
|
@@ -14411,6 +14447,10 @@
|
|
14411
14447
|
{
|
14412
14448
|
"retrieved": "2024-08-11",
|
14413
14449
|
"version": "2024-07-13"
|
14450
|
+
},
|
14451
|
+
{
|
14452
|
+
"retrieved": "2024-08-17",
|
14453
|
+
"version": "2024-08-11"
|
14414
14454
|
}
|
14415
14455
|
],
|
14416
14456
|
"vtype": "semver"
|
@@ -17853,6 +17893,10 @@
|
|
17853
17893
|
{
|
17854
17894
|
"retrieved": "2024-08-16",
|
17855
17895
|
"version": "2024-08-14"
|
17896
|
+
},
|
17897
|
+
{
|
17898
|
+
"retrieved": "2024-08-17",
|
17899
|
+
"version": "2024-08-15"
|
17856
17900
|
}
|
17857
17901
|
],
|
17858
17902
|
"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.456
|
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
|