Skip to content

Commit 9aaaed2

Browse files
authored
Merge pull request #139 from asherpasha/dev
Fixed ATTED service.
2 parents c1c78a6 + 5a47e4d commit 9aaaed2

2 files changed

Lines changed: 40 additions & 36 deletions

File tree

requirements.txt

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,22 @@ appdirs==1.4.4
33
async-timeout==4.0.2
44
attrs==21.4.0
55
black==22.3.0
6-
certifi==2021.10.8
6+
cachelib==0.7.0
7+
certifi==2022.5.18.1
78
cffi==1.15.0
89
chardet==4.0.0
910
charset-normalizer==2.0.12
10-
click==8.1.2
11-
coverage==6.3.2
12-
cryptography==36.0.2
11+
click==8.1.3
12+
commonmark==0.9.1
13+
coverage==6.4.1
14+
cryptography==37.0.2
1315
Deprecated==1.2.13
1416
docopt==0.6.2
1517
flake8==4.0.1
16-
Flask==2.1.1
17-
Flask-Caching==1.10.1
18+
Flask==2.1.2
19+
Flask-Caching==1.11.1
1820
Flask-Cors==3.0.10
19-
Flask-Limiter==2.3.2
21+
Flask-Limiter==2.4.5.1
2022
flask-marshmallow==0.14.0
2123
flask-restx==0.5.1
2224
Flask-SQLAlchemy==2.5.1
@@ -25,13 +27,13 @@ idna==3.3
2527
importlib-metadata==4.2.0
2628
iniconfig==1.1.1
2729
itsdangerous==2.1.2
28-
Jinja2==3.1.1
29-
jsonschema==4.4.0
30-
limits==2.5.2
30+
Jinja2==3.1.2
31+
jsonschema==4.6.0
32+
limits==2.6.3
3133
MarkupSafe==2.1.1
32-
marshmallow==3.15.0
34+
marshmallow==3.16.0
3335
mccabe==0.6.1
34-
more-itertools==8.12.0
36+
more-itertools==8.13.0
3537
mypy-extensions==0.4.3
3638
mysqlclient==2.1.0
3739
numpy==1.21.5
@@ -44,23 +46,25 @@ py==1.11.0
4446
pycodestyle==2.8.0
4547
pycparser==2.21
4648
pyflakes==2.4.0
47-
pyparsing==3.0.8
49+
Pygments==2.12.0
50+
pyparsing==3.0.9
4851
pyrsistent==0.18.1
49-
pytest==7.1.1
52+
pytest==7.1.2
5053
python-dateutil==2.8.2
5154
pytz==2022.1
52-
redis==4.2.2
53-
regex==2022.3.15
55+
redis==4.3.3
56+
regex==2022.6.2
5457
requests==2.27.1
58+
rich==12.4.4
5559
scour==0.38.2
5660
six==1.16.0
57-
SQLAlchemy==1.4.35
61+
SQLAlchemy==1.4.37
5862
toml==0.10.2
5963
tomli==2.0.1
60-
typed-ast==1.5.3
64+
typed-ast==1.5.4
6165
typing_extensions==4.2.0
6266
urllib3==1.26.9
6367
wcwidth==0.2.5
64-
Werkzeug==2.1.1
65-
wrapt==1.14.0
68+
Werkzeug==2.1.2
69+
wrapt==1.14.1
6670
zipp==3.8.0

tests/data/get_atted_api4.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"type": null,
99
"value": null,
1010
"topN": 5,
11-
"database": "Ath-u.c2-0",
12-
"database_version": "c2-0"
11+
"database": "Ath-u.c3-0",
12+
"database_version": "c3-0"
1313
},
1414
"result_set": [
1515
{
@@ -18,32 +18,32 @@
1818
{
1919
"gene": 831644,
2020
"other_id": "AT5G17760",
21-
"mutual_rank": 482.65,
22-
"logit_score": 5.2584
21+
"mutual_rank": 509.98,
22+
"logit_score": 5.1768
2323
},
2424
{
2525
"gene": 842367,
2626
"other_id": "AT1G60730",
27-
"mutual_rank": 767.19,
28-
"logit_score": 4.5674
27+
"mutual_rank": 807.94,
28+
"logit_score": 4.4895
2929
},
3030
{
3131
"gene": 837321,
3232
"other_id": "AT1G08050",
33-
"mutual_rank": 1076.41,
34-
"logit_score": 4.0541
33+
"mutual_rank": 1125.71,
34+
"logit_score": 3.9855
3535
},
3636
{
37-
"gene": 814770,
38-
"other_id": "AT2G02390",
39-
"mutual_rank": 1148.08,
40-
"logit_score": 3.9553
37+
"gene": 844034,
38+
"other_id": "AT1G76980",
39+
"mutual_rank": 1134.11,
40+
"logit_score": 3.9741
4141
},
4242
{
43-
"gene": 832064,
44-
"other_id": "AT5G19440",
45-
"mutual_rank": 1148.08,
46-
"logit_score": 3.9553
43+
"gene": 814770,
44+
"other_id": "AT2G02390",
45+
"mutual_rank": 1186.04,
46+
"logit_score": 3.9053
4747
}
4848
],
4949
"other_id": "AT1G01010"

0 commit comments

Comments
 (0)