Skip to content

Commit

Permalink
docker: add new dependencies; revert to interactive shell
Browse files Browse the repository at this point in the history
  • Loading branch information
etal committed Sep 13, 2016
1 parent d63dfa9 commit 236f1c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ RUN apt-get update && apt-get install -y \
python-tk \
r-base-core \
zlib1g-dev
RUN pip install pandas pysam pyvcf pyfaidx
RUN pip install future futures pandas pysam pyvcf pyfaidx
RUN Rscript -e "source('http://bioconductor.org/biocLite.R'); biocLite('PSCBS', 'cghFLasso')"
RUN pip install cnvkit==0.7.11
RUN pip install cnvkit

ENTRYPOINT ["cnvkit.py"]
CMD ["--help"]
# CMD ["bash"]
# ENTRYPOINT ["cnvkit.py"]
# CMD ["--help"]
CMD ["bash"]

0 comments on commit 236f1c2

Please sign in to comment.