Skip to content

Commit

Permalink
use 385
Browse files Browse the repository at this point in the history
  • Loading branch information
ottojolanki committed Jan 9, 2020
1 parent 8e3500b commit 403ae0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 403ae0e

Please sign in to comment.