bioversions 0.5.440__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.440/src/bioversions.egg-info → bioversions-0.5.442}/PKG-INFO +1 -1
- {bioversions-0.5.440 → bioversions-0.5.442}/docs/_data/versions.yml +31 -2
- {bioversions-0.5.440 → bioversions-0.5.442}/docs/img/has_release_url.svg +1 -1
- {bioversions-0.5.440 → bioversions-0.5.442}/docs/img/version_date_types.svg +1 -1
- {bioversions-0.5.440 → bioversions-0.5.442}/docs/img/version_types.svg +1 -1
- {bioversions-0.5.440 → bioversions-0.5.442}/setup.cfg +1 -1
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/resources/versions.json +51 -2
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/version.py +1 -1
- {bioversions-0.5.440 → bioversions-0.5.442/src/bioversions.egg-info}/PKG-INFO +1 -1
- {bioversions-0.5.440 → bioversions-0.5.442}/LICENSE +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/MANIFEST.in +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/README.md +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/docs/_config.yml +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/docs/_includes/head.html +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/docs/download.md +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/docs/failures.md +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/docs/index.md +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/docs/source/logo.png +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/docs/summary.md +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/pyproject.toml +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/civic.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/icd10.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/icd11.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/icf.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/omim.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/utils.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions.egg-info/SOURCES.txt +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions.egg-info/dependency_links.txt +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions.egg-info/entry_points.txt +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions.egg-info/not-zip-safe +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions.egg-info/requires.txt +0 -0
- {bioversions-0.5.440 → bioversions-0.5.442}/src/bioversions.egg-info/top_level.txt +0 -0
- {bioversions-0.5.440 → 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-
|
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
|
@@ -903,6 +909,8 @@ database:
|
|
903
909
|
version: 01-Jun-2024
|
904
910
|
- retrieved: '2024-07-02'
|
905
911
|
version: 01-Jul-2024
|
912
|
+
- retrieved: '2024-08-01'
|
913
|
+
version: 01-Aug-2024
|
906
914
|
vtype: date
|
907
915
|
- name: clinical LABoratory Ontology
|
908
916
|
prefix: labo
|
@@ -1452,6 +1460,10 @@ database:
|
|
1452
1460
|
homepage: https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology/releases/2024-06-28
|
1453
1461
|
retrieved: '2024-06-30'
|
1454
1462
|
version: '2024-06-28'
|
1463
|
+
- date: '2024-07-31'
|
1464
|
+
homepage: https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology/releases/2024-07-31
|
1465
|
+
retrieved: '2024-08-01'
|
1466
|
+
version: '2024-07-31'
|
1455
1467
|
vtype: date
|
1456
1468
|
- name: DisGeNet
|
1457
1469
|
releases:
|
@@ -4433,6 +4445,12 @@ database:
|
|
4433
4445
|
- date: '2024-07-29'
|
4434
4446
|
retrieved: '2024-07-31'
|
4435
4447
|
version: July 29, 2024
|
4448
|
+
- date: '2024-07-30'
|
4449
|
+
retrieved: '2024-08-01'
|
4450
|
+
version: July 30, 2024
|
4451
|
+
- date: '2024-07-31'
|
4452
|
+
retrieved: '2024-08-02'
|
4453
|
+
version: July 31, 2024
|
4436
4454
|
vtype: date
|
4437
4455
|
- name: 'OntoAvida: ontology for Avida digital evolution platform'
|
4438
4456
|
prefix: ontoavida
|
@@ -5345,6 +5363,10 @@ database:
|
|
5345
5363
|
homepage: https://www.pombase.org/data/releases/pombase-2024-07-01/
|
5346
5364
|
retrieved: '2024-07-02'
|
5347
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'
|
5348
5370
|
vtype: date
|
5349
5371
|
- name: Population and Community Ontology
|
5350
5372
|
prefix: pco
|
@@ -5544,6 +5566,9 @@ database:
|
|
5544
5566
|
- homepage: https://ftp.ncbi.nlm.nih.gov/pubchem/Compound/Monthly/2024-07-01
|
5545
5567
|
retrieved: '2024-07-01'
|
5546
5568
|
version: '2024-07-01'
|
5569
|
+
- homepage: https://ftp.ncbi.nlm.nih.gov/pubchem/Compound/Monthly/2024-08-01
|
5570
|
+
retrieved: '2024-08-01'
|
5571
|
+
version: '2024-08-01'
|
5547
5572
|
vtype: date
|
5548
5573
|
- name: Radiation Biology Ontology
|
5549
5574
|
prefix: rbo
|
@@ -9587,6 +9612,10 @@ database:
|
|
9587
9612
|
version: '2024-07-28'
|
9588
9613
|
- retrieved: '2024-07-31'
|
9589
9614
|
version: '2024-07-29'
|
9615
|
+
- retrieved: '2024-08-01'
|
9616
|
+
version: '2024-07-30'
|
9617
|
+
- retrieved: '2024-08-02'
|
9618
|
+
version: '2024-07-31'
|
9590
9619
|
vtype: date
|
9591
9620
|
- name: Zebrafish Phenotype Ontology
|
9592
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-
|
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-
|
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-
|
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-
|
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"
|
@@ -1647,6 +1657,10 @@
|
|
1647
1657
|
{
|
1648
1658
|
"retrieved": "2024-07-02",
|
1649
1659
|
"version": "01-Jul-2024"
|
1660
|
+
},
|
1661
|
+
{
|
1662
|
+
"retrieved": "2024-08-01",
|
1663
|
+
"version": "01-Aug-2024"
|
1650
1664
|
}
|
1651
1665
|
],
|
1652
1666
|
"name": "CiVIC",
|
@@ -2619,6 +2633,12 @@
|
|
2619
2633
|
"version": "2024-06-28",
|
2620
2634
|
"homepage": "https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology/releases/2024-06-28",
|
2621
2635
|
"date": "2024-06-28"
|
2636
|
+
},
|
2637
|
+
{
|
2638
|
+
"retrieved": "2024-08-01",
|
2639
|
+
"version": "2024-07-31",
|
2640
|
+
"homepage": "https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology/releases/2024-07-31",
|
2641
|
+
"date": "2024-07-31"
|
2622
2642
|
}
|
2623
2643
|
],
|
2624
2644
|
"vtype": "date"
|
@@ -8012,6 +8032,16 @@
|
|
8012
8032
|
"retrieved": "2024-07-31",
|
8013
8033
|
"version": "July 29, 2024",
|
8014
8034
|
"date": "2024-07-29"
|
8035
|
+
},
|
8036
|
+
{
|
8037
|
+
"retrieved": "2024-08-01",
|
8038
|
+
"version": "July 30, 2024",
|
8039
|
+
"date": "2024-07-30"
|
8040
|
+
},
|
8041
|
+
{
|
8042
|
+
"retrieved": "2024-08-02",
|
8043
|
+
"version": "July 31, 2024",
|
8044
|
+
"date": "2024-07-31"
|
8015
8045
|
}
|
8016
8046
|
],
|
8017
8047
|
"name": "Online Mendelian Inheritance in Man",
|
@@ -9662,6 +9692,12 @@
|
|
9662
9692
|
"version": "2024-07-01",
|
9663
9693
|
"homepage": "https://www.pombase.org/data/releases/pombase-2024-07-01/",
|
9664
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"
|
9665
9701
|
}
|
9666
9702
|
],
|
9667
9703
|
"name": "PomBase",
|
@@ -10016,6 +10052,11 @@
|
|
10016
10052
|
"retrieved": "2024-07-01",
|
10017
10053
|
"version": "2024-07-01",
|
10018
10054
|
"homepage": "https://ftp.ncbi.nlm.nih.gov/pubchem/Compound/Monthly/2024-07-01"
|
10055
|
+
},
|
10056
|
+
{
|
10057
|
+
"retrieved": "2024-08-01",
|
10058
|
+
"version": "2024-08-01",
|
10059
|
+
"homepage": "https://ftp.ncbi.nlm.nih.gov/pubchem/Compound/Monthly/2024-08-01"
|
10019
10060
|
}
|
10020
10061
|
],
|
10021
10062
|
"name": "PubChem",
|
@@ -17575,6 +17616,14 @@
|
|
17575
17616
|
{
|
17576
17617
|
"retrieved": "2024-07-31",
|
17577
17618
|
"version": "2024-07-29"
|
17619
|
+
},
|
17620
|
+
{
|
17621
|
+
"retrieved": "2024-08-01",
|
17622
|
+
"version": "2024-07-30"
|
17623
|
+
},
|
17624
|
+
{
|
17625
|
+
"retrieved": "2024-08-02",
|
17626
|
+
"version": "2024-07-31"
|
17578
17627
|
}
|
17579
17628
|
],
|
17580
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
|