Skip to content
Snippets Groups Projects
Commit 895882ef authored by AndiMajore's avatar AndiMajore
Browse files

added intersect

Former-commit-id: 37f7e336
parent dd5baaee
No related branches found
No related tags found
No related merge requests found
......@@ -15,4 +15,4 @@ CELERY_BROKER_URL=redis://redis:6379/0
FLOWER_PORT=8888
FLOWER_BASIC_AUTH=drugstone:test
GT_THREADS=2
DB_UPDATE_ON_START=0
\ No newline at end of file
DB_UPDATE_ON_START=1
\ No newline at end of file
......@@ -336,7 +336,7 @@ def result_view(request) -> Response:
else:
continue
nodes_mapped, _ = query_proteins_by_identifier(protein_nodes, identifier)
nodes_mapped, identifier = query_proteins_by_identifier(protein_nodes, identifier)
nodes_mapped_dict = {node[identifier][0]: node for node in nodes_mapped}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment