Skip to content

Commit

Permalink
Dockerfile: Bump CNVkit version to 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
etal committed Mar 21, 2019
1 parent 668b34a commit 4800856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get install -y \
python-tk \
zlib1g-dev
RUN pip install -U future futures pandas pomegranate pyfaidx pysam
RUN pip install cnvkit==0.9.5
RUN pip install cnvkit==0.9.6
# Let matplotlib build its font cache
RUN cnvkit.py version

Expand Down

0 comments on commit 4800856

Please sign in to comment.