diff COBRAxy/metabolicModel2Tabular.py @ 492:4ed95023af20 draft

Uploaded
author francesco_lapi
date Tue, 30 Sep 2025 14:02:17 +0000
parents 7a413a5ec566
children 5397559097dc
line wrap: on
line diff
--- a/COBRAxy/metabolicModel2Tabular.py	Mon Sep 29 15:34:59 2025 +0000
+++ b/COBRAxy/metabolicModel2Tabular.py	Tue Sep 30 14:02:17 2025 +0000
@@ -203,8 +203,6 @@
 
     # Determine final model name: explicit --name overrides, otherwise use the model id
     
-    model_name = ARGS.name if ARGS.name else ARGS.model
-    
     if ARGS.name == "ENGRO2" and ARGS.medium_selector != "Default":
         df_mediums = pd.read_csv(ARGS.tool_dir + "/local/medium/medium.csv", index_col = 0)
         ARGS.medium_selector = ARGS.medium_selector.replace("_", " ")