Check if standards' peaks drift during a chromatography run
git clone git@github.com:chanana/uv-std-app.git
cd uv-std-app
poetry install
poetry run pre-commit install
poetry shell
make virtual environment, activate it and install requirements
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip wheel
pip install -r requirements.txt
python uv-std-app.py
In order to run on a localhost setting, modify the last line of the file to say:
app.run_server()
i.e. remove host='0.0.0.0'
from the parentheses.
submit a PR