Skip to content

Commit

Permalink
Merge pull request #39 from winni2k/master
Browse files Browse the repository at this point in the history
Fix environment typo in docker image
  • Loading branch information
ewels committed Aug 9, 2018
2 parents 6c79f51 + 11af1db commit 1d83e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -5,4 +5,4 @@ LABEL authors="phil.ewels@scilifelab.se" \

COPY environment.yml /
RUN conda env create -f /environment.yml && conda clean -a
ENV PATH /opt/conda/envs/nfcore-chipseq-1.4dev/bin:$PATH
ENV PATH /opt/conda/envs/nfcore-chipseq-1.0dev/bin:$PATH

0 comments on commit 1d83e1b

Please sign in to comment.