We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ed391 commit 71c2483Copy full SHA for 71c2483
1 file changed
datanator_rest_api/routes/proteins.py
@@ -5,8 +5,9 @@
5
:Copyright: 2019, Karr Lab
6
:License: MIT
7
"""
8
-from datanator_query.query import query_protein
+""" from datanator_query.query import query_protein
9
from datanator_query.config import config
10
+ """
11
12
13
def search():
@@ -25,7 +26,7 @@ def post(body):
25
26
return ("post")
27
28
-class Manager:
29
+""" class Manager:
30
def __init__(self):
31
username = config.Config.USERNAME
32
password = config.Config.PASSWORD
@@ -41,3 +42,4 @@ def get(self):
41
42
return Manager.manager.get_abundance_by_id(protein_id)
43
else:
44
return Manager.manager.get_equivalent_protein(protein_id, distance, max_depth=depth)
45
0 commit comments