Skip to content

Commit

Permalink
fixed Keq for enolase reaction to not include H2O
Browse files Browse the repository at this point in the history
  • Loading branch information
jmason42 committed May 17, 2018
1 parent 7e6e07f commit e89db82
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
14 changes: 7 additions & 7 deletions data/reaction/equilibrium.dat
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ GPM_reverse, 8.65, 16
GPM_reverse, 11.65, 17
GPM_reverse, 6.1, 18

ENO, 2.3, 1
ENO, 0.54, 2
ENO, 2.9, 3
ENO, 4.6, 4
ENO, 1.43, 5
ENO, 5.15, 6
ENO, 2.15, 7
ENO_no_H2O, 2.3, 1
ENO_no_H2O, 0.54, 2
ENO_no_H2O, 2.9, 3
ENO_no_H2O, 4.6, 4
ENO_no_H2O, 1.43, 5
ENO_no_H2O, 5.15, 6
ENO_no_H2O, 2.15, 7

PYK_no_H_reverse, 1.55e-4, 1
PYK_no_H_reverse, 1.1e-3, 2
Expand Down
1 change: 1 addition & 0 deletions data/reaction/reaction.dat
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ PFK_no_H: pfk reaction without H+
PGK_reverse: pgk reverse reaction
GAP_PGK: gap-pgk net reaction
GPM_reverse: gpm reverse reaction
ENO_no_H2O: enolase reaction without water
PYK_no_H_reverse: pyk reverse reaction without H+
5 changes: 5 additions & 0 deletions data/reaction/stoichiometry.dat
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ NADH, 1
@product(source = BR09S, reaction = GPM_reverse)
3PG, 1

@reactant(source = EcoCyc, reaction = ENO_no_H2O)
2PG, 1
@product(source = EcoCyc, reaction = ENO_no_H2O)
PEP, 1

@reactant(source = BR09S, reaction = PYK_no_H_reverse)
ATP, 1
PYR, 1
Expand Down
1 change: 1 addition & 0 deletions figure5.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
'GPM',
'GPM_reverse',
'ENO',
'ENO_no_H2O',
'PYK',
'PYK_no_H_reverse',
'PPS'
Expand Down

0 comments on commit e89db82

Please sign in to comment.