Skip to content

Check if standards' peaks drift during a chromatography run

License

Notifications You must be signed in to change notification settings

GrantMcConachie/uv-std-app

 
 

Repository files navigation

uv-std-app

Check if standards' peaks drift during a chromatography run

Instructions

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

# cd into directory
cd uv-std-app

# make virtual environment
python -m venv .venv

# activate virtual environment
source .venv/bin/activate

# install libraries
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.

About

Check if standards' peaks drift during a chromatography run

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%