bioversions 0.5.390__tar.gz → 0.5.391__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.390/src/bioversions.egg-info → bioversions-0.5.391}/PKG-INFO +1 -1
- {bioversions-0.5.390 → bioversions-0.5.391}/docs/_data/versions.yml +29 -2
- {bioversions-0.5.390 → bioversions-0.5.391}/docs/failures.md +0 -2
- {bioversions-0.5.390 → bioversions-0.5.391}/docs/img/has_release_url.svg +1 -1
- {bioversions-0.5.390 → bioversions-0.5.391}/docs/img/version_date_types.svg +1 -1
- {bioversions-0.5.390 → bioversions-0.5.391}/docs/img/version_types.svg +1 -1
- {bioversions-0.5.390 → bioversions-0.5.391}/setup.cfg +1 -1
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/resources/versions.json +53 -2
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/version.py +1 -1
- {bioversions-0.5.390 → bioversions-0.5.391/src/bioversions.egg-info}/PKG-INFO +1 -1
- {bioversions-0.5.390 → bioversions-0.5.391}/LICENSE +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/MANIFEST.in +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/README.md +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/docs/_config.yml +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/docs/_includes/head.html +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/docs/download.md +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/docs/index.md +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/docs/source/logo.png +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/docs/summary.md +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/pyproject.toml +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/civic.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/icd10.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/icd11.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/icf.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/omim.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/utils.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions.egg-info/SOURCES.txt +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions.egg-info/dependency_links.txt +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions.egg-info/entry_points.txt +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions.egg-info/not-zip-safe +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions.egg-info/requires.txt +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/src/bioversions.egg-info/top_level.txt +0 -0
- {bioversions-0.5.390 → bioversions-0.5.391}/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.391
|
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-06-
|
4
|
-
revision:
|
3
|
+
date: '2024-06-02'
|
4
|
+
revision: 692
|
5
5
|
database:
|
6
6
|
- name: A nomenclatural ontology for biological names
|
7
7
|
prefix: nomen
|
@@ -336,6 +336,9 @@ database:
|
|
336
336
|
- homepage: https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.233
|
337
337
|
retrieved: '2024-05-02'
|
338
338
|
version: 4.4.233
|
339
|
+
- homepage: https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.234
|
340
|
+
retrieved: '2024-06-02'
|
341
|
+
version: 4.4.234
|
339
342
|
vtype: semver
|
340
343
|
- name: Bioinformatics operations, data types, formats, identifiers and topics
|
341
344
|
prefix: edam
|
@@ -764,6 +767,9 @@ database:
|
|
764
767
|
- homepage: ftp://ftp.ebi.ac.uk/pub/databases/chebi/archive/rel233/
|
765
768
|
retrieved: '2024-05-02'
|
766
769
|
version: '233'
|
770
|
+
- homepage: ftp://ftp.ebi.ac.uk/pub/databases/chebi/archive/rel234/
|
771
|
+
retrieved: '2024-06-02'
|
772
|
+
version: '234'
|
767
773
|
vtype: sequential
|
768
774
|
- name: ChEBI Integrated Role Ontology
|
769
775
|
prefix: chiro
|
@@ -883,6 +889,8 @@ database:
|
|
883
889
|
version: 01-Apr-2024
|
884
890
|
- retrieved: '2024-05-01'
|
885
891
|
version: 01-May-2024
|
892
|
+
- retrieved: '2024-06-02'
|
893
|
+
version: 01-Jun-2024
|
886
894
|
vtype: date
|
887
895
|
- name: clinical LABoratory Ontology
|
888
896
|
prefix: labo
|
@@ -1080,6 +1088,8 @@ database:
|
|
1080
1088
|
version: '2024-03-29'
|
1081
1089
|
- retrieved: '2024-05-19'
|
1082
1090
|
version: '2024-05-13'
|
1091
|
+
- retrieved: '2024-06-02'
|
1092
|
+
version: '2024-05-24'
|
1083
1093
|
vtype: date
|
1084
1094
|
- name: Confidence Information Ontology
|
1085
1095
|
prefix: cio
|
@@ -3234,6 +3244,8 @@ database:
|
|
3234
3244
|
version: '2024-03-27'
|
3235
3245
|
- retrieved: '2024-05-05'
|
3236
3246
|
version: '2024-04-23'
|
3247
|
+
- retrieved: '2024-06-02'
|
3248
|
+
version: '2024-05-28'
|
3237
3249
|
vtype: date
|
3238
3250
|
- name: Mass Spectrometry Controlled Vocabulary
|
3239
3251
|
prefix: ms
|
@@ -3360,6 +3372,8 @@ database:
|
|
3360
3372
|
version: '2024-02-05'
|
3361
3373
|
- retrieved: '2024-05-19'
|
3362
3374
|
version: '2024-05-07'
|
3375
|
+
- retrieved: '2024-06-02'
|
3376
|
+
version: '2024-05-24'
|
3363
3377
|
vtype: date
|
3364
3378
|
- name: Mental Disease Ontology
|
3365
3379
|
prefix: mfomd
|
@@ -4203,6 +4217,9 @@ database:
|
|
4203
4217
|
- date: '2024-05-30'
|
4204
4218
|
retrieved: '2024-06-01'
|
4205
4219
|
version: May 30, 2024
|
4220
|
+
- date: '2024-05-31'
|
4221
|
+
retrieved: '2024-06-02'
|
4222
|
+
version: May 31, 2024
|
4206
4223
|
vtype: date
|
4207
4224
|
- name: 'OntoAvida: ontology for Avida digital evolution platform'
|
4208
4225
|
prefix: ontoavida
|
@@ -4943,6 +4960,8 @@ database:
|
|
4943
4960
|
version: '2023-07-25'
|
4944
4961
|
- retrieved: '2024-05-19'
|
4945
4962
|
version: '2017-11-06'
|
4963
|
+
- retrieved: '2024-06-02'
|
4964
|
+
version: '2023-11-10'
|
4946
4965
|
vtype: date
|
4947
4966
|
- name: Plant Ontology
|
4948
4967
|
prefix: po
|
@@ -6928,6 +6947,8 @@ database:
|
|
6928
6947
|
version: '2024-05-31'
|
6929
6948
|
- retrieved: '2024-06-01'
|
6930
6949
|
version: '2024-06-01'
|
6950
|
+
- retrieved: '2024-06-02'
|
6951
|
+
version: '2024-06-02'
|
6931
6952
|
vtype: date
|
6932
6953
|
- name: SWO (The Software Ontology)
|
6933
6954
|
prefix: swo
|
@@ -7410,6 +7431,8 @@ database:
|
|
7410
7431
|
version: '2024-03-20'
|
7411
7432
|
- retrieved: '2024-04-13'
|
7412
7433
|
version: '2024-04-09'
|
7434
|
+
- retrieved: '2024-06-02'
|
7435
|
+
version: '2024-05-29'
|
7413
7436
|
vtype: semver
|
7414
7437
|
- name: Variation Ontology
|
7415
7438
|
prefix: vario
|
@@ -7438,6 +7461,8 @@ database:
|
|
7438
7461
|
version: '2024-01-04'
|
7439
7462
|
- retrieved: '2024-05-05'
|
7440
7463
|
version: '2024-04-18'
|
7464
|
+
- retrieved: '2024-06-02'
|
7465
|
+
version: '2024-05-22'
|
7441
7466
|
vtype: date
|
7442
7467
|
- name: Vertebrate Skeletal Anatomy Ontology
|
7443
7468
|
prefix: vsao
|
@@ -9175,6 +9200,8 @@ database:
|
|
9175
9200
|
version: '2024-05-29'
|
9176
9201
|
- retrieved: '2024-06-01'
|
9177
9202
|
version: '2024-05-30'
|
9203
|
+
- retrieved: '2024-06-02'
|
9204
|
+
version: '2024-05-31'
|
9178
9205
|
vtype: date
|
9179
9206
|
- name: Zebrafish Phenotype Ontology
|
9180
9207
|
prefix: zp
|
@@ -2,8 +2,6 @@
|
|
2
2
|
|
3
3
|
- issue parsing Drug Gene Interaction Database:
|
4
4
|
- failed to resolve DisGeNet
|
5
|
-
- failed to resolve Pathway Commons
|
6
5
|
- failed to resolve Antibody Registry
|
7
6
|
- failed to resolve Ensembl
|
8
|
-
- failed to resolve NPASS
|
9
7
|
- issue parsing PomBase: Issue parsing PombaseGetter version web_2024-05-25-prod.docker_image with fmt %Y-%m-%d
|
@@ -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-06-
|
9
|
+
<dc:date>2024-06-02T00:55:04.552487</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-06-
|
9
|
+
<dc:date>2024-06-02T00:55:04.479184</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-06-
|
9
|
+
<dc:date>2024-06-02T00:55:04.369856</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-06-
|
3
|
+
"revision": 692,
|
4
|
+
"date": "2024-06-02",
|
5
5
|
"author": "runner"
|
6
6
|
},
|
7
7
|
"database": [
|
@@ -611,6 +611,11 @@
|
|
611
611
|
"retrieved": "2024-05-02",
|
612
612
|
"version": "4.4.233",
|
613
613
|
"homepage": "https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.233"
|
614
|
+
},
|
615
|
+
{
|
616
|
+
"retrieved": "2024-06-02",
|
617
|
+
"version": "4.4.234",
|
618
|
+
"homepage": "https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.234"
|
614
619
|
}
|
615
620
|
],
|
616
621
|
"vtype": "semver"
|
@@ -1406,6 +1411,11 @@
|
|
1406
1411
|
"retrieved": "2024-05-02",
|
1407
1412
|
"version": "233",
|
1408
1413
|
"homepage": "ftp://ftp.ebi.ac.uk/pub/databases/chebi/archive/rel233/"
|
1414
|
+
},
|
1415
|
+
{
|
1416
|
+
"retrieved": "2024-06-02",
|
1417
|
+
"version": "234",
|
1418
|
+
"homepage": "ftp://ftp.ebi.ac.uk/pub/databases/chebi/archive/rel234/"
|
1409
1419
|
}
|
1410
1420
|
],
|
1411
1421
|
"vtype": "sequential"
|
@@ -1611,6 +1621,10 @@
|
|
1611
1621
|
{
|
1612
1622
|
"retrieved": "2024-05-01",
|
1613
1623
|
"version": "01-May-2024"
|
1624
|
+
},
|
1625
|
+
{
|
1626
|
+
"retrieved": "2024-06-02",
|
1627
|
+
"version": "01-Jun-2024"
|
1614
1628
|
}
|
1615
1629
|
],
|
1616
1630
|
"name": "CiVIC",
|
@@ -1970,6 +1984,10 @@
|
|
1970
1984
|
{
|
1971
1985
|
"retrieved": "2024-05-19",
|
1972
1986
|
"version": "2024-05-13"
|
1987
|
+
},
|
1988
|
+
{
|
1989
|
+
"retrieved": "2024-06-02",
|
1990
|
+
"version": "2024-05-24"
|
1973
1991
|
}
|
1974
1992
|
],
|
1975
1993
|
"name": "Compositional Dietary Nutrition Ontology",
|
@@ -5857,6 +5875,10 @@
|
|
5857
5875
|
{
|
5858
5876
|
"retrieved": "2024-05-05",
|
5859
5877
|
"version": "2024-04-23"
|
5878
|
+
},
|
5879
|
+
{
|
5880
|
+
"retrieved": "2024-06-02",
|
5881
|
+
"version": "2024-05-28"
|
5860
5882
|
}
|
5861
5883
|
],
|
5862
5884
|
"vtype": "date"
|
@@ -6102,6 +6124,10 @@
|
|
6102
6124
|
{
|
6103
6125
|
"retrieved": "2024-05-19",
|
6104
6126
|
"version": "2024-05-07"
|
6127
|
+
},
|
6128
|
+
{
|
6129
|
+
"retrieved": "2024-06-02",
|
6130
|
+
"version": "2024-05-24"
|
6105
6131
|
}
|
6106
6132
|
],
|
6107
6133
|
"vtype": "date"
|
@@ -7610,6 +7636,11 @@
|
|
7610
7636
|
"retrieved": "2024-06-01",
|
7611
7637
|
"version": "May 30, 2024",
|
7612
7638
|
"date": "2024-05-30"
|
7639
|
+
},
|
7640
|
+
{
|
7641
|
+
"retrieved": "2024-06-02",
|
7642
|
+
"version": "May 31, 2024",
|
7643
|
+
"date": "2024-05-31"
|
7613
7644
|
}
|
7614
7645
|
],
|
7615
7646
|
"name": "Online Mendelian Inheritance in Man",
|
@@ -8974,6 +9005,10 @@
|
|
8974
9005
|
{
|
8975
9006
|
"retrieved": "2024-05-19",
|
8976
9007
|
"version": "2017-11-06"
|
9008
|
+
},
|
9009
|
+
{
|
9010
|
+
"retrieved": "2024-06-02",
|
9011
|
+
"version": "2023-11-10"
|
8977
9012
|
}
|
8978
9013
|
],
|
8979
9014
|
"name": "Plant Experimental Conditions Ontology",
|
@@ -12763,6 +12798,10 @@
|
|
12763
12798
|
{
|
12764
12799
|
"retrieved": "2024-06-01",
|
12765
12800
|
"version": "2024-06-01"
|
12801
|
+
},
|
12802
|
+
{
|
12803
|
+
"retrieved": "2024-06-02",
|
12804
|
+
"version": "2024-06-02"
|
12766
12805
|
}
|
12767
12806
|
],
|
12768
12807
|
"name": "SwissLipids",
|
@@ -13659,6 +13698,10 @@
|
|
13659
13698
|
{
|
13660
13699
|
"retrieved": "2024-04-13",
|
13661
13700
|
"version": "2024-04-09"
|
13701
|
+
},
|
13702
|
+
{
|
13703
|
+
"retrieved": "2024-06-02",
|
13704
|
+
"version": "2024-05-29"
|
13662
13705
|
}
|
13663
13706
|
],
|
13664
13707
|
"vtype": "semver"
|
@@ -13710,6 +13753,10 @@
|
|
13710
13753
|
{
|
13711
13754
|
"retrieved": "2024-05-05",
|
13712
13755
|
"version": "2024-04-18"
|
13756
|
+
},
|
13757
|
+
{
|
13758
|
+
"retrieved": "2024-06-02",
|
13759
|
+
"version": "2024-05-22"
|
13713
13760
|
}
|
13714
13761
|
],
|
13715
13762
|
"name": "Vertebrate Breed Ontology",
|
@@ -16823,6 +16870,10 @@
|
|
16823
16870
|
{
|
16824
16871
|
"retrieved": "2024-06-01",
|
16825
16872
|
"version": "2024-05-30"
|
16873
|
+
},
|
16874
|
+
{
|
16875
|
+
"retrieved": "2024-06-02",
|
16876
|
+
"version": "2024-05-31"
|
16826
16877
|
}
|
16827
16878
|
],
|
16828
16879
|
"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.391
|
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
|