raiseBioFlowInsightError(f"More than one script named '{call}' in the workflow source code, don't know which one to use when using the process '{self.get_name()}'",num=13,origin=self)
raiseBioFlowInsightError(f"More than one script named '{call}' in the workflow source code, don't know which one to use when using the process '{self.get_name()}'",num=13,origin=self)
forfinfile:
forfinfile:
withopen(f,'r')ass:
if(fnotinpreviously_called):
scripts.append(s.read())
val=""
withopen(f,'r',encoding='latin-1')ass:
#with open(f, 'r') as s:
val=s.read()
scripts.append(val)
previously_called[f]=""
#Recursive Call to get the ones which are being called if the current file is a bash script