bioversions 0.5.441__tar.gz → 0.5.442__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.441/src/bioversions.egg-info → bioversions-0.5.442}/PKG-INFO +1 -1
- {bioversions-0.5.441 → bioversions-0.5.442}/docs/_data/versions.yml +17 -2
- {bioversions-0.5.441 → bioversions-0.5.442}/docs/img/has_release_url.svg +1 -1
- {bioversions-0.5.441 → bioversions-0.5.442}/docs/img/version_date_types.svg +1 -1
- {bioversions-0.5.441 → bioversions-0.5.442}/docs/img/version_types.svg +1 -1
- {bioversions-0.5.441 → bioversions-0.5.442}/setup.cfg +1 -1
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/resources/versions.json +27 -2
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/version.py +1 -1
- {bioversions-0.5.441 → bioversions-0.5.442/src/bioversions.egg-info}/PKG-INFO +1 -1
- {bioversions-0.5.441 → bioversions-0.5.442}/LICENSE +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/MANIFEST.in +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/README.md +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/docs/_config.yml +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/docs/_includes/head.html +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/docs/download.md +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/docs/failures.md +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/docs/index.md +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/docs/source/logo.png +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/docs/summary.md +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/pyproject.toml +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/civic.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/icd10.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/icd11.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/icf.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/omim.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/utils.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions.egg-info/SOURCES.txt +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions.egg-info/dependency_links.txt +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions.egg-info/entry_points.txt +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions.egg-info/not-zip-safe +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions.egg-info/requires.txt +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/src/bioversions.egg-info/top_level.txt +0 -0
- {bioversions-0.5.441 → bioversions-0.5.442}/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.442
|
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-02'
|
4
|
+
revision: 742
|
5
5
|
database:
|
6
6
|
- name: A nomenclatural ontology for biological names
|
7
7
|
prefix: nomen
|
@@ -342,6 +342,9 @@ database:
|
|
342
342
|
- homepage: https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.235
|
343
343
|
retrieved: '2024-07-02'
|
344
344
|
version: 4.4.235
|
345
|
+
- homepage: https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.236
|
346
|
+
retrieved: '2024-08-02'
|
347
|
+
version: 4.4.236
|
345
348
|
vtype: semver
|
346
349
|
- name: Bioinformatics operations, data types, formats, identifiers and topics
|
347
350
|
prefix: edam
|
@@ -780,6 +783,9 @@ database:
|
|
780
783
|
- homepage: ftp://ftp.ebi.ac.uk/pub/databases/chebi/archive/rel235/
|
781
784
|
retrieved: '2024-07-02'
|
782
785
|
version: '235'
|
786
|
+
- homepage: ftp://ftp.ebi.ac.uk/pub/databases/chebi/archive/rel236/
|
787
|
+
retrieved: '2024-08-02'
|
788
|
+
version: '236'
|
783
789
|
vtype: sequential
|
784
790
|
- name: ChEBI Integrated Role Ontology
|
785
791
|
prefix: chiro
|
@@ -4442,6 +4448,9 @@ database:
|
|
4442
4448
|
- date: '2024-07-30'
|
4443
4449
|
retrieved: '2024-08-01'
|
4444
4450
|
version: July 30, 2024
|
4451
|
+
- date: '2024-07-31'
|
4452
|
+
retrieved: '2024-08-02'
|
4453
|
+
version: July 31, 2024
|
4445
4454
|
vtype: date
|
4446
4455
|
- name: 'OntoAvida: ontology for Avida digital evolution platform'
|
4447
4456
|
prefix: ontoavida
|
@@ -5354,6 +5363,10 @@ database:
|
|
5354
5363
|
homepage: https://www.pombase.org/data/releases/pombase-2024-07-01/
|
5355
5364
|
retrieved: '2024-07-02'
|
5356
5365
|
version: '2024-07-01'
|
5366
|
+
- date: '2024-08-01'
|
5367
|
+
homepage: https://www.pombase.org/data/releases/pombase-2024-08-01/
|
5368
|
+
retrieved: '2024-08-02'
|
5369
|
+
version: '2024-08-01'
|
5357
5370
|
vtype: date
|
5358
5371
|
- name: Population and Community Ontology
|
5359
5372
|
prefix: pco
|
@@ -9601,6 +9614,8 @@ database:
|
|
9601
9614
|
version: '2024-07-29'
|
9602
9615
|
- retrieved: '2024-08-01'
|
9603
9616
|
version: '2024-07-30'
|
9617
|
+
- retrieved: '2024-08-02'
|
9618
|
+
version: '2024-07-31'
|
9604
9619
|
vtype: date
|
9605
9620
|
- name: Zebrafish Phenotype Ontology
|
9606
9621
|
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-08-
|
9
|
+
<dc:date>2024-08-02T00:54:30.850356</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-02T00:54:30.797111</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-02T00:54:30.717395</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": 742,
|
4
|
+
"date": "2024-08-02",
|
5
5
|
"author": "runner"
|
6
6
|
},
|
7
7
|
"database": [
|
@@ -621,6 +621,11 @@
|
|
621
621
|
"retrieved": "2024-07-02",
|
622
622
|
"version": "4.4.235",
|
623
623
|
"homepage": "https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.235"
|
624
|
+
},
|
625
|
+
{
|
626
|
+
"retrieved": "2024-08-02",
|
627
|
+
"version": "4.4.236",
|
628
|
+
"homepage": "https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.236"
|
624
629
|
}
|
625
630
|
],
|
626
631
|
"vtype": "semver"
|
@@ -1434,6 +1439,11 @@
|
|
1434
1439
|
"retrieved": "2024-07-02",
|
1435
1440
|
"version": "235",
|
1436
1441
|
"homepage": "ftp://ftp.ebi.ac.uk/pub/databases/chebi/archive/rel235/"
|
1442
|
+
},
|
1443
|
+
{
|
1444
|
+
"retrieved": "2024-08-02",
|
1445
|
+
"version": "236",
|
1446
|
+
"homepage": "ftp://ftp.ebi.ac.uk/pub/databases/chebi/archive/rel236/"
|
1437
1447
|
}
|
1438
1448
|
],
|
1439
1449
|
"vtype": "sequential"
|
@@ -8027,6 +8037,11 @@
|
|
8027
8037
|
"retrieved": "2024-08-01",
|
8028
8038
|
"version": "July 30, 2024",
|
8029
8039
|
"date": "2024-07-30"
|
8040
|
+
},
|
8041
|
+
{
|
8042
|
+
"retrieved": "2024-08-02",
|
8043
|
+
"version": "July 31, 2024",
|
8044
|
+
"date": "2024-07-31"
|
8030
8045
|
}
|
8031
8046
|
],
|
8032
8047
|
"name": "Online Mendelian Inheritance in Man",
|
@@ -9677,6 +9692,12 @@
|
|
9677
9692
|
"version": "2024-07-01",
|
9678
9693
|
"homepage": "https://www.pombase.org/data/releases/pombase-2024-07-01/",
|
9679
9694
|
"date": "2024-07-01"
|
9695
|
+
},
|
9696
|
+
{
|
9697
|
+
"retrieved": "2024-08-02",
|
9698
|
+
"version": "2024-08-01",
|
9699
|
+
"homepage": "https://www.pombase.org/data/releases/pombase-2024-08-01/",
|
9700
|
+
"date": "2024-08-01"
|
9680
9701
|
}
|
9681
9702
|
],
|
9682
9703
|
"name": "PomBase",
|
@@ -17599,6 +17620,10 @@
|
|
17599
17620
|
{
|
17600
17621
|
"retrieved": "2024-08-01",
|
17601
17622
|
"version": "2024-07-30"
|
17623
|
+
},
|
17624
|
+
{
|
17625
|
+
"retrieved": "2024-08-02",
|
17626
|
+
"version": "2024-07-31"
|
17602
17627
|
}
|
17603
17628
|
],
|
17604
17629
|
"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.442
|
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
|