We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5087883 commit 0e39fe8Copy full SHA for 0e39fe8
Dockerfile
@@ -4,7 +4,7 @@ MAINTAINER Mark Dunning<[email protected]>
4
###Get repository of the course. Install data and R packages
5
RUN git clone https://github.com/bioinformatics-core-shared-training/microarray-analysis.git /home/rstudio/
6
WORKDIR /home/rstudio
7
-RUN mkdir estrogen
+RUN mkdir -p estrogen
8
RUN mkdir data/
9
RUN R -f installBiocPkgs.R
10
RUN R -f getData.R
0 commit comments