Getting an Error when i used a metabolite Identifier that contains a number #1358
-
Hello, when i used this and the metabolite identifier contains a number, i get this error: it works fine with other metabolites that their identifier don't contain a number, however, it occurs with all id with numbers, what should i do? Thank you very much in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @Rahmaabubakr, My personal recommendation: replace the identifiers of these metabolites. |
Beta Was this translation helpful? Give feedback.
Hi @Rahmaabubakr,
will not work with numbers. It is just a very bad idea to have identifiers starting with numbers.
These are not valid SBML identifiers nor valid python variable names. So they will create a ton of issues everywhere in your workflows.
There is a lot of discussion about this in the issues, see for instance: #883
My personal recommendation: replace the identifiers of these metabolites.
Best Matthias