Skip to content

Commit

Permalink
fix: consolidate docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dnousome committed May 30, 2024
1 parent 8bdd86d commit 5d83d8e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 52 deletions.
37 changes: 0 additions & 37 deletions docker/hmftools/Dockerfile

This file was deleted.

11 changes: 0 additions & 11 deletions docker/hmftools/build.sh

This file was deleted.

4 changes: 0 additions & 4 deletions docker/hmftools/meta.yml

This file was deleted.

12 changes: 12 additions & 0 deletions docker/logan_base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,18 @@ RUN wget -O muse_2.0.4.tar.gz https://github.com/wwylab/MuSE/archive/refs/tags/v

ENV PATH="/opt2/MuSE:$PATH"

# HMFtools for PURPLE/COBALT/AMBER
RUN wget https://github.com/hartwigmedical/hmftools/releases/download/amber-v4.0/amber-4.0.jar \
&& wget https://github.com/hartwigmedical/hmftools/releases/download/cobalt-v1.16/cobalt_v1.16.jar \
&& wget https://github.com/hartwigmedical/hmftools/releases/download/purple-v4.0/purple_v4.0.jar \
&& wget https://github.com/hartwigmedical/hmftools/releases/download/sage-v3.4/sage_v3.4.jar \
&& mkdir hmftools \
&& mv amber-4.0.jar hmftools/amber.jar \
&& mv cobalt_v1.16.jar hmftools/cobalt.jar \
&& mv purple_v4.0.jar hmftools/purple.jar \
&& mv sage.v3.4.jar hmftools/sage.jar \
&& chmod a+x hmftools/amber.jar
ENV PATH="/opt2/hmftools:$PATH"

# Add Dockerfile and argparse.bash script
# and export environment variables
Expand Down

0 comments on commit 5d83d8e

Please sign in to comment.