# HG changeset patch # User francesco_lapi # Date 1759246347 0 # Node ID 36838126cc0725f66f8ef104ef31357395544143 # Parent 6c973150937bfbc23d07dc2be3584e99bf0374e5 Uploaded diff -r 6c973150937b -r 36838126cc07 COBRAxy/metabolicModel2Tabular.py --- 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: