Skip to content

Commit

Permalink
Merge pull request #1 from bashir2/fix_dockerfile
Browse files Browse the repository at this point in the history
Updates libhts version and adds --NO_UPDATE in VEP install script invocation.
  • Loading branch information
deflaux authored Dec 10, 2020
2 parents f415d4c + 6962664 commit 342dadb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion batch/build_annotator/Dockerfile.vep
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN apt-get -y update && apt-get install -y \
libdbd-mysql-perl \
libdbi-perl \
libfile-copy-recursive-perl \
libhts0 \
libhts1 \
libjson-perl \
libmodule-build-perl \
tabix \
Expand All @@ -70,6 +70,7 @@ RUN mkdir -p $HOME/.vep && \

RUN perl INSTALL.pl \
--AUTO afl \
--NO_UPDATE \
--SPECIES "${VEP_SPECIES}" \
--ASSEMBLY "${GENOME_ASSEMBLY}"

Expand Down

0 comments on commit 342dadb

Please sign in to comment.