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
af7d64c1
Commit
af7d64c1
authored
Apr 27, 2020
by
Josep Manel Andres Moscardo
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
c280af80
d0c0523a
Pipeline
#14803
passed with stage
in 1 minute
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Dockerfile
Dockerfile
+1
-1
packages.R
packages.R
+2
-1
No files found.
Dockerfile
View file @
af7d64c1
FROM
rocker/shiny:3.6.
1
FROM
rocker/shiny:3.6.
2
RUN
apt-get update
&&
apt-get
install
-y
libcurl4-openssl-dev
\
libfftw3-dev libjpeg-dev libtiff-dev
\
...
...
packages.R
View file @
af7d64c1
...
...
@@ -6,11 +6,12 @@ install.packages("stringr")
install.packages
(
"curl"
)
install.packages
(
"httr"
)
install.packages
(
"xml2"
)
install.packages
(
"aws.signature"
)
#install.packages("aws.s3")
install.packages
(
"BiocManager"
)
BiocManager
::
install
(
"limma"
)
BiocManager
::
install
(
"edgeR"
)
BiocManager
::
install
(
"EBImage"
)
install.packages
(
"aws.signature"
)
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