changeset 502:054c872e3880 draft

Uploaded
author francesco_lapi
date Tue, 30 Sep 2025 17:18:55 +0000
parents 9bfd1ec3ae6f
children 8dd07e59f631
files COBRAxy/metabolicModel2Tabular.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/COBRAxy/metabolicModel2Tabular.py	Tue Sep 30 17:06:37 2025 +0000
+++ b/COBRAxy/metabolicModel2Tabular.py	Tue Sep 30 17:18:55 2025 +0000
@@ -275,7 +275,7 @@
             logger=logger
         )
 
-    if ARGS.name == "Custom_model" and ARGS.gene_format != "Default":
+    if ARGS.input and ARGS.gene_format != "Default":
         logging.basicConfig(level=logging.INFO)
         logger = logging.getLogger(__name__)