Skip to content

Commit 3f03c87

Browse files
committed
Update to jbrowse 1.16.11
1 parent 583cf3f commit 3f03c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda2-py27_4.8.3-Linux
1313

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

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

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

0 commit comments

Comments
 (0)