Skip to content

TranslateSBML_RAVEN.m fails on Apple M4 #582

@NantiaL

Description

@NantiaL

Reading a simple model in .xml format using

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:

  1. ./configure --with-matlab=/Applications/MATLAB_R2024a.app
  2. make
  3. make install
  4. addpath('/usr/local/lib')
    After that, I changed to the directory libsbml\src\binding\matlab, but running the buildSBML.m script was not successful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions