bioversions 0.7.1__py3-none-any.whl → 0.7.3__py3-none-any.whl
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/.DS_Store +0 -0
- bioversions/resources/update.py +1 -1
- bioversions/resources/versions.json +82 -3
- bioversions/sources/__init__.py +3 -1
- bioversions/sources/kegg.py +1 -1
- bioversions/sources/ols.py +10 -5
- bioversions/sources/silva.py +41 -0
- bioversions/utils.py +2 -0
- bioversions/version.py +1 -1
- {bioversions-0.7.1.dist-info → bioversions-0.7.3.dist-info}/METADATA +40 -22
- {bioversions-0.7.1.dist-info → bioversions-0.7.3.dist-info}/RECORD +67 -65
- {bioversions-0.7.1.dist-info → bioversions-0.7.3.dist-info}/WHEEL +1 -1
- {bioversions-0.7.1.dist-info → bioversions-0.7.3.dist-info}/entry_points.txt +0 -0
- {bioversions-0.7.1.dist-info → bioversions-0.7.3.dist-info}/licenses/LICENSE +0 -0
bioversions/.DS_Store
ADDED
Binary file
|
bioversions/resources/update.py
CHANGED
@@ -106,7 +106,7 @@ def _update(force: bool): # noqa:C901
|
|
106
106
|
for t in failure_tuples:
|
107
107
|
text += f"## {t.name}\n\nUsing class: `{t.clstype}`\n\n"
|
108
108
|
text += f"```python-traceback\n{t.trace}\n```\n\n"
|
109
|
-
FAILURES_PATH.write_text(text)
|
109
|
+
FAILURES_PATH.write_text(text.rstrip() + "\n")
|
110
110
|
|
111
111
|
|
112
112
|
def _log_update(bv) -> None:
|
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"annotations": {
|
3
|
-
"revision":
|
4
|
-
"date": "2025-01-
|
5
|
-
"author": "
|
3
|
+
"revision": 904,
|
4
|
+
"date": "2025-01-28",
|
5
|
+
"author": "cthoyt"
|
6
6
|
},
|
7
7
|
"database": [
|
8
8
|
{
|
@@ -199,6 +199,16 @@
|
|
199
199
|
"retrieved": "2025-01-14",
|
200
200
|
"version": "2025-01-13",
|
201
201
|
"homepage": "https://antibodyregistry.org/"
|
202
|
+
},
|
203
|
+
{
|
204
|
+
"retrieved": "2025-01-15",
|
205
|
+
"version": "2025-01-14",
|
206
|
+
"homepage": "https://antibodyregistry.org/"
|
207
|
+
},
|
208
|
+
{
|
209
|
+
"retrieved": "2025-01-28",
|
210
|
+
"version": "2025-01-27",
|
211
|
+
"homepage": "https://antibodyregistry.org/"
|
202
212
|
}
|
203
213
|
],
|
204
214
|
"name": "Antibody Registry",
|
@@ -2017,6 +2027,10 @@
|
|
2017
2027
|
{
|
2018
2028
|
"retrieved": "2025-01-12",
|
2019
2029
|
"version": "2.233"
|
2030
|
+
},
|
2031
|
+
{
|
2032
|
+
"retrieved": "2025-01-28",
|
2033
|
+
"version": "2.234"
|
2020
2034
|
}
|
2021
2035
|
],
|
2022
2036
|
"vtype": "date"
|
@@ -4104,6 +4118,10 @@
|
|
4104
4118
|
{
|
4105
4119
|
"retrieved": "2025-01-12",
|
4106
4120
|
"version": "4.191"
|
4121
|
+
},
|
4122
|
+
{
|
4123
|
+
"retrieved": "2025-01-28",
|
4124
|
+
"version": "4.192"
|
4107
4125
|
}
|
4108
4126
|
],
|
4109
4127
|
"vtype": "date"
|
@@ -4603,6 +4621,10 @@
|
|
4603
4621
|
{
|
4604
4622
|
"retrieved": "2025-01-05",
|
4605
4623
|
"version": "2024-12-31"
|
4624
|
+
},
|
4625
|
+
{
|
4626
|
+
"retrieved": "2025-01-28",
|
4627
|
+
"version": "2025-01-14"
|
4606
4628
|
}
|
4607
4629
|
],
|
4608
4630
|
"vtype": "date"
|
@@ -6505,6 +6527,10 @@
|
|
6505
6527
|
{
|
6506
6528
|
"retrieved": "2025-01-14",
|
6507
6529
|
"version": "2024-12-16"
|
6530
|
+
},
|
6531
|
+
{
|
6532
|
+
"retrieved": "2025-01-28",
|
6533
|
+
"version": "2025-01-24"
|
6508
6534
|
}
|
6509
6535
|
],
|
6510
6536
|
"name": "ITIS",
|
@@ -7052,6 +7078,10 @@
|
|
7052
7078
|
{
|
7053
7079
|
"retrieved": "2024-12-15",
|
7054
7080
|
"version": "2.145"
|
7081
|
+
},
|
7082
|
+
{
|
7083
|
+
"retrieved": "2025-01-28",
|
7084
|
+
"version": "2.146"
|
7055
7085
|
}
|
7056
7086
|
],
|
7057
7087
|
"vtype": "date"
|
@@ -9432,6 +9462,14 @@
|
|
9432
9462
|
{
|
9433
9463
|
"retrieved": "2025-01-14",
|
9434
9464
|
"version": "2025-01-10"
|
9465
|
+
},
|
9466
|
+
{
|
9467
|
+
"retrieved": "2025-01-15",
|
9468
|
+
"version": "2025-01-13"
|
9469
|
+
},
|
9470
|
+
{
|
9471
|
+
"retrieved": "2025-01-28",
|
9472
|
+
"version": "2025-01-24"
|
9435
9473
|
}
|
9436
9474
|
],
|
9437
9475
|
"name": "Online Mendelian Inheritance in Man",
|
@@ -11989,6 +12027,10 @@
|
|
11989
12027
|
{
|
11990
12028
|
"retrieved": "2025-01-14",
|
11991
12029
|
"version": "2025-01-10"
|
12030
|
+
},
|
12031
|
+
{
|
12032
|
+
"retrieved": "2025-01-28",
|
12033
|
+
"version": "2025-01-24"
|
11992
12034
|
}
|
11993
12035
|
],
|
11994
12036
|
"name": "Rat Genome Database",
|
@@ -12086,6 +12128,10 @@
|
|
12086
12128
|
{
|
12087
12129
|
"retrieved": "2024-12-15",
|
12088
12130
|
"version": "6.238"
|
12131
|
+
},
|
12132
|
+
{
|
12133
|
+
"retrieved": "2025-01-28",
|
12134
|
+
"version": "6.239"
|
12089
12135
|
}
|
12090
12136
|
],
|
12091
12137
|
"vtype": "date"
|
@@ -12817,6 +12863,19 @@
|
|
12817
12863
|
"name": "SIGNOR",
|
12818
12864
|
"vtype": "date"
|
12819
12865
|
},
|
12866
|
+
{
|
12867
|
+
"releases": [
|
12868
|
+
{
|
12869
|
+
"retrieved": "2025-01-28",
|
12870
|
+
"version": "138.2",
|
12871
|
+
"homepage": "https://www.arb-silva.de/",
|
12872
|
+
"date": "2024-03-14"
|
12873
|
+
}
|
12874
|
+
],
|
12875
|
+
"name": "SILVA ribosomal RNA database",
|
12876
|
+
"prefix": "silva.taxon",
|
12877
|
+
"vtype": "sequential"
|
12878
|
+
},
|
12820
12879
|
{
|
12821
12880
|
"releases": [
|
12822
12881
|
{
|
@@ -15369,6 +15428,14 @@
|
|
15369
15428
|
{
|
15370
15429
|
"retrieved": "2025-01-14",
|
15371
15430
|
"version": "2025-01-14"
|
15431
|
+
},
|
15432
|
+
{
|
15433
|
+
"retrieved": "2025-01-15",
|
15434
|
+
"version": "2025-01-15"
|
15435
|
+
},
|
15436
|
+
{
|
15437
|
+
"retrieved": "2025-01-28",
|
15438
|
+
"version": "2025-01-28"
|
15372
15439
|
}
|
15373
15440
|
],
|
15374
15441
|
"name": "SwissLipids",
|
@@ -16112,6 +16179,10 @@
|
|
16112
16179
|
{
|
16113
16180
|
"retrieved": "2024-11-10",
|
16114
16181
|
"version": "2024-11-02"
|
16182
|
+
},
|
16183
|
+
{
|
16184
|
+
"retrieved": "2025-01-28",
|
16185
|
+
"version": "2025-01-11"
|
16115
16186
|
}
|
16116
16187
|
],
|
16117
16188
|
"name": "Unified Phenotype Ontology",
|
@@ -20499,6 +20570,14 @@
|
|
20499
20570
|
{
|
20500
20571
|
"retrieved": "2025-01-14",
|
20501
20572
|
"version": "2025-01-12"
|
20573
|
+
},
|
20574
|
+
{
|
20575
|
+
"retrieved": "2025-01-15",
|
20576
|
+
"version": "2025-01-13"
|
20577
|
+
},
|
20578
|
+
{
|
20579
|
+
"retrieved": "2025-01-28",
|
20580
|
+
"version": "2025-01-27"
|
20502
20581
|
}
|
20503
20582
|
],
|
20504
20583
|
"name": "Zebrafish Information Network",
|
bioversions/sources/__init__.py
CHANGED
@@ -64,6 +64,7 @@ from .rhea import RheaGetter
|
|
64
64
|
from .rxnorm import RxNormGetter
|
65
65
|
from .sgd import SgdGetter
|
66
66
|
from .signor import SignorGetter
|
67
|
+
from .silva import SILVAGetter
|
67
68
|
from .slm import SwissLipidGetter
|
68
69
|
from .stringdb import StringDBGetter
|
69
70
|
from .umls import UMLSGetter
|
@@ -142,6 +143,7 @@ def get_getters() -> list[type[Getter]]:
|
|
142
143
|
ICD11Getter,
|
143
144
|
CiVICGetter,
|
144
145
|
GTDBGetter,
|
146
|
+
SILVAGetter,
|
145
147
|
SignorGetter,
|
146
148
|
]
|
147
149
|
getters.extend(iter_obo_getters())
|
@@ -220,7 +222,7 @@ def _iter_versions(
|
|
220
222
|
msg = f"failed to resolve {cls.name}"
|
221
223
|
tqdm.write(msg)
|
222
224
|
yield FailureTuple(cls.name, cls.__name__, msg, traceback.format_exc())
|
223
|
-
except ValueError as e:
|
225
|
+
except (ValueError, KeyError) as e:
|
224
226
|
msg = f"issue parsing {cls.name}: {e}"
|
225
227
|
tqdm.write(msg)
|
226
228
|
yield FailureTuple(cls.name, cls.__name__, msg, traceback.format_exc())
|
bioversions/sources/kegg.py
CHANGED
@@ -20,7 +20,7 @@ class KEGGGetter(Getter):
|
|
20
20
|
name = "KEGG"
|
21
21
|
date_fmt = "%B %d, %Y"
|
22
22
|
version_type = VersionType.semver_minor
|
23
|
-
collection: ClassVar[list[str]] = ["kegg", *bioregistry.get_has_parts("kegg")]
|
23
|
+
collection: ClassVar[list[str]] = ["kegg", *(bioregistry.get_has_parts("kegg") or [])]
|
24
24
|
|
25
25
|
def get(self) -> Mapping[str, str]:
|
26
26
|
"""Get the latest KEGG version number."""
|
bioversions/sources/ols.py
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
"""Get versions from the OLS."""
|
2
2
|
|
3
3
|
import logging
|
4
|
-
from collections.abc import Iterable
|
4
|
+
from collections.abc import Iterable
|
5
|
+
from typing import cast
|
5
6
|
|
6
7
|
import bioregistry
|
7
8
|
from bioregistry.external.ols import get_ols_processing
|
@@ -16,9 +17,13 @@ ols_processing = get_ols_processing()
|
|
16
17
|
|
17
18
|
def _get_version_type(bioregistry_id: str) -> VersionType | None:
|
18
19
|
ols_id = bioregistry.get_ols_prefix(bioregistry_id)
|
20
|
+
if ols_id is None:
|
21
|
+
raise ValueError(f"Missing OLS prefix for bioregistry:{bioregistry_id}")
|
19
22
|
ols_config = ols_processing.get(ols_id)
|
20
23
|
if ols_config is None:
|
21
|
-
raise
|
24
|
+
raise ValueError(
|
25
|
+
f"Missing OLS configuration for bioregistry:{bioregistry_id} / ols:{ols_id}"
|
26
|
+
)
|
22
27
|
|
23
28
|
ols_version_type = ols_config.version_type
|
24
29
|
ols_version_date_format = ols_config.version_date_format
|
@@ -61,12 +66,12 @@ def make_ols_getter(bioregistry_id: str) -> type[Getter] | None:
|
|
61
66
|
"""A getter for OLS data from the Bioregistry."""
|
62
67
|
|
63
68
|
bioregistry_id = _brid
|
64
|
-
name = _name
|
69
|
+
name = cast(str, _name)
|
65
70
|
version_type = _version_type # type:ignore
|
66
71
|
|
67
|
-
def get(self) -> str
|
72
|
+
def get(self) -> str:
|
68
73
|
"""Get the version from the Bioregistry."""
|
69
|
-
return version
|
74
|
+
return cast(str, version)
|
70
75
|
|
71
76
|
return OlsGetter
|
72
77
|
|
@@ -0,0 +1,41 @@
|
|
1
|
+
"""A getter for SILVA."""
|
2
|
+
|
3
|
+
from datetime import datetime
|
4
|
+
|
5
|
+
import requests
|
6
|
+
|
7
|
+
from bioversions.utils import Getter, VersionType
|
8
|
+
|
9
|
+
__all__ = [
|
10
|
+
"SILVAGetter",
|
11
|
+
]
|
12
|
+
|
13
|
+
URL = "https://www.arb-silva.de/fileadmin/silva_databases/current/VERSION.txt"
|
14
|
+
HEADER_FMT = "%a, %d %b %Y %H:%M:%S %Z"
|
15
|
+
|
16
|
+
|
17
|
+
class SILVAGetter(Getter):
|
18
|
+
"""A getter for the SILVA."""
|
19
|
+
|
20
|
+
bioregistry_id = "silva.taxon"
|
21
|
+
name = "SILVA ribosomal RNA database"
|
22
|
+
version_type = VersionType.sequential
|
23
|
+
homepage_fmt = "https://www.arb-silva.de/"
|
24
|
+
|
25
|
+
def get(self):
|
26
|
+
"""Get the latest SILVA version number from VERSION.txt."""
|
27
|
+
res = requests.get(URL, timeout=15)
|
28
|
+
|
29
|
+
# Get version from the content
|
30
|
+
rv = {"version": res.text.strip()}
|
31
|
+
|
32
|
+
# Get date from the Last-Modified header
|
33
|
+
date_str = res.headers.get("Last-Modified")
|
34
|
+
if date_str:
|
35
|
+
rv["date"] = datetime.strptime(date_str, HEADER_FMT)
|
36
|
+
|
37
|
+
return rv
|
38
|
+
|
39
|
+
|
40
|
+
if __name__ == "__main__":
|
41
|
+
SILVAGetter.print()
|
bioversions/utils.py
CHANGED
@@ -271,6 +271,8 @@ class OBOFoundryGetter(Getter):
|
|
271
271
|
@property
|
272
272
|
def key(self) -> str:
|
273
273
|
"""Get the OBO Foundry key."""
|
274
|
+
if self.bioregistry_id is None:
|
275
|
+
raise ValueError("missing bioregistry ID")
|
274
276
|
rv = bioregistry.get_obofoundry_prefix(self.bioregistry_id)
|
275
277
|
if rv is None:
|
276
278
|
raise ValueError
|
bioversions/version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: bioversions
|
3
|
-
Version: 0.7.
|
3
|
+
Version: 0.7.3
|
4
4
|
Summary: Get the current version for biological databases
|
5
5
|
Keywords: snekpack,cookiecutter,databases,biological databases,biomedical databases
|
6
6
|
Author: Charles Tapley Hoyt
|
@@ -33,7 +33,7 @@ Requires-Dist: tabulate
|
|
33
33
|
Requires-Dist: more-click
|
34
34
|
Requires-Dist: pyyaml
|
35
35
|
Requires-Dist: tqdm
|
36
|
-
Requires-Dist: bioregistry[align]>=0.
|
36
|
+
Requires-Dist: bioregistry[align]>=0.11.35
|
37
37
|
Requires-Dist: lxml
|
38
38
|
Requires-Dist: pydantic>=2.0
|
39
39
|
Requires-Dist: psycopg2-binary
|
@@ -127,7 +127,7 @@ While https://biopragmatics.github.io/bioversions provides a daily updated
|
|
127
127
|
static listing of the database, you can run a dynamic version with an API from
|
128
128
|
your shell with:
|
129
129
|
|
130
|
-
```
|
130
|
+
```console
|
131
131
|
$ bioversions web
|
132
132
|
```
|
133
133
|
|
@@ -151,25 +151,40 @@ assert res['result']['version'] == '4.2.192', 'This was true on Dec 5th, 2020!'
|
|
151
151
|
You can use `bioversions get` to incorporate the latest versions in your shell
|
152
152
|
scripts or REPL usage like in:
|
153
153
|
|
154
|
-
```
|
154
|
+
```console
|
155
155
|
$ wget "https://downloads.thebiogrid.org/Download/BioGRID/Release-Archive/BIOGRID-$(bioversions get biogrid)/BIOGRID-ALL-$(bioversions get biogrid).mitab.zip"
|
156
156
|
```
|
157
157
|
|
158
158
|
## 🚀 Installation
|
159
159
|
|
160
160
|
The most recent release can be installed from
|
161
|
-
[PyPI](https://pypi.org/project/bioversions/) with:
|
161
|
+
[PyPI](https://pypi.org/project/bioversions/) with uv:
|
162
|
+
|
163
|
+
```console
|
164
|
+
$ uv pip install bioversions
|
165
|
+
```
|
166
|
+
|
167
|
+
or with pip:
|
168
|
+
|
169
|
+
```console
|
170
|
+
$ python3 -m pip install bioversions
|
171
|
+
```
|
172
|
+
|
173
|
+
The most recent code and data can be installed directly from GitHub with uv:
|
162
174
|
|
163
175
|
```console
|
164
|
-
|
176
|
+
$ uv --preview pip install git+https://github.com/biopragmatics/bioversions.git
|
165
177
|
```
|
166
178
|
|
167
|
-
|
179
|
+
or with pip:
|
168
180
|
|
169
181
|
```console
|
170
|
-
python3 -m pip install git+https://github.com/biopragmatics/bioversions.git
|
182
|
+
$ UV_PREVIEW=1 python3 -m pip install git+https://github.com/biopragmatics/bioversions.git
|
171
183
|
```
|
172
184
|
|
185
|
+
Note that this requires setting `UV_PREVIEW` mode enabled until the uv build
|
186
|
+
backend becomes a stable feature.
|
187
|
+
|
173
188
|
## 👐 Contributing
|
174
189
|
|
175
190
|
Contributions, whether filing an issue, making a pull request, or forking, are
|
@@ -235,22 +250,24 @@ $ cd bioversions
|
|
235
250
|
$ uv --preview pip install -e .
|
236
251
|
```
|
237
252
|
|
238
|
-
Alternatively, install using
|
239
|
-
uv build backend becomes a stable feature:
|
253
|
+
Alternatively, install using pip:
|
240
254
|
|
241
255
|
```console
|
242
256
|
$ UV_PREVIEW=1 python3 -m pip install -e .
|
243
257
|
```
|
244
258
|
|
259
|
+
Note that this requires setting `UV_PREVIEW` mode enabled until the uv build
|
260
|
+
backend becomes a stable feature.
|
261
|
+
|
245
262
|
### Updating Package Boilerplate
|
246
263
|
|
247
264
|
This project uses `cruft` to keep boilerplate (i.e., configuration, contribution
|
248
265
|
guidelines, documentation configuration) up-to-date with the upstream
|
249
|
-
cookiecutter package.
|
266
|
+
cookiecutter package. Install cruft with either `uv tool install cruft` or
|
267
|
+
`python3 -m pip install cruft` then run:
|
250
268
|
|
251
269
|
```console
|
252
|
-
|
253
|
-
cruft update
|
270
|
+
$ cruft update
|
254
271
|
```
|
255
272
|
|
256
273
|
More info on Cruft's update command is available
|
@@ -259,11 +276,11 @@ More info on Cruft's update command is available
|
|
259
276
|
### 🥼 Testing
|
260
277
|
|
261
278
|
After cloning the repository and installing `tox` with
|
262
|
-
`python3 -m pip install tox tox-uv`, the
|
263
|
-
be run reproducibly with:
|
279
|
+
`uv tool install tox --with tox-uv` or `python3 -m pip install tox tox-uv`, the
|
280
|
+
unit tests in the `tests/` folder can be run reproducibly with:
|
264
281
|
|
265
282
|
```console
|
266
|
-
tox -e py
|
283
|
+
$ tox -e py
|
267
284
|
```
|
268
285
|
|
269
286
|
Additionally, these tests are automatically re-run with each commit in a
|
@@ -274,10 +291,10 @@ Additionally, these tests are automatically re-run with each commit in a
|
|
274
291
|
The documentation can be built locally using the following:
|
275
292
|
|
276
293
|
```console
|
277
|
-
git clone git+https://github.com/biopragmatics/bioversions.git
|
278
|
-
cd bioversions
|
279
|
-
tox -e docs
|
280
|
-
open docs/build/html/index.html
|
294
|
+
$ git clone git+https://github.com/biopragmatics/bioversions.git
|
295
|
+
$ cd bioversions
|
296
|
+
$ tox -e docs
|
297
|
+
$ open docs/build/html/index.html
|
281
298
|
```
|
282
299
|
|
283
300
|
The documentation automatically installs the package as well as the `docs` extra
|
@@ -357,10 +374,11 @@ Note that this deprecates previous workflows using `.pypirc`.
|
|
357
374
|
#### Uploading to PyPI
|
358
375
|
|
359
376
|
After installing the package in development mode and installing `tox` with
|
360
|
-
`python3 -m pip install tox tox-uv`, run
|
377
|
+
`uv tool install tox --with tox-uv` or `python3 -m pip install tox tox-uv`, run
|
378
|
+
the following from the console:
|
361
379
|
|
362
380
|
```console
|
363
|
-
tox -e finish
|
381
|
+
$ tox -e finish
|
364
382
|
```
|
365
383
|
|
366
384
|
This script does the following:
|
@@ -1,81 +1,83 @@
|
|
1
|
-
bioversions/
|
1
|
+
bioversions/twitter_client.py,sha256=f5de409b4152b3bfc4806763931aa9a3df2f3e2afdae32172318593262e02b94,1285
|
2
|
+
bioversions/.DS_Store,sha256=ae189687e1d36349b4c5c5dd6a5ecd9a79635474d4ba76e63cb2ae00487c00a9,6148
|
3
|
+
bioversions/version.py,sha256=d777c535bb20992e18738384d097b4813a784f2964c2a6e83b567655f7554a4d,585
|
4
|
+
bioversions/charts.py,sha256=dff05cc80031529e1b06af54c0011d241a383278319d0c6fa90b3e6ad4476332,2419
|
5
|
+
bioversions/resources/update.py,sha256=6c819d96095f445905cad830239ffc7f67a4bdbcae5b6cb1b62c6c97704beeca,3642
|
6
|
+
bioversions/resources/versions.json,sha256=830da40d2bc3f0654bbb041276f93be1a6df062130778740514285e8f1b7e4e0,502086
|
2
7
|
bioversions/resources/__init__.py,sha256=371c3ac3afe0442e01fc9c2f6c000aa4d476ac8a6435167952404831d36a95d6,1659
|
3
|
-
bioversions/
|
4
|
-
bioversions/
|
8
|
+
bioversions/__init__.py,sha256=7f04aa5bf8ba4ceb843188a32f6f09dfb20b2300f067284d35a1fb0441eaba38,194
|
9
|
+
bioversions/slack_client.py,sha256=a7d1e69f244256e42f8ded116dd0caf50b91952c3ffd6c05089f017bd7089333,1209
|
10
|
+
bioversions/cli.py,sha256=939b0f29af9f7fc8aeba207b95d46f1cf59c659d15deccc348cabdcf07486bce,1563
|
11
|
+
bioversions/utils.py,sha256=d96017bd9986329496f7c5b9bf7072d466517c6981c3aff36f7658c4954e206d,10437
|
5
12
|
bioversions/py.typed,sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855,0
|
6
|
-
bioversions/sources/
|
7
|
-
bioversions/sources/
|
8
|
-
bioversions/sources/
|
9
|
-
bioversions/sources/
|
10
|
-
bioversions/sources/
|
11
|
-
bioversions/sources/
|
12
|
-
bioversions/sources/
|
13
|
+
bioversions/sources/disgenet.py,sha256=3c02c84643c1913d9cb2b37e1679fe019cc273d67633685e904fbf16ba84f8bc,739
|
14
|
+
bioversions/sources/oncotree.py,sha256=69b039f07e37800fd3b623816b00595333caede9403d8a9620fee515de8aa8ee,1032
|
15
|
+
bioversions/sources/signor.py,sha256=f0a0bd043c1344027e31fe8fc4e5922f44e86044ca16370e6d66368161f05c83,969
|
16
|
+
bioversions/sources/uniprot.py,sha256=c3e16b68fc8a65e12d9a3b3288fedbd9a8e0e7b47f0a69f0fb032fb072c68a1b,924
|
17
|
+
bioversions/sources/expasy.py,sha256=e42f66f4e93281aab60fbceeb939e4383e15db8414e02f3d95dced7cbb62aa72,771
|
18
|
+
bioversions/sources/biogrid.py,sha256=15c400f0020ded3c167704506ffaf985467087d66d975dc67865ca5efd4a71a8,734
|
19
|
+
bioversions/sources/chemidplus.py,sha256=cc93605ba1d416c5939fdfcf62e01f1449d999284b1af7beee0185696b231702,1194
|
20
|
+
bioversions/sources/kegg.py,sha256=89f784cc7b97ad22436b59b5616c35dd4e82ef1f2335d4001a99a8620d3a00ca,913
|
13
21
|
bioversions/sources/slm.py,sha256=84fe81b16cf8cb3cdc817f4ed56482364bb46a9d3af1f01c3726273b26d106d6,766
|
14
|
-
bioversions/sources/
|
22
|
+
bioversions/sources/homologene.py,sha256=4da5b4037dcf2d2e3cd38ceb45664a0e6a3fcf01332bd6f15ffcc089a526779c,622
|
15
23
|
bioversions/sources/dgi.py,sha256=8b613bedea979b8bbadfcbe4b2fd539e4d29deccf329d936c83a72626d8808bc,940
|
16
|
-
bioversions/sources/kegg.py,sha256=748eee42969987ae6b64e76eb6a71734e9319f71c6c03373697c948718937515,905
|
17
|
-
bioversions/sources/mirbase.py,sha256=ab70baf82cbebc42f22424029e9838a6f7a846b9587ea81be37d779871b90a9e,996
|
18
|
-
bioversions/sources/ncit.py,sha256=eabc33412087108799d70b76ca60b27debcceb8e3bf6782ba41107c5f2dcda87,1015
|
19
|
-
bioversions/sources/pfam.py,sha256=a2509a19315b2524a4974101d2215794c639b2ede25832449819524f4c3efff8,975
|
20
|
-
bioversions/sources/ols.py,sha256=65eb7b050c25b98f1fd3446f0dccaeec4560e08b1c9eb871346e14261c2c2fc6,2697
|
21
|
-
bioversions/sources/wikipathways.py,sha256=493c3c062bdcdc864b608c7e2b0a711cb526453a8d7c79b4c10cb00e68bed30b,798
|
22
|
-
bioversions/sources/intact.py,sha256=06e67eda7e8eededc74f63eb1c73db0648665dae78323d7d92625c76ff4f7c05,596
|
23
|
-
bioversions/sources/icf.py,sha256=0580247e61d6b50b0c08d5331a97d188a5671dda4333298628bc327af313c08a,720
|
24
24
|
bioversions/sources/moalmanac.py,sha256=0cca2d4980f8b0639365a2609ff88f7947c47618e5826ce828a2d84be2fa4eba,749
|
25
|
-
bioversions/sources/
|
26
|
-
bioversions/sources/
|
27
|
-
bioversions/sources/chemidplus.py,sha256=cc93605ba1d416c5939fdfcf62e01f1449d999284b1af7beee0185696b231702,1194
|
28
|
-
bioversions/sources/cellosaurus.py,sha256=d17ae067aade4a433c0f350b26d681dda881603d1057734750b67ef19950ee01,975
|
29
|
-
bioversions/sources/gtdb.py,sha256=95bb664a1e2e872ebe55efec9703be63bff01d15724aea1fd48feb47e150d399,1001
|
30
|
-
bioversions/sources/oncotree.py,sha256=69b039f07e37800fd3b623816b00595333caede9403d8a9620fee515de8aa8ee,1032
|
31
|
-
bioversions/sources/rxnorm.py,sha256=ba8a68262850132282d79c6ab5293f4997c496672ca614b26da8e22ee6856253,1010
|
32
|
-
bioversions/sources/__init__.py,sha256=0b99d733a9b78ad746a5b8f970d9874c2b13fe81fc60e22412e2f9fc243a166d,6303
|
33
|
-
bioversions/sources/mgi.py,sha256=4d7f95d3171616692db2c8d195d8d86f9f751c2b6885e63df70d054c7d9c2199,841
|
34
|
-
bioversions/sources/civic.py,sha256=3eee261f77648892b6a61c3aeeddfff2bf94e63dee9fc91fcbb22a2f44c05dea,1132
|
35
|
-
bioversions/sources/depmap.py,sha256=00b9fb914b27902ef2023f5c2d899a4235829b6b20d3045643e4fbe8deea4168,641
|
36
|
-
bioversions/sources/flybase.py,sha256=2f5aacd0e1743a18dd927c15e837ef9e79713f7ed9d3d863ba4fa9cf5527d863,754
|
25
|
+
bioversions/sources/pombase.py,sha256=e65348dc0aaed5f9c35049c5d117ee7103abf8714f620afbfa5e084eded1c986,766
|
26
|
+
bioversions/sources/omim.py,sha256=7aad8a3615748f5171db47098a1cdbec36b1e8596e0e857fe360dc5320748a65,916
|
37
27
|
bioversions/sources/icd11.py,sha256=6bc929c0fe8fdfe428c23e9f185165b1b2f589b85a58de3cc1ecffa80362084d,723
|
38
|
-
bioversions/sources/
|
28
|
+
bioversions/sources/rxnorm.py,sha256=ba8a68262850132282d79c6ab5293f4997c496672ca614b26da8e22ee6856253,1010
|
29
|
+
bioversions/sources/zfin.py,sha256=dcea33de50f1f09e36380a3253c78923e7d19cc46263250c723e1f0c4e4354b4,683
|
30
|
+
bioversions/sources/npass.py,sha256=b516902495d04397e054b51a51046b11432f37deb7046758d7337ffca804d616,714
|
31
|
+
bioversions/sources/pubchem.py,sha256=57e6f33479eef0935322abde994efe3292f91c7c6bb1889c5724c99ebd7d72f9,526
|
32
|
+
bioversions/sources/msigdb.py,sha256=8689c6234a84ae6e70b19b2bd21c165e2c37d83de7e71c47e605f7c54121de9a,778
|
33
|
+
bioversions/sources/drugcentral.py,sha256=c07db12fe096a5e54fdb4e360a75a6d57fb0dd826fda6e458a04f0d61b7570b8,1116
|
34
|
+
bioversions/sources/ols.py,sha256=35e49f5841e26161ebb063e2bba5f58754031b98128ac132532ef528346f69ac,2929
|
39
35
|
bioversions/sources/sgd.py,sha256=3e05c0bf0aa5c78f10b869e75473a5d2e034323b84ec89748e2055e1f69835d0,1084
|
36
|
+
bioversions/sources/depmap.py,sha256=00b9fb914b27902ef2023f5c2d899a4235829b6b20d3045643e4fbe8deea4168,641
|
37
|
+
bioversions/sources/icf.py,sha256=0580247e61d6b50b0c08d5331a97d188a5671dda4333298628bc327af313c08a,720
|
38
|
+
bioversions/sources/civic.py,sha256=3eee261f77648892b6a61c3aeeddfff2bf94e63dee9fc91fcbb22a2f44c05dea,1132
|
39
|
+
bioversions/sources/rgd.py,sha256=64f6cfd7bff88004699b00832560ef033f14f2977e70684ebef546b431a04d23,766
|
40
|
+
bioversions/sources/intact.py,sha256=06e67eda7e8eededc74f63eb1c73db0648665dae78323d7d92625c76ff4f7c05,596
|
41
|
+
bioversions/sources/stringdb.py,sha256=9afd81dd24d02469cce66e246cb6f696e4a501ba3e7e8dc7aff0f022563a37b2,787
|
42
|
+
bioversions/sources/__init__.py,sha256=bc68aa57c4ca0680e547dbd7992b7a4fe0f888131ba7cf91bf18499a227a2df4,6367
|
43
|
+
bioversions/sources/pathbank.py,sha256=620621044418e05d3d720ed2e01704107e260fa97a2c38ee0d1bf507f7bce62f,693
|
44
|
+
bioversions/sources/icd10.py,sha256=f3ace5f72c5e532cb758a8104b9e48fb56cafa47a01f9f6c6458b06062856805,703
|
40
45
|
bioversions/sources/hgnc.py,sha256=5b2d0cf1a4fe48ab0c2945b111d3e95acdf64a32fb519ca200d2ed0900b85a9d,1099
|
41
|
-
bioversions/sources/
|
46
|
+
bioversions/sources/mesh.py,sha256=5ea8cf53950980e1d5736f1cffa37b46225dd45f51a1418f5c69a621a368a6f3,971
|
47
|
+
bioversions/sources/gtdb.py,sha256=95bb664a1e2e872ebe55efec9703be63bff01d15724aea1fd48feb47e150d399,1001
|
48
|
+
bioversions/sources/cellosaurus.py,sha256=d17ae067aade4a433c0f350b26d681dda881603d1057734750b67ef19950ee01,975
|
42
49
|
bioversions/sources/pathwaycommons.py,sha256=f7c9ef2ed143a9c1ec755c6dd8bbbc5797682df4ae3ae621c2980fa80ec16619,661
|
43
|
-
bioversions/sources/
|
44
|
-
bioversions/sources/
|
50
|
+
bioversions/sources/ncit.py,sha256=eabc33412087108799d70b76ca60b27debcceb8e3bf6782ba41107c5f2dcda87,1015
|
51
|
+
bioversions/sources/umls.py,sha256=ff9cfd631a1d39804a29a901db6da32e68e6e1c526e04e30a1be82359ea155aa,817
|
45
52
|
bioversions/sources/antibodyregistry.py,sha256=5c29963e1d7bd40780582ce9539d6120bd593d0cda6f3b763b08af876a2bef8f,713
|
46
|
-
bioversions/sources/
|
47
|
-
bioversions/sources/
|
53
|
+
bioversions/sources/ensembl.py,sha256=994779fcbb08ea8494e1af0324b49a9bd9649dd7fa65fba7d156b1648c9edad2,737
|
54
|
+
bioversions/sources/mgi.py,sha256=4d7f95d3171616692db2c8d195d8d86f9f751c2b6885e63df70d054c7d9c2199,841
|
55
|
+
bioversions/sources/guidetopharmacology.py,sha256=5806ac03a665caa262a8fef456bac21298b6f895bb50cad4ba702e13aa5393f8,1377
|
56
|
+
bioversions/sources/pr.py,sha256=6c440e95057d35b7d0273d9c26bc2e0dec45cfe22f541e44b5645ebe66f4ddd6,876
|
48
57
|
bioversions/sources/unversioned.py,sha256=c2f328c3bca5b9bbd0ede38ce93bd5a8d1cd079757902865f6c83c3ed05794f4,53
|
58
|
+
bioversions/sources/bigg.py,sha256=895af1caf2a2108517b3a14cd8088b0d86bec980cd18c38d9a222ffd1e8a060e,661
|
49
59
|
bioversions/sources/obo.py,sha256=727b7470ba4cf30b421b5e1eebe758bbadeac57e9801df4fceb13948a27ff0b7,1713
|
50
|
-
bioversions/sources/
|
51
|
-
bioversions/sources/
|
52
|
-
bioversions/sources/
|
53
|
-
bioversions/sources/
|
54
|
-
bioversions/sources/
|
55
|
-
bioversions/sources/
|
60
|
+
bioversions/sources/rfam.py,sha256=3c8de33a8920baac6789fd07160da00752f524ed25ad045b3b48a24716eda5a8,540
|
61
|
+
bioversions/sources/chembl.py,sha256=35cfa0149a5eac1c8efe2577b43aa47e359874558ef48ce227022d7bd0b60932,1513
|
62
|
+
bioversions/sources/pfam.py,sha256=a2509a19315b2524a4974101d2215794c639b2ede25832449819524f4c3efff8,975
|
63
|
+
bioversions/sources/interpro.py,sha256=1fa75923bd60517a3b2f661e7c24e2243e2ab90440bf2621e670c36e1da2baf1,1238
|
64
|
+
bioversions/sources/reactome.py,sha256=12ae2e1cc763c323eaab9d90ec4f6cbdcea1cd9645b40e6d32d93c76333006f7,596
|
65
|
+
bioversions/sources/daily.py,sha256=501fcf689d9b11035b08255c208c5bca0bb631f79e9a8fee3d268f85d07b4033,256
|
66
|
+
bioversions/sources/rhea.py,sha256=ddcb28b84fa2a76520ecc123703e785ff3d4bccb93638af442d3883f54fbd57e,806
|
67
|
+
bioversions/sources/wikipathways.py,sha256=493c3c062bdcdc864b608c7e2b0a711cb526453a8d7c79b4c10cb00e68bed30b,798
|
68
|
+
bioversions/sources/itis.py,sha256=99a480060d52ac6e06404be347080c28af56e984e80cc4763f0a98266212a1df,582
|
69
|
+
bioversions/sources/mirbase.py,sha256=ab70baf82cbebc42f22424029e9838a6f7a846b9587ea81be37d779871b90a9e,996
|
56
70
|
bioversions/sources/complexportal.py,sha256=1adea98029a1aef5e13d7038812734ed37bfa2c9e8f6038cb3c8216b4eff1d19,671
|
57
|
-
bioversions/sources/umls.py,sha256=ff9cfd631a1d39804a29a901db6da32e68e6e1c526e04e30a1be82359ea155aa,817
|
58
|
-
bioversions/sources/guidetopharmacology.py,sha256=5806ac03a665caa262a8fef456bac21298b6f895bb50cad4ba702e13aa5393f8,1377
|
59
|
-
bioversions/sources/omim.py,sha256=7aad8a3615748f5171db47098a1cdbec36b1e8596e0e857fe360dc5320748a65,916
|
60
|
-
bioversions/sources/rgd.py,sha256=64f6cfd7bff88004699b00832560ef033f14f2977e70684ebef546b431a04d23,766
|
61
|
-
bioversions/sources/drugcentral.py,sha256=c07db12fe096a5e54fdb4e360a75a6d57fb0dd826fda6e458a04f0d61b7570b8,1116
|
62
|
-
bioversions/sources/signor.py,sha256=f0a0bd043c1344027e31fe8fc4e5922f44e86044ca16370e6d66368161f05c83,969
|
63
|
-
bioversions/sources/ensembl.py,sha256=994779fcbb08ea8494e1af0324b49a9bd9649dd7fa65fba7d156b1648c9edad2,737
|
64
|
-
bioversions/sources/pubchem.py,sha256=57e6f33479eef0935322abde994efe3292f91c7c6bb1889c5724c99ebd7d72f9,526
|
65
|
-
bioversions/sources/drugbank.py,sha256=599c215452b5e8219e2c31423c2c6d1c7c867848309696c834b9b5f3af1f3f16,994
|
66
71
|
bioversions/sources/chebi.py,sha256=53b5cdbb8810bb790027764284d97efa01ee12f7c259902e381ac3d3f7615616,833
|
67
|
-
bioversions/
|
68
|
-
bioversions/
|
69
|
-
bioversions/
|
70
|
-
bioversions/charts.py,sha256=dff05cc80031529e1b06af54c0011d241a383278319d0c6fa90b3e6ad4476332,2419
|
71
|
-
bioversions/twitter_client.py,sha256=f5de409b4152b3bfc4806763931aa9a3df2f3e2afdae32172318593262e02b94,1285
|
72
|
-
bioversions/cli.py,sha256=939b0f29af9f7fc8aeba207b95d46f1cf59c659d15deccc348cabdcf07486bce,1563
|
73
|
-
bioversions/version.py,sha256=b6eea3f6d1530d8ce55d55b05e1cdb036312d86f2870a544d8f6ffdf0e7c17af,585
|
72
|
+
bioversions/sources/drugbank.py,sha256=599c215452b5e8219e2c31423c2c6d1c7c867848309696c834b9b5f3af1f3f16,994
|
73
|
+
bioversions/sources/silva.py,sha256=e677f3502f516b48977191274ad08d593e4c683442281043a819dde028157274,984
|
74
|
+
bioversions/sources/flybase.py,sha256=2f5aacd0e1743a18dd927c15e837ef9e79713f7ed9d3d863ba4fa9cf5527d863,754
|
74
75
|
bioversions/templates/home.html,sha256=cfdf054ac94244fd8adfdc5b1e948f824d7d8fb676d4f49b44602d69723431dd,2756
|
75
76
|
bioversions/templates/base.html,sha256=00a07a693dfd53d56d38cdb3bd6fd49b922060ef4acbe08ba41cb1cb95d73b93,713
|
76
|
-
bioversions/
|
77
|
-
bioversions
|
78
|
-
bioversions-0.7.
|
79
|
-
bioversions-0.7.
|
80
|
-
bioversions-0.7.
|
81
|
-
bioversions-0.7.
|
77
|
+
bioversions/__main__.py,sha256=4e799066f5fbbe005dc99aee68c4146b3d8572ec52891b82ad0f4e1f2de96227,108
|
78
|
+
bioversions/wsgi.py,sha256=f85ee95198a9710823d53fdffbd40264155d43db19047f77c7787187d87b9255,794
|
79
|
+
bioversions-0.7.3.dist-info/licenses/LICENSE,sha256=41c80964a1b1956e41c013670812fc5592d5b51bd7b3cd4287d949450488a498,1076
|
80
|
+
bioversions-0.7.3.dist-info/WHEEL,sha256=61313c00629fd0292ae036b7c84ac38f8f79013bcc1aa2bfa8c44517d6687d5f,79
|
81
|
+
bioversions-0.7.3.dist-info/entry_points.txt,sha256=4cdd92beb5155987fe3fa990cbaa0268658f0e30d27ed349fada88c48b97484e,54
|
82
|
+
bioversions-0.7.3.dist-info/METADATA,sha256=965af0717c01393655383175ce9ef4e9ce70752c3894cd75a92e15f512ba611e,19270
|
83
|
+
bioversions-0.7.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|