// BSD 3-Clause License
// © 2023, The University of Texas Southwestern Medical Center. All rights reserved.
// Donghoon M. Lee and Daehwan Kim
// E. coli Code v0.2
import MetaboliteConcentrations;
import Ecoli;
experiment Exp_Ecoli
{
petridish P
{
glucose = 25mM;
Ecoli.Ecoli E = 1;
}
P = 1;
}
Subscribe now to keep reading and get access to the full archive.