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

fix type in multisteiner result key

Former-commit-id: abaace16
parent 431b5443
No related branches found
No related tags found
No related merge requests found
......@@ -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