You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
model = importModel('modelxml');
returns the error:
Execution of script TranslateSBML_RAVEN as a function is not supported:
/Users/admin/RAVEN-main/software/libSBML/TranslateSBML_RAVEN.m
Error in importModel (line 142)
[modelSBML,errorMsg] = TranslateSBML_RAVEN(fileName,0,0,[1 1]);
I followed all the instructions provided for installing RAVEN, the COBRA Toolbox, and libSBML, as well as the solution mentioned here. However, I still get the same problem.
Here is how I installed and configured libSBML in MATLAB following the instructions:
@NantiaL, could you please try to replace the existing libSBML functions (located in RAVEN/software/libSBML) with the following ones from the latest libSBML release? Just make sure that all files which begin with "TranslateSBML" and "OutputSBML" are renamed into "TranslateSBML_RAVEN" and "OutputSBML_RAVEN" correspondingly. Once you do this and run checkInstallation, you might get the warnings from the Security Center about the unknown binary files. To fix this, open the Security Center and grant the permissions to both TranslateSBML and OutputSBML. Upon this, checkInstallation should work fine.
edkerk
changed the title
Execution of TranslateSBML_RAVEN.m fails
TranslateSBML_RAVEN.m fails on Apple M4
May 9, 2025
Reading a simple model in .xml format using
model = importModel('modelxml');
returns the error:
I followed all the instructions provided for installing RAVEN, the COBRA Toolbox, and libSBML, as well as the solution mentioned here. However, I still get the same problem.
Here is how I installed and configured libSBML in MATLAB following the instructions:
After that, I changed to the directory libsbml\src\binding\matlab, but running the buildSBML.m script was not successful.
The text was updated successfully, but these errors were encountered: