Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (10 loc) · 493 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 493 Bytes

genome-nexus-vep

Spring boot minimal REST wrapper service for VEP. This allows us to deploy a web service containing VEP without any other components of Ensembl REST API. The Ensembl VEP docker image has been extended to include the java runtime environment and this jar.

Compile and run

mvn  -DskipTests clean install && docker build -t genome-nexus-vep . && docker  run -p 8080:8080 -it -e "TERM=xterm-256color" genome-nexus-vep:latest