diff --git a/Dockerfile b/Dockerfile index 0df6fe30..3d9638f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -83,6 +83,7 @@ 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.4 +RUN git clone https://github.com/Sage-Bionetworks/annotation-tools.git -b 0.0.5 + WORKDIR /root/Genie