changeset 497:36838126cc07 draft

Uploaded
author francesco_lapi
date Tue, 30 Sep 2025 15:32:27 +0000
parents 6c973150937b
children df90f40a156c
files COBRAxy/metabolicModel2Tabular.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/COBRAxy/metabolicModel2Tabular.py	Tue Sep 30 15:26:41 2025 +0000
+++ b/COBRAxy/metabolicModel2Tabular.py	Tue Sep 30 15:32:27 2025 +0000
@@ -188,7 +188,7 @@
     if ARGS.input:
         # Load a custom model from file
         model = load_custom_model(
-            utils.FilePath.fromStrPath(ARGS.input), utils.FilePath.fromStrPath(ARGS.name).ext)
+            utils.FilePath.fromStrPath(ARGS.input), utils.FilePath.fromStrPath(ARGS.input).ext)
     else:
         # Load a built-in model
         if not ARGS.model: