From c8d3e416c654f27fc85229952e86ff829d098123 Mon Sep 17 00:00:00 2001 From: rxu17 <26471741+rxu17@users.noreply.github.com> Date: Mon, 19 Feb 2024 11:11:54 -0800 Subject: [PATCH 1/2] update annotation-tools version in dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 From faabccf2e18ec4de778d2bd9a339a1143faa3226 Mon Sep 17 00:00:00 2001 From: rxu17 <26471741+rxu17@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:18:59 -0700 Subject: [PATCH 2/2] Trigger automated build of docker image