Skip to content

Commit

Permalink
update java version to match gn annotator.jar file, change tag versio…
Browse files Browse the repository at this point in the history
…n on annotation-tools
  • Loading branch information
rxu17 committed Jan 5, 2024
1 parent c01f67d commit cc081a1
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 @@ -41,7 +41,7 @@ RUN apt-get update && apt-get install -y --allow-unauthenticated --no-install-re
# texlive-generic-recommended \
texlive-latex-extra \
# genome nexus
openjdk-8-jre \
openjdk-11-jre \
# This is for reticulate
python3.8-venv && \
apt-get clean && \
Expand Down Expand Up @@ -83,6 +83,6 @@ WORKDIR /root/
# Must move this git clone to after the install of Genie,
# because must update cbioportal
RUN git clone https://github.com/cBioPortal/cbioportal.git -b v5.3.19
RUN git clone https://github.com/Sage-Bionetworks/annotation-tools.git -b 0.0.3
RUN git clone https://github.com/Sage-Bionetworks/annotation-tools.git -b 0.0.4

WORKDIR /root/Genie

0 comments on commit cc081a1

Please sign in to comment.