This repository aims to develop a simulation of a single biological cell with its biochemical processes. It is a high-level simulation, yet designed to be a reliable model.
glycolysis.py: initial script modeling metabolic pathways.molecular.py: initial script for genetic code processing.codons.py: genetic code dictionaries.
- Switch concentrations to numbers of molecules.
Note: This is an evolving project at early stages of its development.