Skip to content

Commit

Permalink
🔧 Update annoFuse (#252)
Browse files Browse the repository at this point in the history
* 🔧 fix bug in version used for built-in reference

* 🔧 update var refs
  • Loading branch information
migbro authored Aug 20, 2024
1 parent 0a1ca39 commit 28195ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions annoFuse/0.92.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ LABEL maintainer="Miguel Browm (brownm28@chop.edu)"

WORKDIR /rocker-build/

ENV ANNOFUSE_VER v0.92.0
ENV ANNOFUSE_DATA_VER v0.1.0
ENV ANNOFUSE_VER=v0.92.0
ENV ANNOFUSE_DATA_VER=v1.0.0

RUN apt-get update && apt-get install -y --no-install-recommends apt-utils \
&& apt-get install dialog apt-utils libbz2-dev -y \
RUN apt update && apt install -y --no-install-recommends apt-utils \
&& apt install dialog apt-utils libbz2-dev -y \
&& R -e "install.packages(c('optparse', 'rjson', 'gdata', 'ggpubr', 'remotes', 'data.table'), dependencies = TRUE)" \
&& R -e "remotes::install_github('d3b-center/annoFuseData@${ANNOFUSE_DATA_VER}', dependencies = TRUE)" \
&& R -e "remotes::install_github('d3b-center/annoFuse@${ANNOFUSE_VER}', dependencies = TRUE)"

ADD Dockerfile .
COPY Dockerfile .

0 comments on commit 28195ef

Please sign in to comment.