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
5b6fd6ef
Commit
5b6fd6ef
authored
Apr 26, 2020
by
Josep Manel Andres Moscardo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rebuild image aws repo
parent
043f1118
Pipeline
#14785
passed with stage
in 11 minutes and 59 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
Dockerfile
Dockerfile
+0
-1
packages.R
packages.R
+1
-1
packages1.R
packages1.R
+1
-1
No files found.
Dockerfile
View file @
5b6fd6ef
...
...
@@ -14,4 +14,3 @@ COPY ./aws.s3-master /tmp/aws.s3-master
RUN
Rscript packages.R
RUN
Rscript packages1.R
#RUN R CMD install.packages("/tmp/aws.s3-master/", repos=NULL)
packages.R
View file @
5b6fd6ef
...
...
@@ -7,7 +7,7 @@ install.packages("curl")
install.packages
(
"httr"
)
install.packages
(
"xml2"
)
install.packages
(
"aws.signature"
)
#
install.packages("aws.s3")
install.packages
(
"aws.s3"
)
#install.packages("BiocManager")
#BiocManager::install("limma")
...
...
packages1.R
View file @
5b6fd6ef
...
...
@@ -3,4 +3,4 @@ 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