diff --git a/lib/ModelSEEDReconstruction/modelseedrecon.py b/lib/ModelSEEDReconstruction/modelseedrecon.py index 12b714a..a345eab 100644 --- a/lib/ModelSEEDReconstruction/modelseedrecon.py +++ b/lib/ModelSEEDReconstruction/modelseedrecon.py @@ -373,6 +373,7 @@ def build_dataframe_report(self,table,model_objs=None): msmodrep = MSModelReport(model) msmodrep.build_report(self.working_dir+"/html/"+model.wsid+"-recon.html") msmodrep.build_multitab_report(self.working_dir+"/html/"+model.wsid+"-full.html") + print("Output dir:",self.working_dir+"/html/index.html") with open(self.working_dir+"/html/index.html", 'w') as f: f.write(html) #Creating data table file