https://github.com/poeli/wastewater_qpcr
https://github.com/poeli/wastewater_qpcr
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/poeli/wastewater_qpcr
- Owner: poeli
- Created: 2024-09-11T20:41:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T15:50:26.000Z (7 months ago)
- Last Synced: 2025-03-28T16:38:47.134Z (7 months ago)
- Language: Python
- Size: 365 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wastewater qPCR data
- Installing using conda:
```
cd wastewater_qpcr_app/
conda env create -f environment.yml
conda activate ww-env
python wastewater_qpcr_app.py
```
- Using Docker:
```
$ docker run \
--rm \
-p 8765:8765 \
-v "/$PATH:/app/assets/data" \
poeli/wastewater_qpcr_app:latest
```