Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 576 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 576 Bytes

HLA imputation Using a 23andMe Genome

This repository contains an web shell for the HIBAG project, implemented using flask, gunicorn, nginx and wrapped in a convenient Docker container. It can be accessed online at hla.nicokist.com.

To run it locally you should execute the following:

docker run --name some-redis -d redis
docker build -t 23andmehla:latest .
docker run -e flask_secret_key='ThisSecretIsNotUsedInDeployment' --link some-redis:redis -p 5000:5000 -p 8000:80 23andmehla