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.yml
inside your local clone of this repository to create the environment - Run
conda activate biocellion-tools
to activate the environment - Run
jupyter lab
to start a jupyter lab session in which you can open the notebook "biocellion_output_plotting.ipynb".