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

Merge branch 'development' into 'production'

Development

See merge request !3
parents 709a6ae5 b2b11a76
No related branches found
No related tags found
1 merge request!3Development
Pipeline #63964 failed
......@@ -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