Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Josep Manel Andres Moscardo
SeuratApp
Commits
d7198f3b
Commit
d7198f3b
authored
Apr 27, 2020
by
Josep Manel Andres Moscardo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
re
parent
f4176cbe
Pipeline
#14797
canceled with stage
in 2 minutes and 45 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
11 deletions
+15
-11
Dockerfile
Dockerfile
+8
-4
packages.R
packages.R
+7
-7
No files found.
Dockerfile
View file @
d7198f3b
...
...
@@ -9,10 +9,14 @@ ADD ./etc/ /etc/shiny-server/
ADD
./app/ /srv/shiny-server/
COPY
./packages.R packages.R
COPY
./packages1.R packages1.R
COPY
./packages2.R packages2.R
COPY
./aws.s3-master /tmp/aws.s3-master
RUN
Rscript packages.R
RUN
Rscript packages1.R
RUN
Rscript packages2.R
EXPOSE
3838
# allow permission
RUN
sudo chown
-R
shiny:shiny /srv/shiny-server
# run app
CMD
["/usr/bin/shiny-server.sh"]
packages.R
View file @
d7198f3b
...
...
@@ -6,12 +6,12 @@ install.packages("stringr")
install.packages
(
"curl"
)
install.packages
(
"httr"
)
install.packages
(
"xml2"
)
#
install.packages("aws.signature")
#
install.packages("aws.s3")
install.packages
(
"aws.signature"
)
install.packages
(
"aws.s3"
)
#
install.packages("BiocManager")
#
BiocManager::install("limma")
#
BiocManager::install("edgeR")
#
BiocManager::install("EBImage")
install.packages
(
"BiocManager"
)
BiocManager
::
install
(
"limma"
)
BiocManager
::
install
(
"edgeR"
)
BiocManager
::
install
(
"EBImage"
)
#
install.packages("/tmp/aws.s3-master/", repos=NULL)
install.packages
(
"/tmp/aws.s3-master/"
,
repos
=
NULL
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment