forked from combiz/scFlow
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from neurogenomics/nfancy-patch-1
Nfancy patch 1
- Loading branch information
Showing
176 changed files
with
4,696 additions
and
640 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#LABEL maintainer="Combiz Khozoie, Ph.D. [email protected], Alan Murphy, [email protected]" | ||
|
||
## Use rstudio installs binaries from RStudio's RSPM service by default, | ||
## Uses the latest stable ubuntu, R and Bioconductor versions. Created on unbuntu 20.04, R 4.0 and BiocManager 3.12 | ||
FROM rocker/rstudio:4.2.2 | ||
## Uses the latest stable ubuntu, R and Bioconductor versions. Created on unbuntu 20.04, R 4.3 and BiocManager 3.18 | ||
FROM rocker/rstudio:4.3 | ||
|
||
|
||
## Add packages dependencies | ||
|
@@ -38,7 +38,7 @@ RUN apt-get update \ | |
libcairo2-dev \ | ||
libtiff5-dev \ | ||
libreadline-dev \ | ||
libgsl0-dev \ | ||
libgsl-dev \ | ||
libgslcblas0 \ | ||
libgtk2.0-dev \ | ||
libgl1-mesa-dev \ | ||
|
@@ -111,7 +111,8 @@ RUN pip install stratocumulus \ | |
&& rm -rf /tmp/* | ||
|
||
|
||
RUN install2.r -e \ | ||
RUN install2.r -e -t source \ | ||
Matrix \ | ||
argparse \ | ||
assertthat \ | ||
BiocManager \ | ||
|
@@ -138,12 +139,11 @@ ggridges \ | |
Hmisc \ | ||
httr \ | ||
ids \ | ||
igraph \ | ||
knitr \ | ||
leaflet \ | ||
lme4 \ | ||
magrittr \ | ||
Matrix \ | ||
lme4 \ | ||
igraph \ | ||
paletteer \ | ||
patchwork \ | ||
plyr \ | ||
|
@@ -166,6 +166,7 @@ Rtsne \ | |
scales \ | ||
sctransform \ | ||
Seurat \ | ||
SeuratObject \ | ||
snow \ | ||
spelling \ | ||
stringr \ | ||
|
@@ -178,6 +179,8 @@ tidyverse \ | |
UpSetR \ | ||
utils \ | ||
vroom \ | ||
WebGestaltR \ | ||
apcluster \ | ||
&& rm -rf /tmp/downloaded_packages | ||
|
||
## Install Bioconductor packages | ||
|
@@ -187,18 +190,15 @@ RUN Rscript -e 'requireNamespace("BiocManager"); BiocManager::install(ask=F);' \ | |
&& rm -rf /tmp/downloaded_packages | ||
|
||
## Install from GH the following | ||
RUN installGithub.r chris-mcginnis-ucsf/DoubletFinder \ | ||
RUN installGithub.r NathanSkene/EWCE \ | ||
chris-mcginnis-ucsf/DoubletFinder \ | ||
ropensci/plotly \ | ||
cole-trapnell-lab/monocle3 \ | ||
theislab/kBET \ | ||
jlmelville/uwot \ | ||
NathanSkene/One2One \ | ||
hhoeflin/hdf5r \ | ||
mojaveazure/loomR \ | ||
ropensci/bib2df \ | ||
cvarrichio/Matrix.utils \ | ||
neurogenomics/scFlowExamples \ | ||
bzhanglab/WebGestaltR \ | ||
&& rm -rf /tmp/downloaded_packages | ||
|
||
## Install scFlow package | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.