/23andmeHLA

This website will impute your HLA type using a 23andMe genome.

Primary LanguagePython

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