Repository for Streamlit apps based on growthcurves package.
The MicroGrowth app is designed for analysis of optical density (OD) measurements.
The PioGrowth app is designed for analysis of optical density (OD) measurements produced mainly with a PioReactor
The code translated to Python was based on the original R code from the Shiny apps.
In a new environment you can install the app using the app's
requirements.txt
pip install -r MicroGrowth/requirements.txtStart the app from the root of the repository (as it's done on Streamlit Cloud):
streamlit run MicroGrowth/app.pyIn a new environment you can install the app using
pip install .Start the app from the root of the repository (as it's done on Streamlit Cloud):
streamlit run PioGrowth/main.pyInstall package so that new code is picked up in a restared python interpreter:
pip install -e ".[dev]"Growthcurves, PioGrowth and the MicroGrowth app were developed in parallel. The growthcurves package severes as the backend for both apps, and the apps were developed and aligned to feature similar design.
The joint app combining three Shiny apps for PioReactor tools was started as the three individual apps mentioned above using shiny, but never completed. You can find the last development version in the original repository of this fork (see: milnus/PioGrowth).
It was created on the basis of three individual apps
Then it was moved from biosustain/PioGrowth to this repository, to start sharing functionality with similarly designed MicroGrowth app.
The original code for the MicroGrowth app was developed in the repository sambra95/TheGrowthAnalysisApp