Skip to content

Commit

Permalink
add more text
Browse files Browse the repository at this point in the history
  • Loading branch information
stelmo committed Jan 30, 2024
1 parent 61375bc commit d99b157
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/src/examples/06-mmdf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,11 @@ mmdf_solution = max_min_driving_force_analysis(
@test isapprox(mmdf_solution.min_driving_force, -2.4739129, atol = TEST_TOLERANCE) #src

# ## Plot the results
# We can see that the ΔG bottleneck is 2.7 kJ/mol, and that there is a
# precipitous increase in driving force near the end of glycolysis.
# We can see that the ΔG bottleneck is 2.5 kJ/mol, and that there is a
# precipitous increase in driving force near the end of glycolysis. The overall
# ΔG for the optimized pathway, under the restrictions in the model, is -158
# kJ/mol, which compares favourably with the estimated ΔG under standard
# biological conditions: -133 kJ/mol.

using CairoMakie

Expand Down

0 comments on commit d99b157

Please sign in to comment.