Skip to content

Commit

Permalink
ensembl-rest: unify uids
Browse files Browse the repository at this point in the history
  • Loading branch information
nr23730 committed Oct 22, 2024
1 parent 29e3ad4 commit 3a0d550
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions services/ensembl-rest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,8 @@ RUN mv /opt/vep/src/ensembl-rest/ensembl_rest.conf.default /opt/vep/src/ensembl-

EXPOSE 3000

USER root

RUN chown -R root:root /root

WORKDIR /opt/vep/src/ensembl-vep/
RUN ./INSTALL.pl -n -a cf -s homo_sapiens -y GRCh37 && mv /root/.vep /opt/vep/
RUN ./INSTALL.pl -n -a cf -s homo_sapiens -y GRCh37 && mv /root/.vep /opt/vep/ && chown -R root:root /

ENTRYPOINT ["perl", "/opt/vep/src/ensembl-rest/script/ensembl_rest_server.pl"]

0 comments on commit 3a0d550

Please sign in to comment.