From 246e462d7483d0d99b5e78dc26e3189258b7fc35 Mon Sep 17 00:00:00 2001 From: rxu17 <26471741+rxu17@users.noreply.github.com> Date: Tue, 28 Nov 2023 15:05:58 -0800 Subject: [PATCH] update annotation-tools version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f171542a..60e741d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.2 +RUN git clone https://github.com/Sage-Bionetworks/annotation-tools.git -b 0.0.3 WORKDIR /root/Genie