From 403ae0e9a6a8d180a8fe441ff1d8dfaac585131d Mon Sep 17 00:00:00 2001 From: ottojolanki Date: Thu, 9 Jan 2020 11:38:23 -0800 Subject: [PATCH] use 385 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1f4286d..d876981 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,9 +51,9 @@ RUN unzip v1.2.31.zip && rm v1.2.31.zip RUN cd RSEM-1.2.31 && make ENV PATH="/software/RSEM-1.2.31:${PATH}" -# Install kentutils 377 -RUN git clone https://github.com/ENCODE-DCC/kentUtils_bin_v377 -ENV PATH=${PATH}:/software/kentUtils_bin_v377/bin +# Install kentutils 385 +RUN git clone https://github.com/ENCODE-DCC/kentutils_v385_bin_bulkrna.git +ENV PATH=${PATH}:/software/kentutils_v385_bin_bulkrna/ # Install qc-utils 19.8.1