Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
khalid
radseqref
Commits
20fb0969
Commit
20fb0969
authored
Mar 04, 2021
by
khalid
Browse files
Add missing commands to Dockerfile
parent
c92565d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
20fb0969
FROM
mbbteam/mbb_workflows_base:latest as alltools
RUN
apt-get update
RUN
apt
install
-y
fastqc
=
0.11.5+dfsg-6
...
...
@@ -38,7 +39,7 @@ RUN cd /opt/biotools \
RUN
Rscript
-e
'install.packages("calibrate",repos="https://cloud.r-project.org/",Ncpus=8, clean=TRUE);library("calibrate")'
RUN
Rscript
-e
'BiocManager::install("SNPRelate", version = "3.8",Ncpus=8, clean=TRUE);library("SNPRelate")'
RUN
apt-get
install
-y
libcairo2-dev libxt-dev
RUN
Rscript
-e
'library(devtools);install_github("jokergoo/ComplexHeatmap");library("ComplexHeatmap")'
ENV
LANG en_US.UTF-8
...
...
Write
Preview
Supports
Markdown
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