Skip to content
Snippets Groups Projects
Verified Commit c39c4a69 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

fix for docs

parent 65c8e864
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ using Tulip
model = read_model("e_coli_core.json")
optimizer = Tulip.Optimizer
optimizer = COBREXA.Tulip.Optimizer
biomass = findfirst(model.reactions, "BIOMASS_Ecoli_core_w_GAM")
cons = Dict("EX_glc__D_e" => (-12.0, -12.0))
sol = fba(model, biomass, optimizer, constraints=cons) # classic flux balance analysis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment