Mercurial > repos > bimib > cobraxy
diff COBRAxy/metabolicModel2Tabular.py @ 502:054c872e3880 draft
Uploaded
author | francesco_lapi |
---|---|
date | Tue, 30 Sep 2025 17:18:55 +0000 |
parents | df90f40a156c |
children | ffc234ec80db |
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__)