Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unrecognized function or variable 'TranslateSBML'. #2233

Open
2132030 opened this issue Feb 18, 2024 · 3 comments
Open

Unrecognized function or variable 'TranslateSBML'. #2233

2132030 opened this issue Feb 18, 2024 · 3 comments

Comments

@2132030
Copy link

2132030 commented Feb 18, 2024

model=readCbModel('e_coli_core.xml')
Unrecognized function or variable 'TranslateSBML'.

Error in readSBML (line 31)
modelSBML = TranslateSBML(fileName,0,0,[1 1]);

Error in readCbModel (line 211)
model = readSBML(fileName,defaultBound);

I got this error. How can solve?

@rmtfleming
Copy link
Member

rmtfleming commented Feb 19, 2024 via email

@2132030
Copy link
Author

2132030 commented Feb 27, 2024

ecoli= readCbModel('e_coli_core.xml')
Unrecognized function or variable 'TranslateSBML'.

Error in readSBML (line 31)
modelSBML = TranslateSBML(fileName,0,0,[1 1]);

Error in readCbModel (line 211)
model = readSBML(fileName,defaultBound);

I got same error again

@farid-zare
Copy link
Contributor

Hi,
It is working now, can you please,

  1. Update your cobratoolbox to the develop branch.
  2. Make sure the model that you are trying to load exists in that directory and it's not the case of misspelling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants