Skip to content

Commit

Permalink
Addition of HTSeq==0.10.0 matplotlib==3.0.2 in Python/3.6.5/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos Gypas committed Apr 15, 2019
1 parent 074cb09 commit c29cdb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/3.6.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ ENV SOFTWARE_VERSION 3.6.5
##### INSTALL #####
RUN apt-get update -y \
&& pip install --upgrade pip \
&& pip install wget==3.2 Biopython==1.72 pandas==0.24.1 \
&& pip install wget==3.2 Biopython==1.72 pandas==0.24.1 HTSeq==0.10.0 matplotlib==3.0.2 \
&& apt-get autoremove -y && apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \

0 comments on commit c29cdb2

Please sign in to comment.