GithubHelp home page GithubHelp logo

.mat model not loading about cobrexa.jl HOT 6 CLOSED

HettieC avatar HettieC commented on September 25, 2024
.mat model not loading

from cobrexa.jl.

Comments (6)

exaexa avatar exaexa commented on September 25, 2024

Hi! Looks like there is something shady in the MAT file that should be String but is in fact a number. I'll check asap

from cobrexa.jl.

exaexa avatar exaexa commented on September 25, 2024

ok this is a problem where metComps in the model are actual float (!) indexes into comps. I think we can add a switch for that

from cobrexa.jl.

HettieC avatar HettieC commented on September 25, 2024

thanks!

from cobrexa.jl.

exaexa avatar exaexa commented on September 25, 2024

something like this should serve as a quick workaround for now:

model = load_model("ecYeastGEM.mat")
model.mat["metComps"] = model.mat["comps"][Int.(model.mat["metComps"])]
model = convert(StandardModel, model)

from cobrexa.jl.

HettieC avatar HettieC commented on September 25, 2024

that's perfect thank you

from cobrexa.jl.

exaexa avatar exaexa commented on September 25, 2024

Seems fixed in #692 . Please use COBREXA from develop for now, I'll try to release this asap.

(this should work:

] add [email protected]:LCSB-BioCore/COBREXA.jl.git#develop

)

from cobrexa.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.