Skip to content

Commit

Permalink
changed name of repo in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rioualen committed Jun 30, 2017
1 parent dc2e54b commit ad73734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ RUN pip3 install snakemake pyyaml psutil

## Gene-regulation

RUN wget https://github.com/rioualen/gene-regulation/archive/4.0.tar.gz && \
RUN wget https://github.com/snakechunks/snakechunks/archive/4.0.tar.gz && \
tar zvxf 4.0.tar.gz && \
ln -s gene-regulation-4.0 gene-regulation && \
ln -s snakechunks-4.0 snakechunks && \
rm 4.0.tar.gz

## Programs
Expand Down

0 comments on commit ad73734

Please sign in to comment.