Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
Update Dockerfile; Bump container version from 0.1.0 to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dweemx committed May 13, 2020
1 parent a537a97 commit 0685372
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ RUN apt-get -y update && \
apt-get install -y libcurl4-openssl-dev libxml2-dev zlib1g-dev libhdf5-dev && \
apt-get install -y libssl-dev && \
# png.h: No such file or directory
apt-get install -y libpng-dev && \
apt-get install -y libpng-dev && \
R -e "install.packages('doFuture')" && \
R -e "install.packages('doRNG')" && \
R -e "install.packages('optparse')" && \
R -e "install.packages('foreach')" && \
R -e "install.packages('doMC')" && \
R -e "install.packages('dismo')" && \
R -e "devtools::install_github(repo = 'aertslab/SCopeLoomR')" && \
# Need to run ps
Expand Down
2 changes: 1 addition & 1 deletion pcacv.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
params {

pcacv {
container = "vibsinglecellnf/pcacv:0.1.0"
container = "vibsinglecellnf/pcacv:0.2.0"
find_optimal_npcs {
accessor = '@assays$RNA@scale.data'
// useVariableFeatures = true // or false
Expand Down

0 comments on commit 0685372

Please sign in to comment.