diff --git a/cami_src/cami.py b/cami_src/cami.py
index 76b731cbe502cde834125df4a09bbd1e45cee885..d3eff95d55ba23725bf07fdac7afff73e155b297 100755
--- a/cami_src/cami.py
+++ b/cami_src/cami.py
@@ -152,7 +152,7 @@ def main(ppi_network, seeds, tools, tool_weights, consensus, evaluate,
         if consensus:
             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()
         if evaluate:
             cami.reset_ppi_graph()