Skip to content

Check if standards' peaks drift during a chromatography run

License

Notifications You must be signed in to change notification settings

chanana/uv-std-app

Repository files navigation

uv-std-app

Check if standards' peaks drift during a chromatography run

Instructions

clone and cd

git clone git@github.com:chanana/uv-std-app.git
cd uv-std-app

if you have poetry use

poetry install
poetry run pre-commit install
poetry shell

else

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

start app

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.


Development

submit a PR

About

Check if standards' peaks drift during a chromatography run

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages