Skip to content

Commit

Permalink
Adding missing cran package, RColorConesa
Browse files Browse the repository at this point in the history
  • Loading branch information
skchronicles committed Sep 19, 2023
1 parent aa75e2f commit 5ffd58c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/sqanti3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ RUN apt-get update \
RUN Rscript -e 'install.packages(c("ggplotify"), repos="http://cran.r-project.org")'
# Bioconductor packages
RUN Rscript -e 'BiocManager::install(c("BUSpaRse"), update = FALSE, Ncpus = 4)'
# Install missing packages,
# not listed in sqanti docs,
# noticed when running ML filter
RUN Rscript -e 'install.packages(c("RColorConesa"), repos="http://cran.r-project.org")'

########### SQANTI3/v5.1.2 ############
# Installs SQANTI3/v5.1.2, dependencies
Expand Down

0 comments on commit 5ffd58c

Please sign in to comment.