Clone this repo including the submodule.
pip3 install -r requirements.txt
python app.py
docker build -t livetracking:latest .
docker run --rm --publish 5000:5000 --name livetracking livetracking:latest
Live Tracking Server for Locus Map https://www.locusmap.app/
Clone this repo including the submodule.
pip3 install -r requirements.txt
python app.py
docker build -t livetracking:latest .
docker run --rm --publish 5000:5000 --name livetracking livetracking:latest
Live Tracking Server for Locus Map https://www.locusmap.app/
Apache License 2.0