Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ken0-1n authored Nov 1, 2018
1 parent b7bde7d commit c362a9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/mutation_call/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ RUN pip install Cython && \
pip install pyVCF && \
\
cd /tools && \
wget -nc https://github.com/Genomon-Project/GenomonMutationFilter/archive/v0.2.1.zip && \
unzip v0.2.1.zip && \
rm -f v0.2.1.zip && \
cd GenomonMutationFilter-0.2.1 && \
wget -nc https://github.com/Genomon-Project/GenomonMutationFilter/archive/v0.2.2.zip && \
unzip v0.2.2.zip && \
rm -f v0.2.2.zip && \
cd GenomonMutationFilter-0.2.2 && \
python setup.py install && \
\
cd /tools && \
Expand Down

0 comments on commit c362a9f

Please sign in to comment.