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
3efee2e5
Commit
3efee2e5
authored
Jul 13, 2020
by
Josep Manel Andres Moscardo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding latest aws
parent
84a98434
Pipeline
#16464
passed with stage
in 12 minutes and 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+1
-1
packages.R
packages.R
+1
-1
No files found.
Dockerfile
View file @
3efee2e5
...
...
@@ -9,7 +9,7 @@ ADD ./etc/ /etc/shiny-server/
ADD
./app/ /srv/shiny-server/
COPY
./packages.R packages.R
COPY
./aws.s3-master /tmp/aws.s3-master
#
COPY ./aws.s3-master /tmp/aws.s3-master
RUN
Rscript packages.R
...
...
packages.R
View file @
3efee2e5
...
...
@@ -14,4 +14,4 @@ BiocManager::install("limma")
BiocManager
::
install
(
"edgeR"
)
BiocManager
::
install
(
"EBImage"
)
install.packages
(
"
/tmp/
aws.s3
-master/"
,
repos
=
NULL
)
install.packages
(
"aws.s3
"
,
repos
=
"https://cloud.R-project.org"
)
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