Skip to content

Commit

Permalink
gatk4 to tb-profiler container
Browse files Browse the repository at this point in the history
  • Loading branch information
WhalleyT committed Jan 11, 2024
1 parent 3d266f5 commit 84f137d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.tbprofiler-0.9.8
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
# install tb-profiler via bioconda; install into 'base' conda env
RUN micromamba install --yes --name base --channel conda-forge --channel bioconda \
tb-profiler=${TBPROFILER_VER} && \
micromamba install -c bioconda -c conda-forge gatk4 && \
micromamba clean --all --yes

# hardcode 'base' env bin into PATH, so conda env does not have to be "activated" at run time
Expand Down

0 comments on commit 84f137d

Please sign in to comment.