Giter VIP home page Giter VIP logo

Comments (4)

danielhyduke avatar danielhyduke commented on May 14, 2024

I think that the problem arises from using 'INF' and '-INF' as upper and lower bounds in the SBML file. I believe that Ali and I discussed using the default infinite upper and lower bounds from the COBRA Toolbox (1000, -1000) as the preliminary fix. Haven't had a chance to add a pull request with the fix.

from cobrapy.

jlerman44 avatar jlerman44 commented on May 14, 2024

Thanks. That worked. I can get back to baking bread now. I can look into fixing it if you'd like.

from cobrapy.

PiotrZakrzewski avatar PiotrZakrzewski commented on May 14, 2024

Hi Josh,

The thing with yeast7 model is that constrainsts are defined there using
FBC which is not yet supported by cobra pie. If read and set them manualy
it will work - then you can save this model for later use.
I am also working with yeast7 and cobra pie so if you have any questions go
ahead.

Grtz
Piotrek
On Jan 8, 2014 9:31 PM, "Joshua Lerman" [email protected] wrote:

I'm trying to get set up with the Yeast model, but it seems the yeast
models do not produce biomass when simulating using cobrapy. Its probably
something stupid.

I got the latest yeast model from
http://sourceforge.net/projects/yeast/files/yeast_7.1.zip/download

(I tried others as well)

then I ran:
from cobra.io.sbml import create_cobra_model_from_sbml_file

yeast_model = 'yeast_7.1_cobra.xml'
cobra_model = create_cobra_model_from_sbml_file(yeast_model,
print_time=True)
cobra_model.optimize(solver='glpk')
print '\nSimulated growth rate is %1.3f' % cobra_model.solution.f

and got the output:
"Simulated growth rate is nan"

Their readme states that the answer should have been:
maximal growth rate: 0.13975 flux units

Any ideas? If not, I'll dig into it in a bit. Don't have a MATLAB license
to check the answer using the original cobra toolbox.

Josh


Reply to this email directly or view it on GitHubhttps://github.com//issues/54
.

from cobrapy.

aebrahim avatar aebrahim commented on May 14, 2024

Fixed in 8a5b427

from cobrapy.

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.