Skip to content

openvax/mhcflurry-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mhcflurry-web

Webapp for MHCflurry predictions

To run locally:

FLASK_ENV=development FLASK_APP=app.py flask run --without-threads --no-reload

Or using docker:

docker build -t mhcflurry-web:latest .
docker run -p 80:5000  --rm  mhcflurry-web:latest