Skip to content
Snippets Groups Projects
Commit a6216ce2 authored by Hartung, Michael's avatar Hartung, Michael
Browse files

Merge branch 'development' into 'production'

Development

See merge request !3

Former-commit-id: 3b6371ab
parents f66f3de3 f968ea07
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ services:
- "-c"
- "shared_buffers=2GB"
redis:
image: redis
image: redis:7.0.7
container_name: drugstone_redis
restart: always
command: ["redis-server"]
......
......@@ -22,7 +22,7 @@ services:
- db
- redis
db:
image: postgres
image: postgres:14
container_name: drugstone_postgres
restart: always
hostname: drugstone_postgres
......
......@@ -188,7 +188,7 @@ def multi_steiner(task_hook: TaskHook):
task_hook.set_results({
"network": subgraph,
"node_attributes": {"node_types": node_types, "is_seed": is_seed},
"taget_nodes":accepted_nodes,
"target_nodes": accepted_nodes,
'gene_interaction_dataset': ppi_dataset,
'drug_interaction_dataset': pdi_dataset
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment