Skip to content

Commit

Permalink
Update to jbrowse 1.16.11
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud committed Apr 12, 2021
1 parent 583cf3f commit 3f03c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda2-py27_4.8.3-Linux

ENV PATH="/conda/bin:${PATH}"

RUN conda install -y --override-channels --channel iuc --channel conda-forge --channel bioconda --channel defaults jbrowse=1.16.10
RUN conda install -y --override-channels --channel iuc --channel conda-forge --channel bioconda --channel defaults jbrowse=1.16.11

RUN rm -rf /usr/share/nginx/html && ln -s /conda/opt/jbrowse/ /usr/share/nginx/html && \
ln -s /jbrowse/data /conda/opt/jbrowse/data && \
Expand Down

0 comments on commit 3f03c87

Please sign in to comment.