Skip to content

Commit

Permalink
capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
jashapiro committed Jun 5, 2024
1 parent 7016a59 commit a248c2a
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 @@ -76,7 +76,7 @@ ENV RENV_CONFIG_CACHE_ENABLED=FALSE
RUN R -e "install.packages('renv')"

# Temporary fix for broken(?) RSamtools package
RUN R -e "install.packages('BiocManager'); BiocManager::install('RSamtools')"
RUN R -e "install.packages('BiocManager'); BiocManager::install('Rsamtools')"

COPY renv.lock renv.lock
RUN R -e "renv::restore()" \
Expand Down

0 comments on commit a248c2a

Please sign in to comment.