@@ -19,13 +19,13 @@ class Main(Nextflow_Building_Blocks):
executors=self.get_all_executors_in_subworkflow()
pos={}
foreinexecutors:
code=e.get_code(get_OG=True)
#We don't have to check the calls -> since there are renamed with their ids when we rewrite the code -> so it solve the issue
if(codeinseenande.get_type()=="Operation"):
raiseBioFlowInsightError(f'Operation "{code}" appears twice in the workflow in the exact same way. BioFlow-Insight cannot rewrite the workflow then, try slighly changing how one of the executors is defined',type="Rewrite Error")
seen[code]=''
pos[e]=e.get_position_in_main(e)
#TODO add sort here
if(note.get_artificial_status()):
code=e.get_code(get_OG=True)
#We don't have to check the calls -> since there are renamed with their ids when we rewrite the code -> so it solve the issue
if(codeinseenande.get_type()=="Operation"):
raiseBioFlowInsightError(f'Operation "{code}" appears twice in the workflow in the exact same way. BioFlow-Insight cannot rewrite the workflow then, try slighly changing how one of the executors is defined',type="Rewrite Error")