bioversions 0.7.15__py3-none-any.whl → 0.7.17__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/versions.json +28 -2
- bioversions/sources/civic.py +1 -5
- bioversions/version.py +1 -1
- {bioversions-0.7.15.dist-info → bioversions-0.7.17.dist-info}/METADATA +1 -1
- {bioversions-0.7.15.dist-info → bioversions-0.7.17.dist-info}/RECORD +8 -8
- {bioversions-0.7.15.dist-info → bioversions-0.7.17.dist-info}/WHEEL +1 -1
- {bioversions-0.7.15.dist-info → bioversions-0.7.17.dist-info}/entry_points.txt +0 -0
- {bioversions-0.7.15.dist-info → bioversions-0.7.17.dist-info}/licenses/LICENSE +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"annotations": {
|
3
|
-
"revision":
|
4
|
-
"date": "2025-02-
|
3
|
+
"revision": 918,
|
4
|
+
"date": "2025-02-11",
|
5
5
|
"author": "runner"
|
6
6
|
},
|
7
7
|
"database": [
|
@@ -1939,6 +1939,10 @@
|
|
1939
1939
|
{
|
1940
1940
|
"retrieved": "2025-01-14",
|
1941
1941
|
"version": "2025-01-01"
|
1942
|
+
},
|
1943
|
+
{
|
1944
|
+
"retrieved": "2025-02-11",
|
1945
|
+
"version": "2025-02-01"
|
1942
1946
|
}
|
1943
1947
|
],
|
1944
1948
|
"name": "CiVIC",
|
@@ -12169,6 +12173,10 @@
|
|
12169
12173
|
{
|
12170
12174
|
"retrieved": "2025-02-04",
|
12171
12175
|
"version": "2025-01-31"
|
12176
|
+
},
|
12177
|
+
{
|
12178
|
+
"retrieved": "2025-02-11",
|
12179
|
+
"version": "2025-02-07"
|
12172
12180
|
}
|
12173
12181
|
],
|
12174
12182
|
"name": "Rat Genome Database",
|
@@ -15632,6 +15640,14 @@
|
|
15632
15640
|
{
|
15633
15641
|
"retrieved": "2025-02-09",
|
15634
15642
|
"version": "2025-02-09"
|
15643
|
+
},
|
15644
|
+
{
|
15645
|
+
"retrieved": "2025-02-10",
|
15646
|
+
"version": "2025-02-10"
|
15647
|
+
},
|
15648
|
+
{
|
15649
|
+
"retrieved": "2025-02-11",
|
15650
|
+
"version": "2025-02-11"
|
15635
15651
|
}
|
15636
15652
|
],
|
15637
15653
|
"name": "SwissLipids",
|
@@ -17225,6 +17241,12 @@
|
|
17225
17241
|
"version": "20250110",
|
17226
17242
|
"homepage": "http://data.wikipathways.org/20250110/",
|
17227
17243
|
"date": "2025-01-10"
|
17244
|
+
},
|
17245
|
+
{
|
17246
|
+
"retrieved": "2025-02-11",
|
17247
|
+
"version": "20250210",
|
17248
|
+
"homepage": "http://data.wikipathways.org/20250210/",
|
17249
|
+
"date": "2025-02-10"
|
17228
17250
|
}
|
17229
17251
|
],
|
17230
17252
|
"vtype": "date"
|
@@ -20824,6 +20846,10 @@
|
|
20824
20846
|
{
|
20825
20847
|
"retrieved": "2025-02-09",
|
20826
20848
|
"version": "2025-02-07"
|
20849
|
+
},
|
20850
|
+
{
|
20851
|
+
"retrieved": "2025-02-11",
|
20852
|
+
"version": "2025-02-09"
|
20827
20853
|
}
|
20828
20854
|
],
|
20829
20855
|
"name": "Zebrafish Information Network",
|
bioversions/sources/civic.py
CHANGED
@@ -10,12 +10,8 @@ from bioversions.utils import Getter, VersionType
|
|
10
10
|
URL = "https://civicdb.org/releases/main"
|
11
11
|
API = "https://civicdb.org/api/graphql"
|
12
12
|
GRAPHQL_QUERY = """\
|
13
|
-
query
|
13
|
+
query DataReleases {
|
14
14
|
dataReleases {
|
15
|
-
geneTsv {
|
16
|
-
filename
|
17
|
-
path
|
18
|
-
}
|
19
15
|
name
|
20
16
|
}
|
21
17
|
}
|
bioversions/version.py
CHANGED
@@ -22,7 +22,7 @@ bioversions/sources/homologene.py,sha256=4da5b4037dcf2d2e3cd38ceb45664a0e6a3fcf0
|
|
22
22
|
bioversions/sources/drugbank.py,sha256=599c215452b5e8219e2c31423c2c6d1c7c867848309696c834b9b5f3af1f3f16,994
|
23
23
|
bioversions/sources/omim.py,sha256=7aad8a3615748f5171db47098a1cdbec36b1e8596e0e857fe360dc5320748a65,916
|
24
24
|
bioversions/sources/disgenet.py,sha256=3c02c84643c1913d9cb2b37e1679fe019cc273d67633685e904fbf16ba84f8bc,739
|
25
|
-
bioversions/sources/civic.py,sha256=
|
25
|
+
bioversions/sources/civic.py,sha256=321967e8b7c7a7aecf896b49e6ad4520d0b00a114103a71f71a49c775291f11e,1086
|
26
26
|
bioversions/sources/biogrid.py,sha256=15c400f0020ded3c167704506ffaf985467087d66d975dc67865ca5efd4a71a8,734
|
27
27
|
bioversions/sources/depmap.py,sha256=00b9fb914b27902ef2023f5c2d899a4235829b6b20d3045643e4fbe8deea4168,641
|
28
28
|
bioversions/sources/ensembl.py,sha256=994779fcbb08ea8494e1af0324b49a9bd9649dd7fa65fba7d156b1648c9edad2,737
|
@@ -71,12 +71,12 @@ bioversions/py.typed,sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495
|
|
71
71
|
bioversions/cli.py,sha256=939b0f29af9f7fc8aeba207b95d46f1cf59c659d15deccc348cabdcf07486bce,1563
|
72
72
|
bioversions/__init__.py,sha256=7f04aa5bf8ba4ceb843188a32f6f09dfb20b2300f067284d35a1fb0441eaba38,194
|
73
73
|
bioversions/utils.py,sha256=d96017bd9986329496f7c5b9bf7072d466517c6981c3aff36f7658c4954e206d,10437
|
74
|
-
bioversions/resources/versions.json,sha256=
|
74
|
+
bioversions/resources/versions.json,sha256=2ab8fb68001400ab47adf2a046adf253409fe83175e9807d02646215f7fee74c,509436
|
75
75
|
bioversions/resources/update.py,sha256=6c819d96095f445905cad830239ffc7f67a4bdbcae5b6cb1b62c6c97704beeca,3642
|
76
76
|
bioversions/resources/__init__.py,sha256=371c3ac3afe0442e01fc9c2f6c000aa4d476ac8a6435167952404831d36a95d6,1659
|
77
|
-
bioversions/version.py,sha256=
|
78
|
-
bioversions-0.7.
|
79
|
-
bioversions-0.7.
|
80
|
-
bioversions-0.7.
|
81
|
-
bioversions-0.7.
|
82
|
-
bioversions-0.7.
|
77
|
+
bioversions/version.py,sha256=ae026733a1858ceabac641b1f0ab9e0c683f10ca0f78c25bdfe2aca6d238b93e,586
|
78
|
+
bioversions-0.7.17.dist-info/licenses/LICENSE,sha256=41c80964a1b1956e41c013670812fc5592d5b51bd7b3cd4287d949450488a498,1076
|
79
|
+
bioversions-0.7.17.dist-info/WHEEL,sha256=f7924e4a6bc93df52edd9f311bd72b4e3727c7cfffb082443f2ff3baebf163a5,79
|
80
|
+
bioversions-0.7.17.dist-info/entry_points.txt,sha256=4cdd92beb5155987fe3fa990cbaa0268658f0e30d27ed349fada88c48b97484e,54
|
81
|
+
bioversions-0.7.17.dist-info/METADATA,sha256=15bff9408ea82a6a607ee7767083d805f7b42cf5b792964e3c0093bb8cdb6f0b,19271
|
82
|
+
bioversions-0.7.17.dist-info/RECORD,,
|
File without changes
|
File without changes
|