Skip to content

Commit

Permalink
Update to haplogrep v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Jun 6, 2024
1 parent 05aa19f commit 8f7fe41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ RUN unzip haplocheck.zip && \
rm haplocheck.zip
ENV PATH="/opt/haplocheck:${PATH}"

ENV HAPLOGREP_VERSION=3.2.1
ENV HAPLOGREP_VERSION=3.2.2
RUN mkdir /opt/haplogrep
WORKDIR "/opt/haplogrep"
RUN wget https://github.com/genepi/haplogrep3/releases/download/v${HAPLOGREP_VERSION}/haplogrep3-${HAPLOGREP_VERSION}-linux.zip && \
unzip haplogrep3-${HAPLOGREP_VERSION}-linux.zip && \
rm haplogrep3-${HAPLOGREP_VERSION}-linux.zip && \
./haplogrep3
./haplogrep3 install-tree [email protected]
ENV PATH="/opt/haplogrep:${PATH}"

WORKDIR "/opt"
Expand Down

0 comments on commit 8f7fe41

Please sign in to comment.