We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f774af4 commit 8ffa4ddCopy full SHA for 8ffa4dd
code/modelCuration/v9_1_0.m
@@ -146,6 +146,10 @@
146
% This section focuses on individual reactions that have the wrong
147
% reversibility/direction/cofactor or should be completley removed
148
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
+
153
% rename r_0227, it is the plasma membrane ATPase, not a cytosolic ATPase
154
model.rxnNames(strcmp(model.rxns,'r_0227')) = {'ATPase, plasma membrane'};
155
0 commit comments