Skip to content
Snippets Groups Projects
Commit 37f7e336 authored by AndiMajore's avatar AndiMajore
Browse files

added intersect

parent 35fbddb2
No related branches found
No related tags found
No related merge requests found
...@@ -15,4 +15,4 @@ CELERY_BROKER_URL=redis://redis:6379/0 ...@@ -15,4 +15,4 @@ CELERY_BROKER_URL=redis://redis:6379/0
FLOWER_PORT=8888 FLOWER_PORT=8888
FLOWER_BASIC_AUTH=drugstone:test FLOWER_BASIC_AUTH=drugstone:test
GT_THREADS=2 GT_THREADS=2
DB_UPDATE_ON_START=0 DB_UPDATE_ON_START=1
\ No newline at end of file \ No newline at end of file
...@@ -336,7 +336,7 @@ def result_view(request) -> Response: ...@@ -336,7 +336,7 @@ def result_view(request) -> Response:
else: else:
continue 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} 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