bioversions 0.5.323__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.323/src/bioversions.egg-info → bioversions-0.5.325}/PKG-INFO +1 -1
- {bioversions-0.5.323 → bioversions-0.5.325}/docs/_data/versions.yml +37 -2
- {bioversions-0.5.323 → bioversions-0.5.325}/docs/img/has_release_url.svg +1 -1
- {bioversions-0.5.323 → bioversions-0.5.325}/docs/img/version_date_types.svg +1 -1
- {bioversions-0.5.323 → bioversions-0.5.325}/docs/img/version_types.svg +1 -1
- {bioversions-0.5.323 → bioversions-0.5.325}/setup.cfg +1 -1
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/resources/versions.json +65 -2
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/version.py +1 -1
- {bioversions-0.5.323 → bioversions-0.5.325/src/bioversions.egg-info}/PKG-INFO +1 -1
- {bioversions-0.5.323 → bioversions-0.5.325}/LICENSE +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/MANIFEST.in +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/README.md +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/docs/_config.yml +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/docs/_includes/head.html +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/docs/download.md +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/docs/failures.md +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/docs/index.md +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/docs/source/logo.png +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/docs/summary.md +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/pyproject.toml +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/icd10.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/icd11.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/icf.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/omim.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/utils.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions.egg-info/SOURCES.txt +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions.egg-info/dependency_links.txt +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions.egg-info/entry_points.txt +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions.egg-info/not-zip-safe +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions.egg-info/requires.txt +0 -0
- {bioversions-0.5.323 → bioversions-0.5.325}/src/bioversions.egg-info/top_level.txt +0 -0
- {bioversions-0.5.323 → 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
|
@@ -3826,6 +3834,12 @@ database:
|
|
3826
3834
|
- date: '2024-03-22'
|
3827
3835
|
retrieved: '2024-03-25'
|
3828
3836
|
version: March 22, 2024
|
3837
|
+
- date: '2024-03-25'
|
3838
|
+
retrieved: '2024-03-27'
|
3839
|
+
version: March 25, 2024
|
3840
|
+
- date: '2024-03-26'
|
3841
|
+
retrieved: '2024-03-28'
|
3842
|
+
version: March 26, 2024
|
3829
3843
|
vtype: date
|
3830
3844
|
- name: 'OntoAvida: ontology for Avida digital evolution platform'
|
3831
3845
|
prefix: ontoavida
|
@@ -4977,6 +4991,8 @@ database:
|
|
4977
4991
|
version: '2024-03-15'
|
4978
4992
|
- retrieved: '2024-03-26'
|
4979
4993
|
version: '2024-03-25'
|
4994
|
+
- retrieved: '2024-03-27'
|
4995
|
+
version: '2024-03-26'
|
4980
4996
|
vtype: date
|
4981
4997
|
- name: Rat Strain Ontology
|
4982
4998
|
prefix: rs
|
@@ -5031,6 +5047,8 @@ database:
|
|
5031
5047
|
version: '86'
|
5032
5048
|
- retrieved: '2023-12-15'
|
5033
5049
|
version: '87'
|
5050
|
+
- retrieved: '2024-03-28'
|
5051
|
+
version: '88'
|
5034
5052
|
vtype: sequential
|
5035
5053
|
- name: Regulation of Gene Expression Ontology
|
5036
5054
|
prefix: rexo
|
@@ -5160,6 +5178,9 @@ database:
|
|
5160
5178
|
- date: '2024-01-24'
|
5161
5179
|
retrieved: '2024-03-25'
|
5162
5180
|
version: '131'
|
5181
|
+
- date: '2024-03-27'
|
5182
|
+
retrieved: '2024-03-28'
|
5183
|
+
version: '132'
|
5163
5184
|
vtype: date
|
5164
5185
|
- name: Rice ontology
|
5165
5186
|
prefix: co_320
|
@@ -6326,6 +6347,10 @@ database:
|
|
6326
6347
|
version: '2023-12-15'
|
6327
6348
|
- retrieved: '2024-03-25'
|
6328
6349
|
version: '2024-03-25'
|
6350
|
+
- retrieved: '2024-03-27'
|
6351
|
+
version: '2024-03-26'
|
6352
|
+
- retrieved: '2024-03-28'
|
6353
|
+
version: '2024-03-27'
|
6329
6354
|
vtype: date
|
6330
6355
|
- name: SWO (The Software Ontology)
|
6331
6356
|
prefix: swo
|
@@ -6619,6 +6644,8 @@ database:
|
|
6619
6644
|
version: '2023-12-08'
|
6620
6645
|
- retrieved: '2024-03-25'
|
6621
6646
|
version: '2024-02-20'
|
6647
|
+
- retrieved: '2024-03-28'
|
6648
|
+
version: '2024-03-22'
|
6622
6649
|
vtype: date
|
6623
6650
|
- name: UBERON
|
6624
6651
|
prefix: uberon
|
@@ -6736,6 +6763,10 @@ database:
|
|
6736
6763
|
homepage: ftp://ftp.uniprot.org/pub/databases/uniprot/previous_releases/release-2024_01/
|
6737
6764
|
retrieved: '2024-03-25'
|
6738
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'
|
6739
6770
|
vtype: month
|
6740
6771
|
- name: Unit Ontology
|
6741
6772
|
prefix: uo
|
@@ -8401,6 +8432,10 @@ database:
|
|
8401
8432
|
version: '2023-12-13'
|
8402
8433
|
- retrieved: '2024-03-25'
|
8403
8434
|
version: '2024-03-24'
|
8435
|
+
- retrieved: '2024-03-27'
|
8436
|
+
version: '2024-03-25'
|
8437
|
+
- retrieved: '2024-03-28'
|
8438
|
+
version: '2024-03-26'
|
8404
8439
|
vtype: date
|
8405
8440
|
- name: Zebrafish Phenotype Ontology
|
8406
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",
|
@@ -6944,6 +6958,16 @@
|
|
6944
6958
|
"retrieved": "2024-03-25",
|
6945
6959
|
"version": "March 22, 2024",
|
6946
6960
|
"date": "2024-03-22"
|
6961
|
+
},
|
6962
|
+
{
|
6963
|
+
"retrieved": "2024-03-27",
|
6964
|
+
"version": "March 25, 2024",
|
6965
|
+
"date": "2024-03-25"
|
6966
|
+
},
|
6967
|
+
{
|
6968
|
+
"retrieved": "2024-03-28",
|
6969
|
+
"version": "March 26, 2024",
|
6970
|
+
"date": "2024-03-26"
|
6947
6971
|
}
|
6948
6972
|
],
|
6949
6973
|
"name": "Online Mendelian Inheritance in Man",
|
@@ -9037,6 +9061,10 @@
|
|
9037
9061
|
{
|
9038
9062
|
"retrieved": "2024-03-26",
|
9039
9063
|
"version": "2024-03-25"
|
9064
|
+
},
|
9065
|
+
{
|
9066
|
+
"retrieved": "2024-03-27",
|
9067
|
+
"version": "2024-03-26"
|
9040
9068
|
}
|
9041
9069
|
],
|
9042
9070
|
"name": "Rat Genome Database",
|
@@ -9145,6 +9173,10 @@
|
|
9145
9173
|
{
|
9146
9174
|
"retrieved": "2023-12-15",
|
9147
9175
|
"version": "87"
|
9176
|
+
},
|
9177
|
+
{
|
9178
|
+
"retrieved": "2024-03-28",
|
9179
|
+
"version": "88"
|
9148
9180
|
}
|
9149
9181
|
],
|
9150
9182
|
"vtype": "sequential"
|
@@ -9376,6 +9408,11 @@
|
|
9376
9408
|
"retrieved": "2024-03-25",
|
9377
9409
|
"version": "131",
|
9378
9410
|
"date": "2024-01-24"
|
9411
|
+
},
|
9412
|
+
{
|
9413
|
+
"retrieved": "2024-03-28",
|
9414
|
+
"version": "132",
|
9415
|
+
"date": "2024-03-27"
|
9379
9416
|
}
|
9380
9417
|
],
|
9381
9418
|
"vtype": "date"
|
@@ -11658,6 +11695,14 @@
|
|
11658
11695
|
{
|
11659
11696
|
"retrieved": "2024-03-25",
|
11660
11697
|
"version": "2024-03-25"
|
11698
|
+
},
|
11699
|
+
{
|
11700
|
+
"retrieved": "2024-03-27",
|
11701
|
+
"version": "2024-03-26"
|
11702
|
+
},
|
11703
|
+
{
|
11704
|
+
"retrieved": "2024-03-28",
|
11705
|
+
"version": "2024-03-27"
|
11661
11706
|
}
|
11662
11707
|
],
|
11663
11708
|
"name": "SwissLipids",
|
@@ -12216,6 +12261,10 @@
|
|
12216
12261
|
{
|
12217
12262
|
"retrieved": "2024-03-25",
|
12218
12263
|
"version": "2024-02-20"
|
12264
|
+
},
|
12265
|
+
{
|
12266
|
+
"retrieved": "2024-03-28",
|
12267
|
+
"version": "2024-03-22"
|
12219
12268
|
}
|
12220
12269
|
],
|
12221
12270
|
"name": "Uber Anatomy Ontology",
|
@@ -12417,6 +12466,12 @@
|
|
12417
12466
|
"version": "2024_01",
|
12418
12467
|
"homepage": "ftp://ftp.uniprot.org/pub/databases/uniprot/previous_releases/release-2024_01/",
|
12419
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"
|
12420
12475
|
}
|
12421
12476
|
],
|
12422
12477
|
"vtype": "month"
|
@@ -15382,6 +15437,14 @@
|
|
15382
15437
|
{
|
15383
15438
|
"retrieved": "2024-03-25",
|
15384
15439
|
"version": "2024-03-24"
|
15440
|
+
},
|
15441
|
+
{
|
15442
|
+
"retrieved": "2024-03-27",
|
15443
|
+
"version": "2024-03-25"
|
15444
|
+
},
|
15445
|
+
{
|
15446
|
+
"retrieved": "2024-03-28",
|
15447
|
+
"version": "2024-03-26"
|
15385
15448
|
}
|
15386
15449
|
],
|
15387
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
|
File without changes
|