Skip to content

Commit

Permalink
Update Dockerfile to use stable version of SINGE v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agitter committed Jun 6, 2019
1 parent 6644661 commit 6c26079
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
Expand Up @@ -22,6 +22,7 @@ RUN conda env create -f environment.yml

WORKDIR /download

# Install the compiled SCINGE_Example executable from a temporary location
RUN wget --quiet https://www.biostat.wisc.edu/~gitter/tmp/36ce8be1ffd26e1ab49c0ceda08f26e3/SCINGE_Example && \
# Install the compiled SCINGE_Example executable from the stable release
# md5sum of v0.2.0 SCINGE_Example is f6530f824b093a0fcd3204347c4e1659
RUN wget --quiet https://github.com/gitter-lab/SINGE/releases/download/v0.2.0/SCINGE_Example && \
chmod u+x SCINGE_Example

0 comments on commit 6c26079

Please sign in to comment.