bioversions 0.7.2__py3-none-any.whl → 0.7.4__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/resources/update.py +1 -1
- bioversions/resources/versions.json +77 -2
- 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.2.dist-info → bioversions-0.7.4.dist-info}/METADATA +40 -22
- {bioversions-0.7.2.dist-info → bioversions-0.7.4.dist-info}/RECORD +67 -66
- {bioversions-0.7.2.dist-info → bioversions-0.7.4.dist-info}/WHEEL +1 -1
- {bioversions-0.7.2.dist-info → bioversions-0.7.4.dist-info}/entry_points.txt +0 -0
- {bioversions-0.7.2.dist-info → bioversions-0.7.4.dist-info}/licenses/LICENSE +0 -0
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,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"annotations": {
|
3
|
-
"revision":
|
4
|
-
"date": "2025-01-
|
3
|
+
"revision": 905,
|
4
|
+
"date": "2025-01-29",
|
5
5
|
"author": "runner"
|
6
6
|
},
|
7
7
|
"database": [
|
@@ -204,6 +204,16 @@
|
|
204
204
|
"retrieved": "2025-01-15",
|
205
205
|
"version": "2025-01-14",
|
206
206
|
"homepage": "https://antibodyregistry.org/"
|
207
|
+
},
|
208
|
+
{
|
209
|
+
"retrieved": "2025-01-28",
|
210
|
+
"version": "2025-01-27",
|
211
|
+
"homepage": "https://antibodyregistry.org/"
|
212
|
+
},
|
213
|
+
{
|
214
|
+
"retrieved": "2025-01-29",
|
215
|
+
"version": "2025-01-28",
|
216
|
+
"homepage": "https://antibodyregistry.org/"
|
207
217
|
}
|
208
218
|
],
|
209
219
|
"name": "Antibody Registry",
|
@@ -2022,6 +2032,10 @@
|
|
2022
2032
|
{
|
2023
2033
|
"retrieved": "2025-01-12",
|
2024
2034
|
"version": "2.233"
|
2035
|
+
},
|
2036
|
+
{
|
2037
|
+
"retrieved": "2025-01-28",
|
2038
|
+
"version": "2.234"
|
2025
2039
|
}
|
2026
2040
|
],
|
2027
2041
|
"vtype": "date"
|
@@ -4109,6 +4123,10 @@
|
|
4109
4123
|
{
|
4110
4124
|
"retrieved": "2025-01-12",
|
4111
4125
|
"version": "4.191"
|
4126
|
+
},
|
4127
|
+
{
|
4128
|
+
"retrieved": "2025-01-28",
|
4129
|
+
"version": "4.192"
|
4112
4130
|
}
|
4113
4131
|
],
|
4114
4132
|
"vtype": "date"
|
@@ -4608,6 +4626,10 @@
|
|
4608
4626
|
{
|
4609
4627
|
"retrieved": "2025-01-05",
|
4610
4628
|
"version": "2024-12-31"
|
4629
|
+
},
|
4630
|
+
{
|
4631
|
+
"retrieved": "2025-01-28",
|
4632
|
+
"version": "2025-01-14"
|
4611
4633
|
}
|
4612
4634
|
],
|
4613
4635
|
"vtype": "date"
|
@@ -6510,6 +6532,10 @@
|
|
6510
6532
|
{
|
6511
6533
|
"retrieved": "2025-01-14",
|
6512
6534
|
"version": "2024-12-16"
|
6535
|
+
},
|
6536
|
+
{
|
6537
|
+
"retrieved": "2025-01-28",
|
6538
|
+
"version": "2025-01-24"
|
6513
6539
|
}
|
6514
6540
|
],
|
6515
6541
|
"name": "ITIS",
|
@@ -7057,6 +7083,10 @@
|
|
7057
7083
|
{
|
7058
7084
|
"retrieved": "2024-12-15",
|
7059
7085
|
"version": "2.145"
|
7086
|
+
},
|
7087
|
+
{
|
7088
|
+
"retrieved": "2025-01-28",
|
7089
|
+
"version": "2.146"
|
7060
7090
|
}
|
7061
7091
|
],
|
7062
7092
|
"vtype": "date"
|
@@ -9441,6 +9471,14 @@
|
|
9441
9471
|
{
|
9442
9472
|
"retrieved": "2025-01-15",
|
9443
9473
|
"version": "2025-01-13"
|
9474
|
+
},
|
9475
|
+
{
|
9476
|
+
"retrieved": "2025-01-28",
|
9477
|
+
"version": "2025-01-24"
|
9478
|
+
},
|
9479
|
+
{
|
9480
|
+
"retrieved": "2025-01-29",
|
9481
|
+
"version": "2025-01-27"
|
9444
9482
|
}
|
9445
9483
|
],
|
9446
9484
|
"name": "Online Mendelian Inheritance in Man",
|
@@ -11998,6 +12036,10 @@
|
|
11998
12036
|
{
|
11999
12037
|
"retrieved": "2025-01-14",
|
12000
12038
|
"version": "2025-01-10"
|
12039
|
+
},
|
12040
|
+
{
|
12041
|
+
"retrieved": "2025-01-28",
|
12042
|
+
"version": "2025-01-24"
|
12001
12043
|
}
|
12002
12044
|
],
|
12003
12045
|
"name": "Rat Genome Database",
|
@@ -12095,6 +12137,10 @@
|
|
12095
12137
|
{
|
12096
12138
|
"retrieved": "2024-12-15",
|
12097
12139
|
"version": "6.238"
|
12140
|
+
},
|
12141
|
+
{
|
12142
|
+
"retrieved": "2025-01-28",
|
12143
|
+
"version": "6.239"
|
12098
12144
|
}
|
12099
12145
|
],
|
12100
12146
|
"vtype": "date"
|
@@ -12826,6 +12872,19 @@
|
|
12826
12872
|
"name": "SIGNOR",
|
12827
12873
|
"vtype": "date"
|
12828
12874
|
},
|
12875
|
+
{
|
12876
|
+
"releases": [
|
12877
|
+
{
|
12878
|
+
"retrieved": "2025-01-28",
|
12879
|
+
"version": "138.2",
|
12880
|
+
"homepage": "https://www.arb-silva.de/",
|
12881
|
+
"date": "2024-03-14"
|
12882
|
+
}
|
12883
|
+
],
|
12884
|
+
"name": "SILVA ribosomal RNA database",
|
12885
|
+
"prefix": "silva.taxon",
|
12886
|
+
"vtype": "sequential"
|
12887
|
+
},
|
12829
12888
|
{
|
12830
12889
|
"releases": [
|
12831
12890
|
{
|
@@ -15382,6 +15441,14 @@
|
|
15382
15441
|
{
|
15383
15442
|
"retrieved": "2025-01-15",
|
15384
15443
|
"version": "2025-01-15"
|
15444
|
+
},
|
15445
|
+
{
|
15446
|
+
"retrieved": "2025-01-28",
|
15447
|
+
"version": "2025-01-28"
|
15448
|
+
},
|
15449
|
+
{
|
15450
|
+
"retrieved": "2025-01-29",
|
15451
|
+
"version": "2025-01-29"
|
15385
15452
|
}
|
15386
15453
|
],
|
15387
15454
|
"name": "SwissLipids",
|
@@ -16125,6 +16192,10 @@
|
|
16125
16192
|
{
|
16126
16193
|
"retrieved": "2024-11-10",
|
16127
16194
|
"version": "2024-11-02"
|
16195
|
+
},
|
16196
|
+
{
|
16197
|
+
"retrieved": "2025-01-28",
|
16198
|
+
"version": "2025-01-11"
|
16128
16199
|
}
|
16129
16200
|
],
|
16130
16201
|
"name": "Unified Phenotype Ontology",
|
@@ -20516,6 +20587,10 @@
|
|
20516
20587
|
{
|
20517
20588
|
"retrieved": "2025-01-15",
|
20518
20589
|
"version": "2025-01-13"
|
20590
|
+
},
|
20591
|
+
{
|
20592
|
+
"retrieved": "2025-01-28",
|
20593
|
+
"version": "2025-01-27"
|
20519
20594
|
}
|
20520
20595
|
],
|
20521
20596
|
"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.4
|
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,82 @@
|
|
1
|
-
bioversions/
|
2
|
-
bioversions/
|
3
|
-
bioversions/
|
1
|
+
bioversions/templates/home.html,sha256=cfdf054ac94244fd8adfdc5b1e948f824d7d8fb676d4f49b44602d69723431dd,2756
|
2
|
+
bioversions/templates/base.html,sha256=00a07a693dfd53d56d38cdb3bd6fd49b922060ef4acbe08ba41cb1cb95d73b93,713
|
3
|
+
bioversions/charts.py,sha256=dff05cc80031529e1b06af54c0011d241a383278319d0c6fa90b3e6ad4476332,2419
|
4
|
+
bioversions/twitter_client.py,sha256=f5de409b4152b3bfc4806763931aa9a3df2f3e2afdae32172318593262e02b94,1285
|
4
5
|
bioversions/wsgi.py,sha256=f85ee95198a9710823d53fdffbd40264155d43db19047f77c7787187d87b9255,794
|
5
|
-
bioversions/py
|
6
|
-
bioversions/sources/
|
7
|
-
bioversions/sources/
|
8
|
-
bioversions/sources/bigg.py,sha256=895af1caf2a2108517b3a14cd8088b0d86bec980cd18c38d9a222ffd1e8a060e,661
|
9
|
-
bioversions/sources/itis.py,sha256=99a480060d52ac6e06404be347080c28af56e984e80cc4763f0a98266212a1df,582
|
10
|
-
bioversions/sources/chembl.py,sha256=35cfa0149a5eac1c8efe2577b43aa47e359874558ef48ce227022d7bd0b60932,1513
|
11
|
-
bioversions/sources/daily.py,sha256=501fcf689d9b11035b08255c208c5bca0bb631f79e9a8fee3d268f85d07b4033,256
|
12
|
-
bioversions/sources/stringdb.py,sha256=9afd81dd24d02469cce66e246cb6f696e4a501ba3e7e8dc7aff0f022563a37b2,787
|
13
|
-
bioversions/sources/slm.py,sha256=84fe81b16cf8cb3cdc817f4ed56482364bb46a9d3af1f01c3726273b26d106d6,766
|
14
|
-
bioversions/sources/pathbank.py,sha256=620621044418e05d3d720ed2e01704107e260fa97a2c38ee0d1bf507f7bce62f,693
|
15
|
-
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
|
6
|
+
bioversions/slack_client.py,sha256=a7d1e69f244256e42f8ded116dd0caf50b91952c3ffd6c05089f017bd7089333,1209
|
7
|
+
bioversions/sources/npass.py,sha256=b516902495d04397e054b51a51046b11432f37deb7046758d7337ffca804d616,714
|
8
|
+
bioversions/sources/complexportal.py,sha256=1adea98029a1aef5e13d7038812734ed37bfa2c9e8f6038cb3c8216b4eff1d19,671
|
23
9
|
bioversions/sources/icf.py,sha256=0580247e61d6b50b0c08d5331a97d188a5671dda4333298628bc327af313c08a,720
|
24
|
-
bioversions/sources/
|
25
|
-
bioversions/sources/expasy.py,sha256=e42f66f4e93281aab60fbceeb939e4383e15db8414e02f3d95dced7cbb62aa72,771
|
26
|
-
bioversions/sources/interpro.py,sha256=1fa75923bd60517a3b2f661e7c24e2243e2ab90440bf2621e670c36e1da2baf1,1238
|
10
|
+
bioversions/sources/pubchem.py,sha256=57e6f33479eef0935322abde994efe3292f91c7c6bb1889c5724c99ebd7d72f9,526
|
27
11
|
bioversions/sources/chemidplus.py,sha256=cc93605ba1d416c5939fdfcf62e01f1449d999284b1af7beee0185696b231702,1194
|
28
|
-
bioversions/sources/
|
29
|
-
bioversions/sources/
|
12
|
+
bioversions/sources/rhea.py,sha256=ddcb28b84fa2a76520ecc123703e785ff3d4bccb93638af442d3883f54fbd57e,806
|
13
|
+
bioversions/sources/zfin.py,sha256=dcea33de50f1f09e36380a3253c78923e7d19cc46263250c723e1f0c4e4354b4,683
|
14
|
+
bioversions/sources/moalmanac.py,sha256=0cca2d4980f8b0639365a2609ff88f7947c47618e5826ce828a2d84be2fa4eba,749
|
15
|
+
bioversions/sources/intact.py,sha256=06e67eda7e8eededc74f63eb1c73db0648665dae78323d7d92625c76ff4f7c05,596
|
30
16
|
bioversions/sources/oncotree.py,sha256=69b039f07e37800fd3b623816b00595333caede9403d8a9620fee515de8aa8ee,1032
|
31
|
-
bioversions/sources/
|
32
|
-
bioversions/sources/
|
33
|
-
bioversions/sources/
|
17
|
+
bioversions/sources/interpro.py,sha256=1fa75923bd60517a3b2f661e7c24e2243e2ab90440bf2621e670c36e1da2baf1,1238
|
18
|
+
bioversions/sources/guidetopharmacology.py,sha256=5806ac03a665caa262a8fef456bac21298b6f895bb50cad4ba702e13aa5393f8,1377
|
19
|
+
bioversions/sources/unversioned.py,sha256=c2f328c3bca5b9bbd0ede38ce93bd5a8d1cd079757902865f6c83c3ed05794f4,53
|
20
|
+
bioversions/sources/antibodyregistry.py,sha256=5c29963e1d7bd40780582ce9539d6120bd593d0cda6f3b763b08af876a2bef8f,713
|
21
|
+
bioversions/sources/homologene.py,sha256=4da5b4037dcf2d2e3cd38ceb45664a0e6a3fcf01332bd6f15ffcc089a526779c,622
|
22
|
+
bioversions/sources/drugbank.py,sha256=599c215452b5e8219e2c31423c2c6d1c7c867848309696c834b9b5f3af1f3f16,994
|
23
|
+
bioversions/sources/omim.py,sha256=7aad8a3615748f5171db47098a1cdbec36b1e8596e0e857fe360dc5320748a65,916
|
24
|
+
bioversions/sources/disgenet.py,sha256=3c02c84643c1913d9cb2b37e1679fe019cc273d67633685e904fbf16ba84f8bc,739
|
34
25
|
bioversions/sources/civic.py,sha256=3eee261f77648892b6a61c3aeeddfff2bf94e63dee9fc91fcbb22a2f44c05dea,1132
|
26
|
+
bioversions/sources/biogrid.py,sha256=15c400f0020ded3c167704506ffaf985467087d66d975dc67865ca5efd4a71a8,734
|
35
27
|
bioversions/sources/depmap.py,sha256=00b9fb914b27902ef2023f5c2d899a4235829b6b20d3045643e4fbe8deea4168,641
|
36
|
-
bioversions/sources/
|
37
|
-
bioversions/sources/
|
38
|
-
bioversions/sources/
|
39
|
-
bioversions/sources/
|
28
|
+
bioversions/sources/ensembl.py,sha256=994779fcbb08ea8494e1af0324b49a9bd9649dd7fa65fba7d156b1648c9edad2,737
|
29
|
+
bioversions/sources/chebi.py,sha256=53b5cdbb8810bb790027764284d97efa01ee12f7c259902e381ac3d3f7615616,833
|
30
|
+
bioversions/sources/rfam.py,sha256=3c8de33a8920baac6789fd07160da00752f524ed25ad045b3b48a24716eda5a8,540
|
31
|
+
bioversions/sources/stringdb.py,sha256=9afd81dd24d02469cce66e246cb6f696e4a501ba3e7e8dc7aff0f022563a37b2,787
|
40
32
|
bioversions/sources/hgnc.py,sha256=5b2d0cf1a4fe48ab0c2945b111d3e95acdf64a32fb519ca200d2ed0900b85a9d,1099
|
41
33
|
bioversions/sources/msigdb.py,sha256=8689c6234a84ae6e70b19b2bd21c165e2c37d83de7e71c47e605f7c54121de9a,778
|
42
|
-
bioversions/sources/
|
34
|
+
bioversions/sources/bigg.py,sha256=895af1caf2a2108517b3a14cd8088b0d86bec980cd18c38d9a222ffd1e8a060e,661
|
35
|
+
bioversions/sources/daily.py,sha256=501fcf689d9b11035b08255c208c5bca0bb631f79e9a8fee3d268f85d07b4033,256
|
36
|
+
bioversions/sources/pr.py,sha256=6c440e95057d35b7d0273d9c26bc2e0dec45cfe22f541e44b5645ebe66f4ddd6,876
|
37
|
+
bioversions/sources/rxnorm.py,sha256=ba8a68262850132282d79c6ab5293f4997c496672ca614b26da8e22ee6856253,1010
|
38
|
+
bioversions/sources/flybase.py,sha256=2f5aacd0e1743a18dd927c15e837ef9e79713f7ed9d3d863ba4fa9cf5527d863,754
|
39
|
+
bioversions/sources/silva.py,sha256=e677f3502f516b48977191274ad08d593e4c683442281043a819dde028157274,984
|
40
|
+
bioversions/sources/kegg.py,sha256=89f784cc7b97ad22436b59b5616c35dd4e82ef1f2335d4001a99a8620d3a00ca,913
|
41
|
+
bioversions/sources/cellosaurus.py,sha256=d17ae067aade4a433c0f350b26d681dda881603d1057734750b67ef19950ee01,975
|
43
42
|
bioversions/sources/icd10.py,sha256=f3ace5f72c5e532cb758a8104b9e48fb56cafa47a01f9f6c6458b06062856805,703
|
43
|
+
bioversions/sources/gtdb.py,sha256=95bb664a1e2e872ebe55efec9703be63bff01d15724aea1fd48feb47e150d399,1001
|
44
|
+
bioversions/sources/signor.py,sha256=f0a0bd043c1344027e31fe8fc4e5922f44e86044ca16370e6d66368161f05c83,969
|
44
45
|
bioversions/sources/reactome.py,sha256=12ae2e1cc763c323eaab9d90ec4f6cbdcea1cd9645b40e6d32d93c76333006f7,596
|
45
|
-
bioversions/sources/antibodyregistry.py,sha256=5c29963e1d7bd40780582ce9539d6120bd593d0cda6f3b763b08af876a2bef8f,713
|
46
|
-
bioversions/sources/rhea.py,sha256=ddcb28b84fa2a76520ecc123703e785ff3d4bccb93638af442d3883f54fbd57e,806
|
47
|
-
bioversions/sources/biogrid.py,sha256=15c400f0020ded3c167704506ffaf985467087d66d975dc67865ca5efd4a71a8,734
|
48
|
-
bioversions/sources/unversioned.py,sha256=c2f328c3bca5b9bbd0ede38ce93bd5a8d1cd079757902865f6c83c3ed05794f4,53
|
49
46
|
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/
|
56
|
-
bioversions/sources/
|
47
|
+
bioversions/sources/sgd.py,sha256=3e05c0bf0aa5c78f10b869e75473a5d2e034323b84ec89748e2055e1f69835d0,1084
|
48
|
+
bioversions/sources/drugcentral.py,sha256=c07db12fe096a5e54fdb4e360a75a6d57fb0dd826fda6e458a04f0d61b7570b8,1116
|
49
|
+
bioversions/sources/ncit.py,sha256=eabc33412087108799d70b76ca60b27debcceb8e3bf6782ba41107c5f2dcda87,1015
|
50
|
+
bioversions/sources/mesh.py,sha256=5ea8cf53950980e1d5736f1cffa37b46225dd45f51a1418f5c69a621a368a6f3,971
|
51
|
+
bioversions/sources/pfam.py,sha256=a2509a19315b2524a4974101d2215794c639b2ede25832449819524f4c3efff8,975
|
52
|
+
bioversions/sources/pathbank.py,sha256=620621044418e05d3d720ed2e01704107e260fa97a2c38ee0d1bf507f7bce62f,693
|
53
|
+
bioversions/sources/wikipathways.py,sha256=493c3c062bdcdc864b608c7e2b0a711cb526453a8d7c79b4c10cb00e68bed30b,798
|
54
|
+
bioversions/sources/mgi.py,sha256=4d7f95d3171616692db2c8d195d8d86f9f751c2b6885e63df70d054c7d9c2199,841
|
57
55
|
bioversions/sources/umls.py,sha256=ff9cfd631a1d39804a29a901db6da32e68e6e1c526e04e30a1be82359ea155aa,817
|
58
|
-
bioversions/sources/
|
59
|
-
bioversions/sources/
|
56
|
+
bioversions/sources/chembl.py,sha256=35cfa0149a5eac1c8efe2577b43aa47e359874558ef48ce227022d7bd0b60932,1513
|
57
|
+
bioversions/sources/__init__.py,sha256=bc68aa57c4ca0680e547dbd7992b7a4fe0f888131ba7cf91bf18499a227a2df4,6367
|
58
|
+
bioversions/sources/pathwaycommons.py,sha256=f7c9ef2ed143a9c1ec755c6dd8bbbc5797682df4ae3ae621c2980fa80ec16619,661
|
59
|
+
bioversions/sources/mirbase.py,sha256=ab70baf82cbebc42f22424029e9838a6f7a846b9587ea81be37d779871b90a9e,996
|
60
|
+
bioversions/sources/icd11.py,sha256=6bc929c0fe8fdfe428c23e9f185165b1b2f589b85a58de3cc1ecffa80362084d,723
|
61
|
+
bioversions/sources/dgi.py,sha256=8b613bedea979b8bbadfcbe4b2fd539e4d29deccf329d936c83a72626d8808bc,940
|
62
|
+
bioversions/sources/pombase.py,sha256=e65348dc0aaed5f9c35049c5d117ee7103abf8714f620afbfa5e084eded1c986,766
|
63
|
+
bioversions/sources/expasy.py,sha256=e42f66f4e93281aab60fbceeb939e4383e15db8414e02f3d95dced7cbb62aa72,771
|
60
64
|
bioversions/sources/rgd.py,sha256=64f6cfd7bff88004699b00832560ef033f14f2977e70684ebef546b431a04d23,766
|
61
|
-
bioversions/sources/
|
62
|
-
bioversions/sources/
|
63
|
-
bioversions/sources/
|
64
|
-
bioversions/sources/
|
65
|
-
bioversions/sources/drugbank.py,sha256=599c215452b5e8219e2c31423c2c6d1c7c867848309696c834b9b5f3af1f3f16,994
|
66
|
-
bioversions/sources/chebi.py,sha256=53b5cdbb8810bb790027764284d97efa01ee12f7c259902e381ac3d3f7615616,833
|
67
|
-
bioversions/__init__.py,sha256=7f04aa5bf8ba4ceb843188a32f6f09dfb20b2300f067284d35a1fb0441eaba38,194
|
65
|
+
bioversions/sources/ols.py,sha256=35e49f5841e26161ebb063e2bba5f58754031b98128ac132532ef528346f69ac,2929
|
66
|
+
bioversions/sources/itis.py,sha256=99a480060d52ac6e06404be347080c28af56e984e80cc4763f0a98266212a1df,582
|
67
|
+
bioversions/sources/uniprot.py,sha256=c3e16b68fc8a65e12d9a3b3288fedbd9a8e0e7b47f0a69f0fb032fb072c68a1b,924
|
68
|
+
bioversions/sources/slm.py,sha256=84fe81b16cf8cb3cdc817f4ed56482364bb46a9d3af1f01c3726273b26d106d6,766
|
68
69
|
bioversions/__main__.py,sha256=4e799066f5fbbe005dc99aee68c4146b3d8572ec52891b82ad0f4e1f2de96227,108
|
69
|
-
bioversions/
|
70
|
-
bioversions/charts.py,sha256=dff05cc80031529e1b06af54c0011d241a383278319d0c6fa90b3e6ad4476332,2419
|
71
|
-
bioversions/twitter_client.py,sha256=f5de409b4152b3bfc4806763931aa9a3df2f3e2afdae32172318593262e02b94,1285
|
70
|
+
bioversions/py.typed,sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855,0
|
72
71
|
bioversions/cli.py,sha256=939b0f29af9f7fc8aeba207b95d46f1cf59c659d15deccc348cabdcf07486bce,1563
|
73
|
-
bioversions/
|
74
|
-
bioversions/
|
75
|
-
bioversions/
|
76
|
-
bioversions/
|
77
|
-
bioversions
|
78
|
-
bioversions
|
79
|
-
bioversions-0.7.
|
80
|
-
bioversions-0.7.
|
81
|
-
bioversions-0.7.
|
72
|
+
bioversions/__init__.py,sha256=7f04aa5bf8ba4ceb843188a32f6f09dfb20b2300f067284d35a1fb0441eaba38,194
|
73
|
+
bioversions/utils.py,sha256=d96017bd9986329496f7c5b9bf7072d466517c6981c3aff36f7658c4954e206d,10437
|
74
|
+
bioversions/resources/versions.json,sha256=2500da5c7009fad2e146559a05771ba7fe90444165b5e49de2290f4470f6acc8,502417
|
75
|
+
bioversions/resources/update.py,sha256=6c819d96095f445905cad830239ffc7f67a4bdbcae5b6cb1b62c6c97704beeca,3642
|
76
|
+
bioversions/resources/__init__.py,sha256=371c3ac3afe0442e01fc9c2f6c000aa4d476ac8a6435167952404831d36a95d6,1659
|
77
|
+
bioversions/version.py,sha256=5ac1f04640ec3a743d00d92fe80452abbd43ab0f5f9413ac5b924930d9825e96,585
|
78
|
+
bioversions-0.7.4.dist-info/licenses/LICENSE,sha256=41c80964a1b1956e41c013670812fc5592d5b51bd7b3cd4287d949450488a498,1076
|
79
|
+
bioversions-0.7.4.dist-info/WHEEL,sha256=ebcf77696d880908e45f6a5e043e46538b13f95dfd0269d8018437028d81bb78,79
|
80
|
+
bioversions-0.7.4.dist-info/entry_points.txt,sha256=4cdd92beb5155987fe3fa990cbaa0268658f0e30d27ed349fada88c48b97484e,54
|
81
|
+
bioversions-0.7.4.dist-info/METADATA,sha256=85f1fce26d4896fc6acca9b51c3ddca0048c0a5c81c05586e7182501e7ff93f1,19270
|
82
|
+
bioversions-0.7.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|