This codebase holds the heatmap visualization logic used in displaying the optical density of well plates.
For the code to work you need Python 3.6 and the following environment
python3 -m venv ./venv
source ./venv/bin/activate
pip install pandas==1.1.4
pip install matplotlib==2.2
pip install seaborn==0.11.1