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

added intersect

Former-commit-id: 523122e22ef72d3252d6981fbb67a617dd6127d5 [formerly 35b071934cc2147c05bbddd56513e0183ffcdd5f]
Former-commit-id: 99eca5a599a6c767a747759a80808f1a83b7839e
parent f9dec58d
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