Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
notebook
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
UNLOCK
notebook
Commits
6c4a402c
Commit
6c4a402c
authored
4 years ago
by
Koehorst, Jasper
Browse files
Options
Downloads
Patches
Plain Diff
rstudio docker reduction
parent
700ae491
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+5
-0
5 additions, 0 deletions
.gitignore
Docker/rstudio/Dockerfile
+7
-10
7 additions, 10 deletions
Docker/rstudio/Dockerfile
with
12 additions
and
10 deletions
.gitignore
+
5
−
0
View file @
6c4a402c
...
@@ -6,3 +6,8 @@ Docker/graphdb-free*
...
@@ -6,3 +6,8 @@ Docker/graphdb-free*
graphdb-free
graphdb-free
P_*
P_*
Docker/graphdb/graphdb-free*
Docker/graphdb/graphdb-free*
notebooks/.cache
notebooks/.config
notebooks/.ipython
notebooks/.jupyter
notebooks/.local
This diff is collapsed.
Click to expand it.
Docker/rstudio/Dockerfile
+
7
−
10
View file @
6c4a402c
...
@@ -12,17 +12,14 @@ LABEL documentation="https://m-unlock.gitlab.io"
...
@@ -12,17 +12,14 @@ LABEL documentation="https://m-unlock.gitlab.io"
LABEL
license="NA"
LABEL
license="NA"
LABEL
tags="Notebook"
LABEL
tags="Notebook"
RUN
install2.r ape gridExtra picante data.table RColorBrewer DT reshape reshape2 magrittr markdown ggpubr tibble pheatmap dplyr viridis devtools rmdformats intergraph network igraph ggplot2 gridExtra knitr plyr vegan dplyr ggrepel ggnetwork ade4 rmarkdown formatR caTools plotly rio ggfortify GGally
RUN
R
-e
"install.packages('BiocManager'); BiocManager::install(version = '3.12')"
# phyloseq microbiome phangorn genefilter
RUN
R
-e
"BiocManager::install(c('phyloseq'))"
# RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); install.packages(c('DT', 'reshape', 'reshape2', 'magrittr', 'markdown', 'ggpubr'))"
# RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); install.packages(c('tibble', 'pheatmap', 'dplyr', 'viridis', 'devtools', 'rmdformats'))"
RUN
install2.r phangorn ape gridExtra picante data.table RColorBrewer DT reshape reshape2 magrittr markdown ggpubr tibble pheatmap dplyr viridis devtools rmdformats intergraph network igraph ggplot2 gridExtra knitr plyr vegan dplyr ggrepel ggnetwork ade4 rmarkdown formatR caTools plotly rio ggfortify GGally
# RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); install.packages(c('intergraph', 'network', 'igraph', 'ggplot2', 'gridExtra', 'knitr'))"
# RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); install.packages(c('plyr', 'vegan', 'dplyr', 'ggrepel', 'ggnetwork', 'ade4', 'rmarkdown'))"
##########################################
# RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); install.packages(c('formatR', 'caTools', 'plotly', 'rio', 'ggfortify', 'GGally'))"
# microbiome genefilter
RUN
R
-e
"options(repos = list(CRAN = 'http://cran.r-project.org')); install.packages('BiocManager'); BiocManager::install(version = '3.12')"
RUN
R
-e
"options(repos = list(CRAN = 'http://cran.r-project.org')); BiocManager::install(c('phyloseq', 'microbiome', 'phangorn', 'genefilter'))"
# RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); require(devtools); install_version('foreign', version = '0.8-76', repos = 'http://cran.us.r-project.org')"
# RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); require(devtools); install_version('foreign', version = '0.8-76', repos = 'http://cran.us.r-project.org')"
# RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); install.packages('rio')"
# # RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); devtools::install_github('microsud/microbiomeutilities')"
# # RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); devtools::install_github('microsud/microbiomeutilities')"
# # RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); devtools::install_github('zdk123/SpiecEasi')"
# # RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); devtools::install_github('zdk123/SpiecEasi')"
# RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); devtools::install_github('briatte/ggnet')"
# RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); devtools::install_github('briatte/ggnet')"
\ No newline at end of file
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