ecoli.processes.cell_division
Cell Division
- class ecoli.processes.cell_division.Division(parameters=None)[source]
Bases:
Step
- Division Deriver
Uses dry mass threshold that can be set in config via division_threshold
Samples division threshold from normal distribution centered around what is expected for a medium when division_threshold == massDistribution
If flag d_period is set to true (default), mass thresholds are ignored and the same D period mechanism as wcEcoli is used.
-
defaults: Dict[str, Any]
{ 'daughter_ids_function': <function daughter_phylogeny_id at 0x7fc27020ff60>, 'seed': 0, 'threshold': None}
- name = 'ecoli-cell-division'
- class ecoli.processes.cell_division.MarkDPeriod(parameters=None)[source]
Bases:
Step
Set division flag after D period has elapsed
- Parameters:
parameters (dict | None)
- name = 'mark_d_period'