Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vccweb

UPenn Human Virome Project VCC website

Install

pip install -e .

Launch website

The website loads data from a CSV file and uses a shared password across all users.

vccweb --datafile data/mysamples.csv --password 123

Or 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

About

HVP Virome Characterization Center (VCC) sample browser

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages