bioversions 0.5.417__tar.gz → 0.5.419__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.417/src/bioversions.egg-info → bioversions-0.5.419}/PKG-INFO +1 -1
- {bioversions-0.5.417 → bioversions-0.5.419}/docs/_data/versions.yml +29 -2
- {bioversions-0.5.417 → bioversions-0.5.419}/docs/failures.md +1 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/docs/img/has_release_url.svg +1 -1
- {bioversions-0.5.417 → bioversions-0.5.419}/docs/img/version_date_types.svg +1 -1
- {bioversions-0.5.417 → bioversions-0.5.419}/docs/img/version_types.svg +1 -1
- {bioversions-0.5.417 → bioversions-0.5.419}/setup.cfg +1 -1
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/resources/versions.json +49 -2
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/version.py +1 -1
- {bioversions-0.5.417 → bioversions-0.5.419/src/bioversions.egg-info}/PKG-INFO +1 -1
- {bioversions-0.5.417 → bioversions-0.5.419}/LICENSE +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/MANIFEST.in +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/README.md +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/docs/_config.yml +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/docs/_includes/head.html +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/docs/download.md +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/docs/index.md +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/docs/source/logo.png +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/docs/summary.md +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/pyproject.toml +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/civic.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/icd10.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/icd11.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/icf.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/omim.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/utils.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions.egg-info/SOURCES.txt +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions.egg-info/dependency_links.txt +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions.egg-info/entry_points.txt +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions.egg-info/not-zip-safe +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions.egg-info/requires.txt +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/src/bioversions.egg-info/top_level.txt +0 -0
- {bioversions-0.5.417 → bioversions-0.5.419}/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.419
|
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-07-02'
|
4
|
+
revision: 720
|
5
5
|
database:
|
6
6
|
- name: A nomenclatural ontology for biological names
|
7
7
|
prefix: nomen
|
@@ -339,6 +339,9 @@ database:
|
|
339
339
|
- homepage: https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.234
|
340
340
|
retrieved: '2024-06-02'
|
341
341
|
version: 4.4.234
|
342
|
+
- homepage: https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.235
|
343
|
+
retrieved: '2024-07-02'
|
344
|
+
version: 4.4.235
|
342
345
|
vtype: semver
|
343
346
|
- name: Bioinformatics operations, data types, formats, identifiers and topics
|
344
347
|
prefix: edam
|
@@ -774,6 +777,9 @@ database:
|
|
774
777
|
- homepage: ftp://ftp.ebi.ac.uk/pub/databases/chebi/archive/rel234/
|
775
778
|
retrieved: '2024-06-02'
|
776
779
|
version: '234'
|
780
|
+
- homepage: ftp://ftp.ebi.ac.uk/pub/databases/chebi/archive/rel235/
|
781
|
+
retrieved: '2024-07-02'
|
782
|
+
version: '235'
|
777
783
|
vtype: sequential
|
778
784
|
- name: ChEBI Integrated Role Ontology
|
779
785
|
prefix: chiro
|
@@ -895,6 +901,8 @@ database:
|
|
895
901
|
version: 01-May-2024
|
896
902
|
- retrieved: '2024-06-02'
|
897
903
|
version: 01-Jun-2024
|
904
|
+
- retrieved: '2024-07-02'
|
905
|
+
version: 01-Jul-2024
|
898
906
|
vtype: date
|
899
907
|
- name: clinical LABoratory Ontology
|
900
908
|
prefix: labo
|
@@ -3167,6 +3175,8 @@ database:
|
|
3167
3175
|
version: 28-Feb-2024
|
3168
3176
|
- retrieved: '2024-05-01'
|
3169
3177
|
version: 26-Apr-2024
|
3178
|
+
- retrieved: '2024-07-02'
|
3179
|
+
version: 26-Jun-2024
|
3170
3180
|
vtype: date
|
3171
3181
|
- name: KEGG
|
3172
3182
|
prefix: kegg.pathway
|
@@ -4353,6 +4363,9 @@ database:
|
|
4353
4363
|
- date: '2024-06-28'
|
4354
4364
|
retrieved: '2024-06-30'
|
4355
4365
|
version: June 28, 2024
|
4366
|
+
- date: '2024-06-29'
|
4367
|
+
retrieved: '2024-07-01'
|
4368
|
+
version: June 29, 2024
|
4356
4369
|
vtype: date
|
4357
4370
|
- name: 'OntoAvida: ontology for Avida digital evolution platform'
|
4358
4371
|
prefix: ontoavida
|
@@ -5261,6 +5274,10 @@ database:
|
|
5261
5274
|
homepage: https://www.pombase.org/data/releases/pombase-2024-06-01/
|
5262
5275
|
retrieved: '2024-06-03'
|
5263
5276
|
version: '2024-06-01'
|
5277
|
+
- date: '2024-07-01'
|
5278
|
+
homepage: https://www.pombase.org/data/releases/pombase-2024-07-01/
|
5279
|
+
retrieved: '2024-07-02'
|
5280
|
+
version: '2024-07-01'
|
5264
5281
|
vtype: date
|
5265
5282
|
- name: Population and Community Ontology
|
5266
5283
|
prefix: pco
|
@@ -5457,6 +5474,9 @@ database:
|
|
5457
5474
|
- homepage: https://ftp.ncbi.nlm.nih.gov/pubchem/Compound/Monthly/2024-06-01
|
5458
5475
|
retrieved: '2024-06-01'
|
5459
5476
|
version: '2024-06-01'
|
5477
|
+
- homepage: https://ftp.ncbi.nlm.nih.gov/pubchem/Compound/Monthly/2024-07-01
|
5478
|
+
retrieved: '2024-07-01'
|
5479
|
+
version: '2024-07-01'
|
5460
5480
|
vtype: date
|
5461
5481
|
- name: Radiation Biology Ontology
|
5462
5482
|
prefix: rbo
|
@@ -5898,6 +5918,9 @@ database:
|
|
5898
5918
|
- homepage: https://download.nlm.nih.gov/umls/kss/rxnorm/RxNorm_full_06032024.zip
|
5899
5919
|
retrieved: '2024-06-04'
|
5900
5920
|
version: '2024-06-03'
|
5921
|
+
- homepage: https://download.nlm.nih.gov/umls/kss/rxnorm/RxNorm_full_07012024.zip
|
5922
|
+
retrieved: '2024-07-02'
|
5923
|
+
version: '2024-07-01'
|
5901
5924
|
vtype: date
|
5902
5925
|
- name: Saccharomyces Genome Database
|
5903
5926
|
prefix: sgd
|
@@ -9442,6 +9465,10 @@ database:
|
|
9442
9465
|
version: '2024-06-25'
|
9443
9466
|
- retrieved: '2024-06-30'
|
9444
9467
|
version: '2024-06-28'
|
9468
|
+
- retrieved: '2024-07-01'
|
9469
|
+
version: '2024-06-29'
|
9470
|
+
- retrieved: '2024-07-02'
|
9471
|
+
version: '2024-06-30'
|
9445
9472
|
vtype: date
|
9446
9473
|
- name: Zebrafish Phenotype Ontology
|
9447
9474
|
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-07-02T00:53:32.938718</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-07-02T00:53:32.885801</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-07-02T00:53:32.803869</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": 720,
|
4
|
+
"date": "2024-07-02",
|
5
5
|
"author": "runner"
|
6
6
|
},
|
7
7
|
"database": [
|
@@ -616,6 +616,11 @@
|
|
616
616
|
"retrieved": "2024-06-02",
|
617
617
|
"version": "4.4.234",
|
618
618
|
"homepage": "https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.234"
|
619
|
+
},
|
620
|
+
{
|
621
|
+
"retrieved": "2024-07-02",
|
622
|
+
"version": "4.4.235",
|
623
|
+
"homepage": "https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.235"
|
619
624
|
}
|
620
625
|
],
|
621
626
|
"vtype": "semver"
|
@@ -1424,6 +1429,11 @@
|
|
1424
1429
|
"retrieved": "2024-06-02",
|
1425
1430
|
"version": "234",
|
1426
1431
|
"homepage": "ftp://ftp.ebi.ac.uk/pub/databases/chebi/archive/rel234/"
|
1432
|
+
},
|
1433
|
+
{
|
1434
|
+
"retrieved": "2024-07-02",
|
1435
|
+
"version": "235",
|
1436
|
+
"homepage": "ftp://ftp.ebi.ac.uk/pub/databases/chebi/archive/rel235/"
|
1427
1437
|
}
|
1428
1438
|
],
|
1429
1439
|
"vtype": "sequential"
|
@@ -1633,6 +1643,10 @@
|
|
1633
1643
|
{
|
1634
1644
|
"retrieved": "2024-06-02",
|
1635
1645
|
"version": "01-Jun-2024"
|
1646
|
+
},
|
1647
|
+
{
|
1648
|
+
"retrieved": "2024-07-02",
|
1649
|
+
"version": "01-Jul-2024"
|
1636
1650
|
}
|
1637
1651
|
],
|
1638
1652
|
"name": "CiVIC",
|
@@ -5738,6 +5752,10 @@
|
|
5738
5752
|
{
|
5739
5753
|
"retrieved": "2024-05-01",
|
5740
5754
|
"version": "26-Apr-2024"
|
5755
|
+
},
|
5756
|
+
{
|
5757
|
+
"retrieved": "2024-07-02",
|
5758
|
+
"version": "26-Jun-2024"
|
5741
5759
|
}
|
5742
5760
|
],
|
5743
5761
|
"name": "ITIS",
|
@@ -7876,6 +7894,11 @@
|
|
7876
7894
|
"retrieved": "2024-06-30",
|
7877
7895
|
"version": "June 28, 2024",
|
7878
7896
|
"date": "2024-06-28"
|
7897
|
+
},
|
7898
|
+
{
|
7899
|
+
"retrieved": "2024-07-01",
|
7900
|
+
"version": "June 29, 2024",
|
7901
|
+
"date": "2024-06-29"
|
7879
7902
|
}
|
7880
7903
|
],
|
7881
7904
|
"name": "Online Mendelian Inheritance in Man",
|
@@ -9520,6 +9543,12 @@
|
|
9520
9543
|
"version": "2024-06-01",
|
9521
9544
|
"homepage": "https://www.pombase.org/data/releases/pombase-2024-06-01/",
|
9522
9545
|
"date": "2024-06-01"
|
9546
|
+
},
|
9547
|
+
{
|
9548
|
+
"retrieved": "2024-07-02",
|
9549
|
+
"version": "2024-07-01",
|
9550
|
+
"homepage": "https://www.pombase.org/data/releases/pombase-2024-07-01/",
|
9551
|
+
"date": "2024-07-01"
|
9523
9552
|
}
|
9524
9553
|
],
|
9525
9554
|
"name": "PomBase",
|
@@ -9869,6 +9898,11 @@
|
|
9869
9898
|
"retrieved": "2024-06-01",
|
9870
9899
|
"version": "2024-06-01",
|
9871
9900
|
"homepage": "https://ftp.ncbi.nlm.nih.gov/pubchem/Compound/Monthly/2024-06-01"
|
9901
|
+
},
|
9902
|
+
{
|
9903
|
+
"retrieved": "2024-07-01",
|
9904
|
+
"version": "2024-07-01",
|
9905
|
+
"homepage": "https://ftp.ncbi.nlm.nih.gov/pubchem/Compound/Monthly/2024-07-01"
|
9872
9906
|
}
|
9873
9907
|
],
|
9874
9908
|
"name": "PubChem",
|
@@ -10687,6 +10721,11 @@
|
|
10687
10721
|
"retrieved": "2024-06-04",
|
10688
10722
|
"version": "2024-06-03",
|
10689
10723
|
"homepage": "https://download.nlm.nih.gov/umls/kss/rxnorm/RxNorm_full_06032024.zip"
|
10724
|
+
},
|
10725
|
+
{
|
10726
|
+
"retrieved": "2024-07-02",
|
10727
|
+
"version": "2024-07-01",
|
10728
|
+
"homepage": "https://download.nlm.nih.gov/umls/kss/rxnorm/RxNorm_full_07012024.zip"
|
10690
10729
|
}
|
10691
10730
|
],
|
10692
10731
|
"name": "RxNorm",
|
@@ -17318,6 +17357,14 @@
|
|
17318
17357
|
{
|
17319
17358
|
"retrieved": "2024-06-30",
|
17320
17359
|
"version": "2024-06-28"
|
17360
|
+
},
|
17361
|
+
{
|
17362
|
+
"retrieved": "2024-07-01",
|
17363
|
+
"version": "2024-06-29"
|
17364
|
+
},
|
17365
|
+
{
|
17366
|
+
"retrieved": "2024-07-02",
|
17367
|
+
"version": "2024-06-30"
|
17321
17368
|
}
|
17322
17369
|
],
|
17323
17370
|
"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.419
|
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
|