This repository contains a variety of scripts and tools to run biocellion simulations and to manipulate and plot output for the CMMC research on cultivated meat. Visit www.thecmmc.org for more information about the Cultivated Meat Modeling Consortium (CMMC) and their projects.
To run the python scripts and notebooks in this repository it is recommended to use conda.
- Install conda
- Clone this repository
- With conda installed run
conda env create -f environment.ymlinside your local clone of this repository to create the environment - Run
conda activate biocellion-toolsto activate the environment - Run
jupyter labto start a jupyter lab session in which you can open the notebook "biocellion_output_plotting.ipynb".