Skip to content

Commit

Permalink
Update Docker container to v1.1.1. No new version of Cerebro necessar…
Browse files Browse the repository at this point in the history
…y since changes are only made in exportFromSeurat(), not in visualization.
  • Loading branch information
romanhaa committed Oct 22, 2019
1 parent 4b3140c commit c3e8424
Show file tree
Hide file tree
Showing 3 changed files with 92,463 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN Rscript -e 'BiocManager::install("Seurat")'
RUN Rscript -e 'BiocManager::install("monocle")'

# cerebroApp
RUN Rscript -e 'devtools::install_github("romanhaa/cerebroApp@develop")'
RUN Rscript -e 'devtools::install_github("romanhaa/cerebroApp")'

# Seurat v2.3.4
RUN mkdir /other_R_packages
Expand Down
Loading

0 comments on commit c3e8424

Please sign in to comment.