Skip to content

Commit

Permalink
install VEP speedup modules
Browse files Browse the repository at this point in the history
  • Loading branch information
MattWellie committed Sep 29, 2023
1 parent 9302d09 commit 1352ec0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/ensembl-vep/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& make \
&& make install \
&& cd .. \
&& rm -rf samtools-${HTS_VERSION}.tar.bz2 samtools-${HTS_VERSION}
&& rm -rf samtools-${HTS_VERSION}.tar.bz2 samtools-${HTS_VERSION} \
PERL_MM_USE_DEFAULT=1 cpan Ensembl::XS Bio::DB::HTS

ENV PATH="/opt/vep/src/ensembl-vep/bin:$PATH"

0 comments on commit 1352ec0

Please sign in to comment.