Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 542 Bytes

File metadata and controls

14 lines (10 loc) · 542 Bytes

Cell Operating System

Objective:

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.

Current Progress:

  • glycolysis.py: initial script modeling metabolic pathways.
  • molecular.py: initial script for genetic code processing.
  • codons.py: genetic code dictionaries.

TODO:

  • Switch concentrations to numbers of molecules.

Note: This is an evolving project at early stages of its development.