UPenn Human Virome Project VCC website
pip install -e .The website loads data from a CSV file and uses a shared password across all users.
vccweb --datafile data/mysamples.csv --password 123Or put it into production as a system daemon with gunicorn. Make sure
to set the env vars VCCWEB_DATAFILE and VCCWEB_PASSWORD before
launching.
gunicorn --workers 2 --bind unix:/run/vccweb.sock vccweb/wsgi:app