Skip to content

Commit 8ffa4dd

Browse files
authored
Update v9_1_0.m
1 parent f774af4 commit 8ffa4dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

code/modelCuration/v9_1_0.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@
146146
% This section focuses on individual reactions that have the wrong
147147
% reversibility/direction/cofactor or should be completley removed
148148

149+
% ATP The mitochondrial ATP synthase (r_0226) needs to run in reverse
150+
% in anaerobic conditions, especially for biosynthesis.
151+
model.lb(strcmp(model.rxns,'r_0226')) = -1000;
152+
149153
% rename r_0227, it is the plasma membrane ATPase, not a cytosolic ATPase
150154
model.rxnNames(strcmp(model.rxns,'r_0227')) = {'ATPase, plasma membrane'};
151155

0 commit comments

Comments
 (0)