GeomScale / dingo

A python library for metabolic networks sampling and analysis
GNU Lesser General Public License v3.0
41 stars 27 forks source link

Read `.mat` models #25

Closed hariszaf closed 1 year ago

hariszaf commented 2 years ago

Metabolic models is common to be available in .mat format.

At the moment dingo is able to read a .mat model once someone run the matlab_model_wrapper.m. That makes MATLAB a pre-requisite for a number of cases.

It would benefit the dingo library to support .mat files without this step.