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

fix type in multisteiner result key

parent 26160063
No related branches found
No related tags found
1 merge request!3Development
Pipeline #63963 failed
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
......@@ -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.
Finish editing this message first!
Please register or to comment