Skip to content

Commit

Permalink
Merge pull request #72 from bento-platform/fix/missing-prod-womtool
Browse files Browse the repository at this point in the history
fix: missing WOMtool in prod docker img
  • Loading branch information
davidlougheed authored Mar 25, 2024
2 parents 1b7704a + 42561fb commit 0982e0a
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 79 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update -y && \
cp -r vcf2maf/data /opt/data && \
rm -rf vcf2maf

# Install Cromwell + WOMtool
# Download Cromwell + WOMtool
ENV CROMWELL_VERSION=86
WORKDIR /
RUN curl -L \
Expand Down Expand Up @@ -122,8 +122,9 @@ RUN poetry install --without dev
# - Copy VCF2MAF
COPY --from=downloaded-deps /opt /opt

# - Copy Cromwell
# - Copy Cromwell + WOMtool
COPY --from=downloaded-deps /cromwell.jar /cromwell.jar
COPY --from=downloaded-deps /womtool.jar /womtool.jar

# - Copy Ensembl-VEP
COPY --from=ensemblorg/ensembl-vep:release_111.0 /usr/share/perl/5.34.0/CPAN /opt/vep
Expand Down
Loading

0 comments on commit 0982e0a

Please sign in to comment.