diff --git a/src/workflow.py b/src/workflow.py
index 4c5c7019e0936e90f34d72968cfe279475531cc1..11bcd9769ad9f2ad7612d705e804112e94a20f6f 100644
--- a/src/workflow.py
+++ b/src/workflow.py
@@ -372,7 +372,7 @@ George Marchment, Bryan Brancotte, Marie Schmit, Frédéric Lemoine, Sarah Cohen
             #The conversion works well but it's just comparing to the old DSL1 workflow doesn't make sense
             #If you want to put this line back you need #TODO update the DSL1 parsing to consider the blocks when defining the processes 
             #A good example is KevinMenden/hybrid-assembly
-            #self.rewrite_and_initialise(code, self.processes_2_remove, render_graphs=True)
+            self.rewrite_and_initialise(code, self.processes_2_remove, render_graphs=False, def_check_the_same = False)
             
             return code