bioversions 0.5.418__tar.gz → 0.5.420__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.418/src/bioversions.egg-info → bioversions-0.5.420}/PKG-INFO +1 -1
- {bioversions-0.5.418 → bioversions-0.5.420}/docs/_data/versions.yml +26 -2
- {bioversions-0.5.418 → bioversions-0.5.420}/docs/failures.md +1 -2
- {bioversions-0.5.418 → bioversions-0.5.420}/docs/img/has_release_url.svg +1 -1
- {bioversions-0.5.418 → bioversions-0.5.420}/docs/img/version_date_types.svg +1 -1
- {bioversions-0.5.418 → bioversions-0.5.420}/docs/img/version_types.svg +1 -1
- {bioversions-0.5.418 → bioversions-0.5.420}/setup.cfg +1 -1
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/resources/versions.json +44 -2
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/version.py +1 -1
- {bioversions-0.5.418 → bioversions-0.5.420/src/bioversions.egg-info}/PKG-INFO +1 -1
- {bioversions-0.5.418 → bioversions-0.5.420}/LICENSE +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/MANIFEST.in +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/README.md +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/docs/_config.yml +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/docs/_includes/head.html +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/docs/download.md +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/docs/index.md +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/docs/source/logo.png +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/docs/summary.md +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/pyproject.toml +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/civic.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/icd10.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/icd11.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/icf.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/omim.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/utils.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions.egg-info/SOURCES.txt +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions.egg-info/dependency_links.txt +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions.egg-info/entry_points.txt +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions.egg-info/not-zip-safe +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions.egg-info/requires.txt +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/src/bioversions.egg-info/top_level.txt +0 -0
- {bioversions-0.5.418 → bioversions-0.5.420}/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.420
|
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-07-
|
4
|
-
revision:
|
3
|
+
date: '2024-07-03'
|
4
|
+
revision: 721
|
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
|
@@ -4356,6 +4366,9 @@ database:
|
|
4356
4366
|
- date: '2024-06-29'
|
4357
4367
|
retrieved: '2024-07-01'
|
4358
4368
|
version: June 29, 2024
|
4369
|
+
- date: '2024-07-01'
|
4370
|
+
retrieved: '2024-07-03'
|
4371
|
+
version: July 1, 2024
|
4359
4372
|
vtype: date
|
4360
4373
|
- name: 'OntoAvida: ontology for Avida digital evolution platform'
|
4361
4374
|
prefix: ontoavida
|
@@ -5264,6 +5277,10 @@ database:
|
|
5264
5277
|
homepage: https://www.pombase.org/data/releases/pombase-2024-06-01/
|
5265
5278
|
retrieved: '2024-06-03'
|
5266
5279
|
version: '2024-06-01'
|
5280
|
+
- date: '2024-07-01'
|
5281
|
+
homepage: https://www.pombase.org/data/releases/pombase-2024-07-01/
|
5282
|
+
retrieved: '2024-07-02'
|
5283
|
+
version: '2024-07-01'
|
5267
5284
|
vtype: date
|
5268
5285
|
- name: Population and Community Ontology
|
5269
5286
|
prefix: pco
|
@@ -5904,6 +5921,9 @@ database:
|
|
5904
5921
|
- homepage: https://download.nlm.nih.gov/umls/kss/rxnorm/RxNorm_full_06032024.zip
|
5905
5922
|
retrieved: '2024-06-04'
|
5906
5923
|
version: '2024-06-03'
|
5924
|
+
- homepage: https://download.nlm.nih.gov/umls/kss/rxnorm/RxNorm_full_07012024.zip
|
5925
|
+
retrieved: '2024-07-02'
|
5926
|
+
version: '2024-07-01'
|
5907
5927
|
vtype: date
|
5908
5928
|
- name: Saccharomyces Genome Database
|
5909
5929
|
prefix: sgd
|
@@ -9450,6 +9470,10 @@ database:
|
|
9450
9470
|
version: '2024-06-28'
|
9451
9471
|
- retrieved: '2024-07-01'
|
9452
9472
|
version: '2024-06-29'
|
9473
|
+
- retrieved: '2024-07-02'
|
9474
|
+
version: '2024-06-30'
|
9475
|
+
- retrieved: '2024-07-03'
|
9476
|
+
version: '2024-07-01'
|
9453
9477
|
vtype: date
|
9454
9478
|
- name: Zebrafish Phenotype Ontology
|
9455
9479
|
prefix: zp
|
@@ -3,6 +3,5 @@
|
|
3
3
|
- issue parsing Drug Gene Interaction Database:
|
4
4
|
- failed to resolve DisGeNet
|
5
5
|
- failed to resolve Antibody Registry
|
6
|
-
- failed to resolve
|
7
|
-
- failed to resolve PathBank
|
6
|
+
- failed to resolve NPASS
|
8
7
|
- failed to resolve SwissLipids
|
@@ -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-07-
|
9
|
+
<dc:date>2024-07-03T00:53:25.441621</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-07-
|
9
|
+
<dc:date>2024-07-03T00:53:25.388197</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-07-
|
9
|
+
<dc:date>2024-07-03T00:53:25.306578</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-07-
|
3
|
+
"revision": 721,
|
4
|
+
"date": "2024-07-03",
|
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",
|
@@ -7881,6 +7899,11 @@
|
|
7881
7899
|
"retrieved": "2024-07-01",
|
7882
7900
|
"version": "June 29, 2024",
|
7883
7901
|
"date": "2024-06-29"
|
7902
|
+
},
|
7903
|
+
{
|
7904
|
+
"retrieved": "2024-07-03",
|
7905
|
+
"version": "July 1, 2024",
|
7906
|
+
"date": "2024-07-01"
|
7884
7907
|
}
|
7885
7908
|
],
|
7886
7909
|
"name": "Online Mendelian Inheritance in Man",
|
@@ -9525,6 +9548,12 @@
|
|
9525
9548
|
"version": "2024-06-01",
|
9526
9549
|
"homepage": "https://www.pombase.org/data/releases/pombase-2024-06-01/",
|
9527
9550
|
"date": "2024-06-01"
|
9551
|
+
},
|
9552
|
+
{
|
9553
|
+
"retrieved": "2024-07-02",
|
9554
|
+
"version": "2024-07-01",
|
9555
|
+
"homepage": "https://www.pombase.org/data/releases/pombase-2024-07-01/",
|
9556
|
+
"date": "2024-07-01"
|
9528
9557
|
}
|
9529
9558
|
],
|
9530
9559
|
"name": "PomBase",
|
@@ -10697,6 +10726,11 @@
|
|
10697
10726
|
"retrieved": "2024-06-04",
|
10698
10727
|
"version": "2024-06-03",
|
10699
10728
|
"homepage": "https://download.nlm.nih.gov/umls/kss/rxnorm/RxNorm_full_06032024.zip"
|
10729
|
+
},
|
10730
|
+
{
|
10731
|
+
"retrieved": "2024-07-02",
|
10732
|
+
"version": "2024-07-01",
|
10733
|
+
"homepage": "https://download.nlm.nih.gov/umls/kss/rxnorm/RxNorm_full_07012024.zip"
|
10700
10734
|
}
|
10701
10735
|
],
|
10702
10736
|
"name": "RxNorm",
|
@@ -17332,6 +17366,14 @@
|
|
17332
17366
|
{
|
17333
17367
|
"retrieved": "2024-07-01",
|
17334
17368
|
"version": "2024-06-29"
|
17369
|
+
},
|
17370
|
+
{
|
17371
|
+
"retrieved": "2024-07-02",
|
17372
|
+
"version": "2024-06-30"
|
17373
|
+
},
|
17374
|
+
{
|
17375
|
+
"retrieved": "2024-07-03",
|
17376
|
+
"version": "2024-07-01"
|
17335
17377
|
}
|
17336
17378
|
],
|
17337
17379
|
"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.420
|
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
|