From 598d20e1ccb4b367c93e4266fcd943e1f83bf5bd Mon Sep 17 00:00:00 2001 From: Thomas Yu Date: Mon, 1 Jul 2019 10:02:52 -0700 Subject: [PATCH] Update synapseclient to fix sendMessage error --- Dockerfile | 1 + Dockerfile.vcf2maf | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 365307ac..dfa34aaf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,4 +51,5 @@ WORKDIR /root/ # because must update cbioportal RUN git clone https://github.com/cBioPortal/cbioportal.git +RUN pip install synapseclient --upgrade WORKDIR /root/Genie/genie diff --git a/Dockerfile.vcf2maf b/Dockerfile.vcf2maf index dbdd0005..dd4d8eb0 100644 --- a/Dockerfile.vcf2maf +++ b/Dockerfile.vcf2maf @@ -84,4 +84,5 @@ WORKDIR /root # because must update cbioportal RUN git clone https://github.com/cBioPortal/cbioportal.git +RUN pip install synapseclient --upgrade WORKDIR /root/Genie/genie