From 58ac26d1e1a3b8feda4a7c09c37e15cadf6ed214 Mon Sep 17 00:00:00 2001 From: Christopher Henry Date: Sat, 23 Mar 2024 17:16:35 -0500 Subject: [PATCH] Fixing path for output html report --- lib/ModelSEEDReconstruction/modelseedrecon.py | 1 + 1 file changed, 1 insertion(+) 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