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

seed_variation bedingung eingefügt

parent 85417802
No related branches found
No related tags found
No related merge requests found
...@@ -150,15 +150,15 @@ def main(ppi_network, seeds, tools, tool_weights, consensus, evaluate, ...@@ -150,15 +150,15 @@ def main(ppi_network, seeds, tools, tool_weights, consensus, evaluate,
print('Sending results to DrugstOne') print('Sending results to DrugstOne')
cami.use_drugstone() cami.use_drugstone()
if consensus: if consensus:
cami.reset_ppi_graph() cami.reset_cami()
if evaluate or (not consensus and not evaluate and not seed_variation): 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_cami()
elif (not consensus and not evaluate): elif (not consensus and not evaluate):
cami.reset_ppi_graph() cami.reset_cami()
# SEED VARIATION # SEED VARIATION
if seed_variation: if seed_variation:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment