Skip to content

Commit

Permalink
updates dockerfile to include vep
Browse files Browse the repository at this point in the history
  • Loading branch information
Geert van Geest committed Dec 10, 2024
1 parent 2e3835a commit 875e322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN mamba env create \
-n ngs-tools \
-f environment.yml

RUN mamba init
RUN . ~/.bashrc && conda activate ngs-tools && vep_install -a p --PLUGINS all

COPY settings.json /config/data/User/
COPY keybindings.json /config/data/User/
Expand Down
1 change: 1 addition & 0 deletions Docker/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ dependencies:
- cnvkit>=0.9.10
- bcftools
- multiqc
- ensembl-vep=113

0 comments on commit 875e322

Please sign in to comment.