Skip to content

Commit

Permalink
Add python 3
Browse files Browse the repository at this point in the history
Former-commit-id: 455603b
  • Loading branch information
TimothyTickle committed Mar 28, 2018
1 parent 9b19c4d commit 49b23eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Docker file for inferCNV
FROM ubuntu:xenial

RUN echo "deb http://cran.rstudio.com/bin/linux/ubuntu xenial/" | tee -a /etc/apt/sources.list && \
MAINTAINER [email protected]

RUN echo "deb http://cran.rstudio.com/bin/linux/ubuntu xenial/" | tee -a /etc/apt/sources.list && \
gpg --keyserver keyserver.ubuntu.com --recv-key E084DAB9 && \
gpg -a --export E084DAB9 | apt-key add -

Expand All @@ -16,6 +15,8 @@ echo "library(\"devtools\")" >> install_devtools.r && \
echo "install_github(\"broadinstitute/inferCNV\")" >> install_devtools.r && \
R --no-save < install_devtools.r

RUN apt-get update && apt-get install -y python3

RUN git clone https://github.com/broadinstitute/inferCNV.git
ENV PATH=${PATH}:/inferCNV/scripts

Expand Down

0 comments on commit 49b23eb

Please sign in to comment.