Skip to content

Commit

Permalink
Adding explicit version tag to the GATK Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tefirman committed Feb 9, 2024
1 parent 53c7496 commit c03df75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_gatk
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ FROM continuumio/miniconda3
LABEL org.opencontainers.image.source=https://github.com/getwilds/wilds-docker-library
LABEL org.opencontainers.image.description="Container image for the use of GATK in FH DaSL's WILDS"
LABEL org.opencontainers.image.licenses=MIT
RUN conda install -c bioconda gatk4
RUN conda install -c bioconda gatk4=4.3.0.0

0 comments on commit c03df75

Please sign in to comment.