bioversions 0.5.234__tar.gz → 0.5.236__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.234/src/bioversions.egg-info → bioversions-0.5.236}/PKG-INFO +1 -1
- {bioversions-0.5.234 → bioversions-0.5.236}/docs/_data/versions.yml +31 -2
- {bioversions-0.5.234 → bioversions-0.5.236}/docs/img/has_release_url.svg +2 -2
- {bioversions-0.5.234 → bioversions-0.5.236}/docs/img/version_date_types.svg +2 -2
- {bioversions-0.5.234 → bioversions-0.5.236}/docs/img/version_types.svg +2 -2
- {bioversions-0.5.234 → bioversions-0.5.236}/setup.cfg +1 -1
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/resources/versions.json +53 -2
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/version.py +1 -1
- {bioversions-0.5.234 → bioversions-0.5.236/src/bioversions.egg-info}/PKG-INFO +1 -1
- {bioversions-0.5.234 → bioversions-0.5.236}/LICENSE +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/MANIFEST.in +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/README.md +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/docs/_config.yml +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/docs/_includes/head.html +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/docs/download.md +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/docs/failures.md +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/docs/index.md +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/docs/source/logo.png +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/docs/summary.md +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/pyproject.toml +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/utils.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions.egg-info/SOURCES.txt +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions.egg-info/dependency_links.txt +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions.egg-info/entry_points.txt +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions.egg-info/not-zip-safe +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions.egg-info/requires.txt +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/src/bioversions.egg-info/top_level.txt +0 -0
- {bioversions-0.5.234 → bioversions-0.5.236}/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.236
|
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: '2023-09-
|
4
|
-
revision:
|
3
|
+
date: '2023-09-19'
|
4
|
+
revision: 538
|
5
5
|
database:
|
6
6
|
- name: A nomenclatural ontology for biological names
|
7
7
|
prefix: nomen
|
@@ -1582,6 +1582,8 @@ database:
|
|
1582
1582
|
version: '2023-05-03'
|
1583
1583
|
- retrieved: '2023-06-29'
|
1584
1584
|
version: '2023-06-28'
|
1585
|
+
- retrieved: '2023-09-18'
|
1586
|
+
version: '2023-09-13'
|
1585
1587
|
vtype: date
|
1586
1588
|
- name: Experimental condition ontology
|
1587
1589
|
prefix: xco
|
@@ -2498,6 +2500,10 @@ database:
|
|
2498
2500
|
homepage: ftp://ftp.ebi.ac.uk/pub/databases/interpro/95.0/
|
2499
2501
|
retrieved: '2023-07-02'
|
2500
2502
|
version: '95.0'
|
2503
|
+
- date: '2023-09-14'
|
2504
|
+
homepage: ftp://ftp.ebi.ac.uk/pub/databases/interpro/96.0/
|
2505
|
+
retrieved: '2023-09-18'
|
2506
|
+
version: '96.0'
|
2501
2507
|
vtype: semver_minor
|
2502
2508
|
- name: ITIS
|
2503
2509
|
prefix: itis
|
@@ -3155,6 +3161,9 @@ database:
|
|
3155
3161
|
- date: '2023-07-31'
|
3156
3162
|
retrieved: '2023-08-17'
|
3157
3163
|
version: 23.07e
|
3164
|
+
- date: '2023-08-28'
|
3165
|
+
retrieved: '2023-09-18'
|
3166
|
+
version: 23.08d
|
3158
3167
|
vtype: other
|
3159
3168
|
- name: NCBI Gene
|
3160
3169
|
prefix: ncbigene
|
@@ -3849,6 +3858,9 @@ database:
|
|
3849
3858
|
- homepage: ftp://ftp.ebi.ac.uk/pub/databases/Pfam/releases/Pfam35.0/
|
3850
3859
|
retrieved: '2021-11-11'
|
3851
3860
|
version: '35.0'
|
3861
|
+
- homepage: ftp://ftp.ebi.ac.uk/pub/databases/Pfam/releases/Pfam36.0/
|
3862
|
+
retrieved: '2023-09-18'
|
3863
|
+
version: '36.0'
|
3852
3864
|
vtype: semver_minor
|
3853
3865
|
- name: Phenotype And Trait Ontology
|
3854
3866
|
prefix: pato
|
@@ -4377,6 +4389,8 @@ database:
|
|
4377
4389
|
version: '84'
|
4378
4390
|
- retrieved: '2023-06-09'
|
4379
4391
|
version: '85'
|
4392
|
+
- retrieved: '2023-09-18'
|
4393
|
+
version: '86'
|
4380
4394
|
vtype: sequential
|
4381
4395
|
- name: Regulation of Gene Expression Ontology
|
4382
4396
|
prefix: rexo
|
@@ -4490,6 +4504,9 @@ database:
|
|
4490
4504
|
- date: '2023-06-28'
|
4491
4505
|
retrieved: '2023-06-29'
|
4492
4506
|
version: '128'
|
4507
|
+
- date: '2023-09-13'
|
4508
|
+
retrieved: '2023-09-18'
|
4509
|
+
version: '129'
|
4493
4510
|
vtype: date
|
4494
4511
|
- name: Rice ontology
|
4495
4512
|
prefix: co_320
|
@@ -5490,6 +5507,10 @@ database:
|
|
5490
5507
|
version: '2023-09-12'
|
5491
5508
|
- retrieved: '2023-09-13'
|
5492
5509
|
version: '2023-09-13'
|
5510
|
+
- retrieved: '2023-09-18'
|
5511
|
+
version: '2023-09-18'
|
5512
|
+
- retrieved: '2023-09-19'
|
5513
|
+
version: '2023-09-19'
|
5493
5514
|
vtype: date
|
5494
5515
|
- name: SWO (The Software Ontology)
|
5495
5516
|
prefix: swo
|
@@ -5860,6 +5881,10 @@ database:
|
|
5860
5881
|
homepage: ftp://ftp.uniprot.org/pub/databases/uniprot/previous_releases/release-2023_03/
|
5861
5882
|
retrieved: '2023-06-30'
|
5862
5883
|
version: '2023_03'
|
5884
|
+
- date: '2023-04-01'
|
5885
|
+
homepage: ftp://ftp.uniprot.org/pub/databases/uniprot/previous_releases/release-2023_04/
|
5886
|
+
retrieved: '2023-09-18'
|
5887
|
+
version: '2023_04'
|
5863
5888
|
vtype: month
|
5864
5889
|
- name: Unit Ontology
|
5865
5890
|
prefix: uo
|
@@ -7323,6 +7348,10 @@ database:
|
|
7323
7348
|
version: '2023-09-10'
|
7324
7349
|
- retrieved: '2023-09-13'
|
7325
7350
|
version: '2023-09-11'
|
7351
|
+
- retrieved: '2023-09-18'
|
7352
|
+
version: '2023-09-16'
|
7353
|
+
- retrieved: '2023-09-19'
|
7354
|
+
version: '2023-09-17'
|
7326
7355
|
vtype: date
|
7327
7356
|
- name: Zebrafish Phenotype Ontology
|
7328
7357
|
prefix: zp
|
@@ -6,11 +6,11 @@
|
|
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>2023-09-
|
9
|
+
<dc:date>2023-09-19T00:45:15.959486</dc:date>
|
10
10
|
<dc:format>image/svg+xml</dc:format>
|
11
11
|
<dc:creator>
|
12
12
|
<cc:Agent>
|
13
|
-
<dc:title>Matplotlib v3.
|
13
|
+
<dc:title>Matplotlib v3.8.0, https://matplotlib.org/</dc:title>
|
14
14
|
</cc:Agent>
|
15
15
|
</dc:creator>
|
16
16
|
</cc:Work>
|
@@ -6,11 +6,11 @@
|
|
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>2023-09-
|
9
|
+
<dc:date>2023-09-19T00:45:15.901214</dc:date>
|
10
10
|
<dc:format>image/svg+xml</dc:format>
|
11
11
|
<dc:creator>
|
12
12
|
<cc:Agent>
|
13
|
-
<dc:title>Matplotlib v3.
|
13
|
+
<dc:title>Matplotlib v3.8.0, https://matplotlib.org/</dc:title>
|
14
14
|
</cc:Agent>
|
15
15
|
</dc:creator>
|
16
16
|
</cc:Work>
|
@@ -6,11 +6,11 @@
|
|
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>2023-09-
|
9
|
+
<dc:date>2023-09-19T00:45:15.812445</dc:date>
|
10
10
|
<dc:format>image/svg+xml</dc:format>
|
11
11
|
<dc:creator>
|
12
12
|
<cc:Agent>
|
13
|
-
<dc:title>Matplotlib v3.
|
13
|
+
<dc:title>Matplotlib v3.8.0, https://matplotlib.org/</dc:title>
|
14
14
|
</cc:Agent>
|
15
15
|
</dc:creator>
|
16
16
|
</cc:Work>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"annotations": {
|
3
|
-
"revision":
|
4
|
-
"date": "2023-09-
|
3
|
+
"revision": 538,
|
4
|
+
"date": "2023-09-19",
|
5
5
|
"author": "runner"
|
6
6
|
},
|
7
7
|
"database": [
|
@@ -2866,6 +2866,10 @@
|
|
2866
2866
|
{
|
2867
2867
|
"retrieved": "2023-06-29",
|
2868
2868
|
"version": "2023-06-28"
|
2869
|
+
},
|
2870
|
+
{
|
2871
|
+
"retrieved": "2023-09-18",
|
2872
|
+
"version": "2023-09-13"
|
2869
2873
|
}
|
2870
2874
|
],
|
2871
2875
|
"vtype": "date"
|
@@ -4530,6 +4534,12 @@
|
|
4530
4534
|
"version": "95.0",
|
4531
4535
|
"homepage": "ftp://ftp.ebi.ac.uk/pub/databases/interpro/95.0/",
|
4532
4536
|
"date": "2023-05-29"
|
4537
|
+
},
|
4538
|
+
{
|
4539
|
+
"retrieved": "2023-09-18",
|
4540
|
+
"version": "96.0",
|
4541
|
+
"homepage": "ftp://ftp.ebi.ac.uk/pub/databases/interpro/96.0/",
|
4542
|
+
"date": "2023-09-14"
|
4533
4543
|
}
|
4534
4544
|
],
|
4535
4545
|
"vtype": "semver_minor"
|
@@ -5730,6 +5740,11 @@
|
|
5730
5740
|
"retrieved": "2023-08-17",
|
5731
5741
|
"version": "23.07e",
|
5732
5742
|
"date": "2023-07-31"
|
5743
|
+
},
|
5744
|
+
{
|
5745
|
+
"retrieved": "2023-09-18",
|
5746
|
+
"version": "23.08d",
|
5747
|
+
"date": "2023-08-28"
|
5733
5748
|
}
|
5734
5749
|
],
|
5735
5750
|
"name": "National Cancer Institute Thesaurus",
|
@@ -6994,6 +7009,11 @@
|
|
6994
7009
|
"retrieved": "2021-11-11",
|
6995
7010
|
"version": "35.0",
|
6996
7011
|
"homepage": "ftp://ftp.ebi.ac.uk/pub/databases/Pfam/releases/Pfam35.0/"
|
7012
|
+
},
|
7013
|
+
{
|
7014
|
+
"retrieved": "2023-09-18",
|
7015
|
+
"version": "36.0",
|
7016
|
+
"homepage": "ftp://ftp.ebi.ac.uk/pub/databases/Pfam/releases/Pfam36.0/"
|
6997
7017
|
}
|
6998
7018
|
],
|
6999
7019
|
"vtype": "semver_minor"
|
@@ -7957,6 +7977,10 @@
|
|
7957
7977
|
{
|
7958
7978
|
"retrieved": "2023-06-09",
|
7959
7979
|
"version": "85"
|
7980
|
+
},
|
7981
|
+
{
|
7982
|
+
"retrieved": "2023-09-18",
|
7983
|
+
"version": "86"
|
7960
7984
|
}
|
7961
7985
|
],
|
7962
7986
|
"vtype": "sequential"
|
@@ -8160,6 +8184,11 @@
|
|
8160
8184
|
"retrieved": "2023-06-29",
|
8161
8185
|
"version": "128",
|
8162
8186
|
"date": "2023-06-28"
|
8187
|
+
},
|
8188
|
+
{
|
8189
|
+
"retrieved": "2023-09-18",
|
8190
|
+
"version": "129",
|
8191
|
+
"date": "2023-09-13"
|
8163
8192
|
}
|
8164
8193
|
],
|
8165
8194
|
"vtype": "date"
|
@@ -10114,6 +10143,14 @@
|
|
10114
10143
|
{
|
10115
10144
|
"retrieved": "2023-09-13",
|
10116
10145
|
"version": "2023-09-13"
|
10146
|
+
},
|
10147
|
+
{
|
10148
|
+
"retrieved": "2023-09-18",
|
10149
|
+
"version": "2023-09-18"
|
10150
|
+
},
|
10151
|
+
{
|
10152
|
+
"retrieved": "2023-09-19",
|
10153
|
+
"version": "2023-09-19"
|
10117
10154
|
}
|
10118
10155
|
],
|
10119
10156
|
"name": "SwissLipids",
|
@@ -10799,6 +10836,12 @@
|
|
10799
10836
|
"version": "2023_03",
|
10800
10837
|
"homepage": "ftp://ftp.uniprot.org/pub/databases/uniprot/previous_releases/release-2023_03/",
|
10801
10838
|
"date": "2023-03-01"
|
10839
|
+
},
|
10840
|
+
{
|
10841
|
+
"retrieved": "2023-09-18",
|
10842
|
+
"version": "2023_04",
|
10843
|
+
"homepage": "ftp://ftp.uniprot.org/pub/databases/uniprot/previous_releases/release-2023_04/",
|
10844
|
+
"date": "2023-04-01"
|
10802
10845
|
}
|
10803
10846
|
],
|
10804
10847
|
"vtype": "month"
|
@@ -13368,6 +13411,14 @@
|
|
13368
13411
|
{
|
13369
13412
|
"retrieved": "2023-09-13",
|
13370
13413
|
"version": "2023-09-11"
|
13414
|
+
},
|
13415
|
+
{
|
13416
|
+
"retrieved": "2023-09-18",
|
13417
|
+
"version": "2023-09-16"
|
13418
|
+
},
|
13419
|
+
{
|
13420
|
+
"retrieved": "2023-09-19",
|
13421
|
+
"version": "2023-09-17"
|
13371
13422
|
}
|
13372
13423
|
],
|
13373
13424
|
"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.236
|
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
|