Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MIG_2019_scRNAseq-workshop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BioCellGen-public
MIG_2019_scRNAseq-workshop
Commits
f2f6078e
Commit
f2f6078e
authored
5 years ago
by
Ruqian Lyu
Browse files
Options
Downloads
Patches
Plain Diff
Dockerfile merge
parent
1476d108
Branches
Branches containing commit
No related tags found
Loading
Pipeline
#1163
passed
5 years ago
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
1 deletion
Dockerfile
+
1
−
1
View file @
f2f6078e
...
...
@@ -15,7 +15,6 @@ RUN sudo add-apt-repository ppa:ubuntugis/ppa && sudo apt-get update
#RUN sudo apt-get update && apt-get install -yq --no-install-recommends python3-pip python3-setuptools
RUN
sudo
apt-get update
&&
apt-get
install
-yq
--no-install-recommends
gdal-bin libgdal-dev
RUN
sudo
apt-get update
&&
apt-get
install
-yq
--no-install-recommends
python3-gdal python3-numpy
RUN
sudo
apt-get update
&&
apt-get
install
-yq
--no-install-recommends
xorg libx11-dev libglu1-mesa-dev libfreetype6-dev
RUN
sudo
add-apt-repository ppa:thomas-schiex/blender
RUN
echo
which gdal
...
...
@@ -162,6 +161,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
# Install other CRAN
RUN
Rscript
-e
'install.packages(c("Seurat", "rJava", "umap", "bookdown", "cluster", "KernSmooth", "ROCR", "googleVis", "ggbeeswarm", "SLICER", "ggfortify", "mclust", "Rmagic", "DrImpute","Polychrome","future"))'
RUN
sudo
apt-get update
&&
apt-get
install
-yq
--no-install-recommends
xorg libx11-dev libglu1-mesa-dev libfreetype6-dev
# Install Bioconductor packages
RUN
Rscript
-e
'BiocManager::install(c("graph", "RBGL", "gtools", "xtable", "pcaMethods", "limma", "SingleCellExperiment", "Rhdf5lib", "scater", "scran", "RUVSeq", "sva", "SC3", "TSCAN", "monocle", "destiny", "DESeq2", "edgeR", "MAST", "scmap", "biomaRt", "MultiAssayExperiment", "SummarizedExperiment","EnsDb.Mmusculus.v79","slingshot","scds"))'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment