-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
anerobic nightly build fails in SimulationDaughterTask, also warnings #1084
Comments
I think it's actually been failing since before that and was just masked by #1075. There are a bunch of directories in In the failed gen, the metabolites plot shows Arg being depleted: I used the metabolism debug tool to see which enzyme was missing to get Arg:
N-ACETYLTRANSFER-CPLX is ArgA. |
It looks like the simulation part is completing now after merging in #1082. I'm not sure if it really solved the problem or if it just shifted the stochastic portion of the sim to produce enough ArgA. Even though the sims now complete, the last generation does not appear to be producing RNA - likely due to another enzyme limitation. Anaerobic conditions are often troubled by lack of enzyme production because the cells are so small and have fewer proteins leading to a greater chance of diluting out enzymes at division. Output from last generation:
Once #1073 is fixed, the build should be back to completing "successfully" even if we aren't getting RNA production. |
These issues could also suggest our doubling time for anaerobic growth is off which would lead to lower cell volumes and fewer enzymes. From the paper that Markus recently shared, they have growth rates for aerobic and anaerobic growth:
NCM3722 is a K-12 derived strain. 0.68/h = 61 min doubling time, 0.91/h = 46 min doubling time. I remember KC also mentioned at one of our meetings that when their lab grew in anaerobic conditions, the growth rate was not significantly slower. I think the 100 min doubling time (0.6 doublings/h) for anaerobic conditions used in our model was just selected as the slowest growing cell from Dennis and Bremer data but that was for succinate minimal media:
Maybe we should just update anaerobic conditions to use a 60 minute doubling time? |
The anerobic nightly build is failing in SimulationDaughterTask.
The build prints lots of warnings like this from SimulationTask and SimulationDaughterTask:
also a few times:
and a few times:
then the sim daughter fails in
modular_fba
:The text was updated successfully, but these errors were encountered: