Skip to content

Commit

Permalink
fix: anaerobicModel no overwrite of biomass comp.
Browse files Browse the repository at this point in the history
  • Loading branch information
edkerk committed Nov 24, 2024
1 parent 8187cda commit bcf7bd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/otherChanges/anaerobicModel.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@

%1st change: Refit GAM and NGAM to exp. data, change biomass composition
GAM = 30.49; %Data from Nissen et al. 1997
P = 0.461; %Data from Nissen et al. 1997
NGAM = 0; %Refit done in Jouthen et al. 2012

model = changeGAM(model,GAM,NGAM);
model = scaleBioMass(model,'protein',P,'carbohydrate',false);

%2nd change: Removes the requirement of heme a, NAD(PH), coenzyme A in the biomass equation
% (not used under anaerobic conditions)
Expand Down

0 comments on commit bcf7bd3

Please sign in to comment.