Skip to content

Commit

Permalink
fix: keep using biomass equation from Human-GEM
Browse files Browse the repository at this point in the history
- Retain Human-GEM biomass equation as objective function
  • Loading branch information
haowang-bioinfo committed Aug 16, 2023
1 parent bc6a8ed commit fa5c2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/masterScriptFruitflyGEM.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

%% Generate Fruitfly-GEM
[fruitflyGEM, speciesSpecNetwork, gapfillNetwork]=updateAnimalGEM(...
fruitflyOrthologPairs,rxnsToAdd,metsToAdd,'Fruitfly-GEM');
fruitflyOrthologPairs,rxnsToAdd,metsToAdd,'Fruitfly-GEM',false);


%% Update annotations
Expand Down

0 comments on commit fa5c2a0

Please sign in to comment.