-
Notifications
You must be signed in to change notification settings - Fork 10
Description
I was wondering if wcEcoli could be used to simulate whole cells with genes other than those found in E coli, or with starting metabolite concentrations very different from those found in natural cells. Essentially, I'm hoping to use this tool as a general biochemistry simulator for arbitrary (known) genes, metabolites and compartment hierarchies. If that is possible, what files would I need to tweak? Your docs give the impression that I would have to manually tweak constructor code in various files like reconstruction/ecoli/initialization.py or models/ecoli/sim/initial_conditions.py to pull this off; I was hoping to be able to tweak simple config files or CLI parameters instead.
On a related note, is vivarium-ecoli replacing this repository, or are they separate projects? Which do you recommend using for a new simulation projects? Thanks in advance!