From bcf7bd327635854202bfd8e235fedb3d06c54a3a Mon Sep 17 00:00:00 2001 From: Eduard Kerkhoven Date: Sun, 24 Nov 2024 11:32:43 +0100 Subject: [PATCH] fix: anaerobicModel no overwrite of biomass comp. --- code/otherChanges/anaerobicModel.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/otherChanges/anaerobicModel.m b/code/otherChanges/anaerobicModel.m index 3ee6d8b4..a86c29f3 100644 --- a/code/otherChanges/anaerobicModel.m +++ b/code/otherChanges/anaerobicModel.m @@ -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)