Skip to content
Snippets Groups Projects
Commit 85417802 authored by Le, Mia's avatar Le, Mia
Browse files

seed_variation bedingung eingefügt

parent b19c9d18
Branches
No related tags found
No related merge requests found
...@@ -152,7 +152,7 @@ def main(ppi_network, seeds, tools, tool_weights, consensus, evaluate, ...@@ -152,7 +152,7 @@ def main(ppi_network, seeds, tools, tool_weights, consensus, evaluate,
if consensus: if consensus:
cami.reset_ppi_graph() cami.reset_ppi_graph()
if evaluate or (not consensus and not evaluate): if evaluate or (not consensus and not evaluate and not seed_variation):
cami.make_evaluation() cami.make_evaluation()
if evaluate: if evaluate:
cami.reset_ppi_graph() cami.reset_ppi_graph()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment