From 97ac0824b984d0fa9e320591b5d636eb803bd969 Mon Sep 17 00:00:00 2001
From: George Marchment <georgemarchment@yahoo.fr>
Date: Fri, 21 Mar 2025 16:24:51 +0100
Subject: [PATCH] small update

---
 src/workflow.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/workflow.py b/src/workflow.py
index 4c5c701..11bcd97 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
     
-- 
GitLab