bioversions 0.5.357__tar.gz → 0.5.359__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.357/src/bioversions.egg-info → bioversions-0.5.359}/PKG-INFO +1 -1
- {bioversions-0.5.357 → bioversions-0.5.359}/docs/_data/versions.yml +30 -2
- {bioversions-0.5.357 → bioversions-0.5.359}/docs/failures.md +1 -1
- {bioversions-0.5.357 → bioversions-0.5.359}/docs/img/has_release_url.svg +1 -1
- {bioversions-0.5.357 → bioversions-0.5.359}/docs/img/version_date_types.svg +1 -1
- {bioversions-0.5.357 → bioversions-0.5.359}/docs/img/version_types.svg +1 -1
- {bioversions-0.5.357 → bioversions-0.5.359}/setup.cfg +1 -1
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/resources/versions.json +52 -2
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/version.py +1 -1
- {bioversions-0.5.357 → bioversions-0.5.359/src/bioversions.egg-info}/PKG-INFO +1 -1
- {bioversions-0.5.357 → bioversions-0.5.359}/LICENSE +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/MANIFEST.in +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/README.md +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/docs/_config.yml +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/docs/_includes/head.html +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/docs/download.md +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/docs/index.md +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/docs/source/logo.png +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/docs/summary.md +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/pyproject.toml +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/civic.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/icd10.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/icd11.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/icf.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/omim.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/utils.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions.egg-info/SOURCES.txt +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions.egg-info/dependency_links.txt +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions.egg-info/entry_points.txt +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions.egg-info/not-zip-safe +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions.egg-info/requires.txt +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/src/bioversions.egg-info/top_level.txt +0 -0
- {bioversions-0.5.357 → bioversions-0.5.359}/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.359
|
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-01'
|
4
|
+
revision: 660
|
5
5
|
database:
|
6
6
|
- name: A nomenclatural ontology for biological names
|
7
7
|
prefix: nomen
|
@@ -868,6 +868,8 @@ database:
|
|
868
868
|
releases:
|
869
869
|
- retrieved: '2024-04-03'
|
870
870
|
version: 01-Apr-2024
|
871
|
+
- retrieved: '2024-05-01'
|
872
|
+
version: 01-May-2024
|
871
873
|
vtype: date
|
872
874
|
- name: clinical LABoratory Ontology
|
873
875
|
prefix: labo
|
@@ -1379,6 +1381,10 @@ database:
|
|
1379
1381
|
homepage: https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology/releases/2024-03-28
|
1380
1382
|
retrieved: '2024-03-29'
|
1381
1383
|
version: '2024-03-28'
|
1384
|
+
- date: '2024-04-30'
|
1385
|
+
homepage: https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology/releases/2024-04-30
|
1386
|
+
retrieved: '2024-05-01'
|
1387
|
+
version: '2024-04-30'
|
1382
1388
|
vtype: date
|
1383
1389
|
- name: DisGeNet
|
1384
1390
|
releases:
|
@@ -2382,6 +2388,10 @@ database:
|
|
2382
2388
|
homepage: http://archive.geneontology.org/full/2024-04-18/
|
2383
2389
|
retrieved: '2024-04-21'
|
2384
2390
|
version: '2024-04-18'
|
2391
|
+
- date: '2024-04-24'
|
2392
|
+
homepage: http://archive.geneontology.org/full/2024-04-24/
|
2393
|
+
retrieved: '2024-05-01'
|
2394
|
+
version: '2024-04-24'
|
2385
2395
|
vtype: date
|
2386
2396
|
- name: GENO ontology
|
2387
2397
|
prefix: geno
|
@@ -3026,6 +3036,8 @@ database:
|
|
3026
3036
|
version: 08-Dec-2023
|
3027
3037
|
- retrieved: '2024-03-25'
|
3028
3038
|
version: 28-Feb-2024
|
3039
|
+
- retrieved: '2024-05-01'
|
3040
|
+
version: 26-Apr-2024
|
3029
3041
|
vtype: date
|
3030
3042
|
- name: KEGG
|
3031
3043
|
prefix: kegg.pathway
|
@@ -4041,6 +4053,9 @@ database:
|
|
4041
4053
|
- date: '2024-04-26'
|
4042
4054
|
retrieved: '2024-04-28'
|
4043
4055
|
version: April 26, 2024
|
4056
|
+
- date: '2024-04-29'
|
4057
|
+
retrieved: '2024-05-01'
|
4058
|
+
version: April 29, 2024
|
4044
4059
|
vtype: date
|
4045
4060
|
- name: 'OntoAvida: ontology for Avida digital evolution platform'
|
4046
4061
|
prefix: ontoavida
|
@@ -5109,6 +5124,9 @@ database:
|
|
5109
5124
|
- homepage: https://ftp.ncbi.nlm.nih.gov/pubchem/Compound/Monthly/2024-04-01
|
5110
5125
|
retrieved: '2024-04-01'
|
5111
5126
|
version: '2024-04-01'
|
5127
|
+
- homepage: https://ftp.ncbi.nlm.nih.gov/pubchem/Compound/Monthly/2024-05-01
|
5128
|
+
retrieved: '2024-05-01'
|
5129
|
+
version: '2024-05-01'
|
5112
5130
|
vtype: date
|
5113
5131
|
- name: Radiation Biology Ontology
|
5114
5132
|
prefix: rbo
|
@@ -5225,6 +5243,8 @@ database:
|
|
5225
5243
|
version: '2024-03-22'
|
5226
5244
|
- retrieved: '2024-04-27'
|
5227
5245
|
version: '2024-04-25'
|
5246
|
+
- retrieved: '2024-04-30'
|
5247
|
+
version: '2024-04-26'
|
5228
5248
|
vtype: date
|
5229
5249
|
- name: Rat Strain Ontology
|
5230
5250
|
prefix: rs
|
@@ -6656,6 +6676,10 @@ database:
|
|
6656
6676
|
version: '2024-04-28'
|
6657
6677
|
- retrieved: '2024-04-29'
|
6658
6678
|
version: '2024-04-29'
|
6679
|
+
- retrieved: '2024-04-30'
|
6680
|
+
version: '2024-04-30'
|
6681
|
+
- retrieved: '2024-05-01'
|
6682
|
+
version: '2024-05-01'
|
6659
6683
|
vtype: date
|
6660
6684
|
- name: SWO (The Software Ontology)
|
6661
6685
|
prefix: swo
|
@@ -8819,6 +8843,10 @@ database:
|
|
8819
8843
|
version: '2024-04-26'
|
8820
8844
|
- retrieved: '2024-04-29'
|
8821
8845
|
version: '2024-04-27'
|
8846
|
+
- retrieved: '2024-04-30'
|
8847
|
+
version: '2024-04-28'
|
8848
|
+
- retrieved: '2024-05-01'
|
8849
|
+
version: '2024-04-29'
|
8822
8850
|
vtype: date
|
8823
8851
|
- name: Zebrafish Phenotype Ontology
|
8824
8852
|
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-01T00:53:09.250031</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-01T00:53:09.175574</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-01T00:53:09.068331</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": 660,
|
4
|
+
"date": "2024-05-01",
|
5
5
|
"author": "runner"
|
6
6
|
},
|
7
7
|
"database": [
|
@@ -1584,6 +1584,10 @@
|
|
1584
1584
|
{
|
1585
1585
|
"retrieved": "2024-04-03",
|
1586
1586
|
"version": "01-Apr-2024"
|
1587
|
+
},
|
1588
|
+
{
|
1589
|
+
"retrieved": "2024-05-01",
|
1590
|
+
"version": "01-May-2024"
|
1587
1591
|
}
|
1588
1592
|
],
|
1589
1593
|
"name": "CiVIC",
|
@@ -2488,6 +2492,12 @@
|
|
2488
2492
|
"version": "2024-03-28",
|
2489
2493
|
"homepage": "https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology/releases/2024-03-28",
|
2490
2494
|
"date": "2024-03-28"
|
2495
|
+
},
|
2496
|
+
{
|
2497
|
+
"retrieved": "2024-05-01",
|
2498
|
+
"version": "2024-04-30",
|
2499
|
+
"homepage": "https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology/releases/2024-04-30",
|
2500
|
+
"date": "2024-04-30"
|
2491
2501
|
}
|
2492
2502
|
],
|
2493
2503
|
"vtype": "date"
|
@@ -4345,6 +4355,12 @@
|
|
4345
4355
|
"version": "2024-04-18",
|
4346
4356
|
"homepage": "http://archive.geneontology.org/full/2024-04-18/",
|
4347
4357
|
"date": "2024-04-18"
|
4358
|
+
},
|
4359
|
+
{
|
4360
|
+
"retrieved": "2024-05-01",
|
4361
|
+
"version": "2024-04-24",
|
4362
|
+
"homepage": "http://archive.geneontology.org/full/2024-04-24/",
|
4363
|
+
"date": "2024-04-24"
|
4348
4364
|
}
|
4349
4365
|
],
|
4350
4366
|
"vtype": "date"
|
@@ -5485,6 +5501,10 @@
|
|
5485
5501
|
{
|
5486
5502
|
"retrieved": "2024-03-25",
|
5487
5503
|
"version": "28-Feb-2024"
|
5504
|
+
},
|
5505
|
+
{
|
5506
|
+
"retrieved": "2024-05-01",
|
5507
|
+
"version": "26-Apr-2024"
|
5488
5508
|
}
|
5489
5509
|
],
|
5490
5510
|
"name": "ITIS",
|
@@ -7328,6 +7348,11 @@
|
|
7328
7348
|
"retrieved": "2024-04-28",
|
7329
7349
|
"version": "April 26, 2024",
|
7330
7350
|
"date": "2024-04-26"
|
7351
|
+
},
|
7352
|
+
{
|
7353
|
+
"retrieved": "2024-05-01",
|
7354
|
+
"version": "April 29, 2024",
|
7355
|
+
"date": "2024-04-29"
|
7331
7356
|
}
|
7332
7357
|
],
|
7333
7358
|
"name": "Online Mendelian Inheritance in Man",
|
@@ -9255,6 +9280,11 @@
|
|
9255
9280
|
"retrieved": "2024-04-01",
|
9256
9281
|
"version": "2024-04-01",
|
9257
9282
|
"homepage": "https://ftp.ncbi.nlm.nih.gov/pubchem/Compound/Monthly/2024-04-01"
|
9283
|
+
},
|
9284
|
+
{
|
9285
|
+
"retrieved": "2024-05-01",
|
9286
|
+
"version": "2024-05-01",
|
9287
|
+
"homepage": "https://ftp.ncbi.nlm.nih.gov/pubchem/Compound/Monthly/2024-05-01"
|
9258
9288
|
}
|
9259
9289
|
],
|
9260
9290
|
"name": "PubChem",
|
@@ -9484,6 +9514,10 @@
|
|
9484
9514
|
{
|
9485
9515
|
"retrieved": "2024-04-27",
|
9486
9516
|
"version": "2024-04-25"
|
9517
|
+
},
|
9518
|
+
{
|
9519
|
+
"retrieved": "2024-04-30",
|
9520
|
+
"version": "2024-04-26"
|
9487
9521
|
}
|
9488
9522
|
],
|
9489
9523
|
"name": "Rat Genome Database",
|
@@ -12267,6 +12301,14 @@
|
|
12267
12301
|
{
|
12268
12302
|
"retrieved": "2024-04-29",
|
12269
12303
|
"version": "2024-04-29"
|
12304
|
+
},
|
12305
|
+
{
|
12306
|
+
"retrieved": "2024-04-30",
|
12307
|
+
"version": "2024-04-30"
|
12308
|
+
},
|
12309
|
+
{
|
12310
|
+
"retrieved": "2024-05-01",
|
12311
|
+
"version": "2024-05-01"
|
12270
12312
|
}
|
12271
12313
|
],
|
12272
12314
|
"name": "SwissLipids",
|
@@ -16163,6 +16205,14 @@
|
|
16163
16205
|
{
|
16164
16206
|
"retrieved": "2024-04-29",
|
16165
16207
|
"version": "2024-04-27"
|
16208
|
+
},
|
16209
|
+
{
|
16210
|
+
"retrieved": "2024-04-30",
|
16211
|
+
"version": "2024-04-28"
|
16212
|
+
},
|
16213
|
+
{
|
16214
|
+
"retrieved": "2024-05-01",
|
16215
|
+
"version": "2024-04-29"
|
16166
16216
|
}
|
16167
16217
|
],
|
16168
16218
|
"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.359
|
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
|