Skip to content

Rappsilber-Laboratory/sample-tracker

Repository files navigation

Mass Spec Acquisition Tracker

Simple setup and run instructions.

Run locally

python3 -m venv .sample_tracker
source .sample_tracker/bin/activate
pip install -r requirements.txt
python3 -m flask --app app init-db
python3 -m flask --app app run

Open in browser

After the Flask server starts, open:

http://127.0.0.1:5000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors