bioversions 0.5.358__tar.gz → 0.5.360__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.358/src/bioversions.egg-info → bioversions-0.5.360}/PKG-INFO +1 -1
- {bioversions-0.5.358 → bioversions-0.5.360}/docs/_data/versions.yml +44 -2
- {bioversions-0.5.358 → bioversions-0.5.360}/docs/img/has_release_url.svg +1 -1
- {bioversions-0.5.358 → bioversions-0.5.360}/docs/img/version_date_types.svg +1 -1
- {bioversions-0.5.358 → bioversions-0.5.360}/docs/img/version_types.svg +1 -1
- {bioversions-0.5.358 → bioversions-0.5.360}/setup.cfg +1 -1
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/resources/versions.json +74 -2
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/version.py +1 -1
- {bioversions-0.5.358 → bioversions-0.5.360/src/bioversions.egg-info}/PKG-INFO +1 -1
- {bioversions-0.5.358 → bioversions-0.5.360}/LICENSE +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/MANIFEST.in +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/README.md +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/docs/_config.yml +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/docs/_includes/head.html +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/docs/download.md +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/docs/failures.md +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/docs/index.md +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/docs/source/logo.png +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/docs/summary.md +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/pyproject.toml +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/civic.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/icd10.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/icd11.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/icf.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/omim.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/utils.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions.egg-info/SOURCES.txt +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions.egg-info/dependency_links.txt +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions.egg-info/entry_points.txt +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions.egg-info/not-zip-safe +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions.egg-info/requires.txt +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/src/bioversions.egg-info/top_level.txt +0 -0
- {bioversions-0.5.358 → bioversions-0.5.360}/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.360
|
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-
|
4
|
-
revision:
|
3
|
+
date: '2024-05-02'
|
4
|
+
revision: 661
|
5
5
|
database:
|
6
6
|
- name: A nomenclatural ontology for biological names
|
7
7
|
prefix: nomen
|
@@ -331,6 +331,9 @@ database:
|
|
331
331
|
- homepage: https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.232
|
332
332
|
retrieved: '2024-04-02'
|
333
333
|
version: 4.4.232
|
334
|
+
- homepage: https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.233
|
335
|
+
retrieved: '2024-05-02'
|
336
|
+
version: 4.4.233
|
334
337
|
vtype: semver
|
335
338
|
- name: Bioinformatics operations, data types, formats, identifiers and topics
|
336
339
|
prefix: edam
|
@@ -751,6 +754,9 @@ database:
|
|
751
754
|
- homepage: ftp://ftp.ebi.ac.uk/pub/databases/chebi/archive/rel232/
|
752
755
|
retrieved: '2024-04-02'
|
753
756
|
version: '232'
|
757
|
+
- homepage: ftp://ftp.ebi.ac.uk/pub/databases/chebi/archive/rel233/
|
758
|
+
retrieved: '2024-05-02'
|
759
|
+
version: '233'
|
754
760
|
vtype: sequential
|
755
761
|
- name: ChEBI Integrated Role Ontology
|
756
762
|
prefix: chiro
|
@@ -868,6 +874,8 @@ database:
|
|
868
874
|
releases:
|
869
875
|
- retrieved: '2024-04-03'
|
870
876
|
version: 01-Apr-2024
|
877
|
+
- retrieved: '2024-05-01'
|
878
|
+
version: 01-May-2024
|
871
879
|
vtype: date
|
872
880
|
- name: clinical LABoratory Ontology
|
873
881
|
prefix: labo
|
@@ -1379,6 +1387,10 @@ database:
|
|
1379
1387
|
homepage: https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology/releases/2024-03-28
|
1380
1388
|
retrieved: '2024-03-29'
|
1381
1389
|
version: '2024-03-28'
|
1390
|
+
- date: '2024-04-30'
|
1391
|
+
homepage: https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology/releases/2024-04-30
|
1392
|
+
retrieved: '2024-05-01'
|
1393
|
+
version: '2024-04-30'
|
1382
1394
|
vtype: date
|
1383
1395
|
- name: DisGeNet
|
1384
1396
|
releases:
|
@@ -2382,6 +2394,10 @@ database:
|
|
2382
2394
|
homepage: http://archive.geneontology.org/full/2024-04-18/
|
2383
2395
|
retrieved: '2024-04-21'
|
2384
2396
|
version: '2024-04-18'
|
2397
|
+
- date: '2024-04-24'
|
2398
|
+
homepage: http://archive.geneontology.org/full/2024-04-24/
|
2399
|
+
retrieved: '2024-05-01'
|
2400
|
+
version: '2024-04-24'
|
2385
2401
|
vtype: date
|
2386
2402
|
- name: GENO ontology
|
2387
2403
|
prefix: geno
|
@@ -3026,6 +3042,8 @@ database:
|
|
3026
3042
|
version: 08-Dec-2023
|
3027
3043
|
- retrieved: '2024-03-25'
|
3028
3044
|
version: 28-Feb-2024
|
3045
|
+
- retrieved: '2024-05-01'
|
3046
|
+
version: 26-Apr-2024
|
3029
3047
|
vtype: date
|
3030
3048
|
- name: KEGG
|
3031
3049
|
prefix: kegg.pathway
|
@@ -3084,6 +3102,9 @@ database:
|
|
3084
3102
|
- date: '2024-04-01'
|
3085
3103
|
retrieved: '2024-03-31'
|
3086
3104
|
version: '110.0'
|
3105
|
+
- date: '2024-05-01'
|
3106
|
+
retrieved: '2024-05-02'
|
3107
|
+
version: '110.1'
|
3087
3108
|
vtype: semver_minor
|
3088
3109
|
- name: Kinetic Simulation Algorithm Ontology
|
3089
3110
|
prefix: biomodels.kisao
|
@@ -4041,6 +4062,12 @@ database:
|
|
4041
4062
|
- date: '2024-04-26'
|
4042
4063
|
retrieved: '2024-04-28'
|
4043
4064
|
version: April 26, 2024
|
4065
|
+
- date: '2024-04-29'
|
4066
|
+
retrieved: '2024-05-01'
|
4067
|
+
version: April 29, 2024
|
4068
|
+
- date: '2024-04-30'
|
4069
|
+
retrieved: '2024-05-02'
|
4070
|
+
version: April 30, 2024
|
4044
4071
|
vtype: date
|
4045
4072
|
- name: 'OntoAvida: ontology for Avida digital evolution platform'
|
4046
4073
|
prefix: ontoavida
|
@@ -4919,6 +4946,10 @@ database:
|
|
4919
4946
|
homepage: https://www.pombase.org/data/releases/pombase-2024-04-01/
|
4920
4947
|
retrieved: '2024-04-11'
|
4921
4948
|
version: '2024-04-01'
|
4949
|
+
- date: '2024-05-01'
|
4950
|
+
homepage: https://www.pombase.org/data/releases/pombase-2024-05-01/
|
4951
|
+
retrieved: '2024-05-02'
|
4952
|
+
version: '2024-05-01'
|
4922
4953
|
vtype: date
|
4923
4954
|
- name: Population and Community Ontology
|
4924
4955
|
prefix: pco
|
@@ -5109,6 +5140,9 @@ database:
|
|
5109
5140
|
- homepage: https://ftp.ncbi.nlm.nih.gov/pubchem/Compound/Monthly/2024-04-01
|
5110
5141
|
retrieved: '2024-04-01'
|
5111
5142
|
version: '2024-04-01'
|
5143
|
+
- homepage: https://ftp.ncbi.nlm.nih.gov/pubchem/Compound/Monthly/2024-05-01
|
5144
|
+
retrieved: '2024-05-01'
|
5145
|
+
version: '2024-05-01'
|
5112
5146
|
vtype: date
|
5113
5147
|
- name: Radiation Biology Ontology
|
5114
5148
|
prefix: rbo
|
@@ -6660,6 +6694,10 @@ database:
|
|
6660
6694
|
version: '2024-04-29'
|
6661
6695
|
- retrieved: '2024-04-30'
|
6662
6696
|
version: '2024-04-30'
|
6697
|
+
- retrieved: '2024-05-01'
|
6698
|
+
version: '2024-05-01'
|
6699
|
+
- retrieved: '2024-05-02'
|
6700
|
+
version: '2024-05-02'
|
6663
6701
|
vtype: date
|
6664
6702
|
- name: SWO (The Software Ontology)
|
6665
6703
|
prefix: swo
|
@@ -8825,6 +8863,10 @@ database:
|
|
8825
8863
|
version: '2024-04-27'
|
8826
8864
|
- retrieved: '2024-04-30'
|
8827
8865
|
version: '2024-04-28'
|
8866
|
+
- retrieved: '2024-05-01'
|
8867
|
+
version: '2024-04-29'
|
8868
|
+
- retrieved: '2024-05-02'
|
8869
|
+
version: '2024-04-30'
|
8828
8870
|
vtype: date
|
8829
8871
|
- name: Zebrafish Phenotype Ontology
|
8830
8872
|
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-
|
9
|
+
<dc:date>2024-05-02T00:48:04.615870</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-
|
9
|
+
<dc:date>2024-05-02T00:48:04.544307</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-
|
9
|
+
<dc:date>2024-05-02T00:48:04.436026</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-
|
3
|
+
"revision": 661,
|
4
|
+
"date": "2024-05-02",
|
5
5
|
"author": "runner"
|
6
6
|
},
|
7
7
|
"database": [
|
@@ -602,6 +602,11 @@
|
|
602
602
|
"retrieved": "2024-04-02",
|
603
603
|
"version": "4.4.232",
|
604
604
|
"homepage": "https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.232"
|
605
|
+
},
|
606
|
+
{
|
607
|
+
"retrieved": "2024-05-02",
|
608
|
+
"version": "4.4.233",
|
609
|
+
"homepage": "https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.233"
|
605
610
|
}
|
606
611
|
],
|
607
612
|
"vtype": "semver"
|
@@ -1383,6 +1388,11 @@
|
|
1383
1388
|
"retrieved": "2024-04-02",
|
1384
1389
|
"version": "232",
|
1385
1390
|
"homepage": "ftp://ftp.ebi.ac.uk/pub/databases/chebi/archive/rel232/"
|
1391
|
+
},
|
1392
|
+
{
|
1393
|
+
"retrieved": "2024-05-02",
|
1394
|
+
"version": "233",
|
1395
|
+
"homepage": "ftp://ftp.ebi.ac.uk/pub/databases/chebi/archive/rel233/"
|
1386
1396
|
}
|
1387
1397
|
],
|
1388
1398
|
"vtype": "sequential"
|
@@ -1584,6 +1594,10 @@
|
|
1584
1594
|
{
|
1585
1595
|
"retrieved": "2024-04-03",
|
1586
1596
|
"version": "01-Apr-2024"
|
1597
|
+
},
|
1598
|
+
{
|
1599
|
+
"retrieved": "2024-05-01",
|
1600
|
+
"version": "01-May-2024"
|
1587
1601
|
}
|
1588
1602
|
],
|
1589
1603
|
"name": "CiVIC",
|
@@ -2488,6 +2502,12 @@
|
|
2488
2502
|
"version": "2024-03-28",
|
2489
2503
|
"homepage": "https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology/releases/2024-03-28",
|
2490
2504
|
"date": "2024-03-28"
|
2505
|
+
},
|
2506
|
+
{
|
2507
|
+
"retrieved": "2024-05-01",
|
2508
|
+
"version": "2024-04-30",
|
2509
|
+
"homepage": "https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology/releases/2024-04-30",
|
2510
|
+
"date": "2024-04-30"
|
2491
2511
|
}
|
2492
2512
|
],
|
2493
2513
|
"vtype": "date"
|
@@ -4345,6 +4365,12 @@
|
|
4345
4365
|
"version": "2024-04-18",
|
4346
4366
|
"homepage": "http://archive.geneontology.org/full/2024-04-18/",
|
4347
4367
|
"date": "2024-04-18"
|
4368
|
+
},
|
4369
|
+
{
|
4370
|
+
"retrieved": "2024-05-01",
|
4371
|
+
"version": "2024-04-24",
|
4372
|
+
"homepage": "http://archive.geneontology.org/full/2024-04-24/",
|
4373
|
+
"date": "2024-04-24"
|
4348
4374
|
}
|
4349
4375
|
],
|
4350
4376
|
"vtype": "date"
|
@@ -5485,6 +5511,10 @@
|
|
5485
5511
|
{
|
5486
5512
|
"retrieved": "2024-03-25",
|
5487
5513
|
"version": "28-Feb-2024"
|
5514
|
+
},
|
5515
|
+
{
|
5516
|
+
"retrieved": "2024-05-01",
|
5517
|
+
"version": "26-Apr-2024"
|
5488
5518
|
}
|
5489
5519
|
],
|
5490
5520
|
"name": "ITIS",
|
@@ -5584,6 +5614,11 @@
|
|
5584
5614
|
"retrieved": "2024-03-31",
|
5585
5615
|
"version": "110.0",
|
5586
5616
|
"date": "2024-04-01"
|
5617
|
+
},
|
5618
|
+
{
|
5619
|
+
"retrieved": "2024-05-02",
|
5620
|
+
"version": "110.1",
|
5621
|
+
"date": "2024-05-01"
|
5587
5622
|
}
|
5588
5623
|
],
|
5589
5624
|
"vtype": "semver_minor"
|
@@ -7328,6 +7363,16 @@
|
|
7328
7363
|
"retrieved": "2024-04-28",
|
7329
7364
|
"version": "April 26, 2024",
|
7330
7365
|
"date": "2024-04-26"
|
7366
|
+
},
|
7367
|
+
{
|
7368
|
+
"retrieved": "2024-05-01",
|
7369
|
+
"version": "April 29, 2024",
|
7370
|
+
"date": "2024-04-29"
|
7371
|
+
},
|
7372
|
+
{
|
7373
|
+
"retrieved": "2024-05-02",
|
7374
|
+
"version": "April 30, 2024",
|
7375
|
+
"date": "2024-04-30"
|
7331
7376
|
}
|
7332
7377
|
],
|
7333
7378
|
"name": "Online Mendelian Inheritance in Man",
|
@@ -8916,6 +8961,12 @@
|
|
8916
8961
|
"version": "2024-04-01",
|
8917
8962
|
"homepage": "https://www.pombase.org/data/releases/pombase-2024-04-01/",
|
8918
8963
|
"date": "2024-04-01"
|
8964
|
+
},
|
8965
|
+
{
|
8966
|
+
"retrieved": "2024-05-02",
|
8967
|
+
"version": "2024-05-01",
|
8968
|
+
"homepage": "https://www.pombase.org/data/releases/pombase-2024-05-01/",
|
8969
|
+
"date": "2024-05-01"
|
8919
8970
|
}
|
8920
8971
|
],
|
8921
8972
|
"name": "PomBase",
|
@@ -9255,6 +9306,11 @@
|
|
9255
9306
|
"retrieved": "2024-04-01",
|
9256
9307
|
"version": "2024-04-01",
|
9257
9308
|
"homepage": "https://ftp.ncbi.nlm.nih.gov/pubchem/Compound/Monthly/2024-04-01"
|
9309
|
+
},
|
9310
|
+
{
|
9311
|
+
"retrieved": "2024-05-01",
|
9312
|
+
"version": "2024-05-01",
|
9313
|
+
"homepage": "https://ftp.ncbi.nlm.nih.gov/pubchem/Compound/Monthly/2024-05-01"
|
9258
9314
|
}
|
9259
9315
|
],
|
9260
9316
|
"name": "PubChem",
|
@@ -12275,6 +12331,14 @@
|
|
12275
12331
|
{
|
12276
12332
|
"retrieved": "2024-04-30",
|
12277
12333
|
"version": "2024-04-30"
|
12334
|
+
},
|
12335
|
+
{
|
12336
|
+
"retrieved": "2024-05-01",
|
12337
|
+
"version": "2024-05-01"
|
12338
|
+
},
|
12339
|
+
{
|
12340
|
+
"retrieved": "2024-05-02",
|
12341
|
+
"version": "2024-05-02"
|
12278
12342
|
}
|
12279
12343
|
],
|
12280
12344
|
"name": "SwissLipids",
|
@@ -16175,6 +16239,14 @@
|
|
16175
16239
|
{
|
16176
16240
|
"retrieved": "2024-04-30",
|
16177
16241
|
"version": "2024-04-28"
|
16242
|
+
},
|
16243
|
+
{
|
16244
|
+
"retrieved": "2024-05-01",
|
16245
|
+
"version": "2024-04-29"
|
16246
|
+
},
|
16247
|
+
{
|
16248
|
+
"retrieved": "2024-05-02",
|
16249
|
+
"version": "2024-04-30"
|
16178
16250
|
}
|
16179
16251
|
],
|
16180
16252
|
"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.360
|
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
|
File without changes
|