Skip to content

Commit c631746

Browse files
committed
update link to exampleData zip and R install script
modify docker file to tidy up a few directories
1 parent c7e791d commit c631746

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ WORKDIR /home/rstudio
1010
RUN wget https://www.dropbox.com/s/ve6o68hkbthe3lo/exampleData.zip
1111
RUN unzip exampleData.zip
1212
RUN R -f installBioCPkgs.R
13-
RUN rm -r images javascripts stylesheets params.json index.html exampleData.zip
13+
RUN rm -r images javascripts stylesheets params.json index.html exampleData.zip
14+
RUN mkdir Practicals/exampleData
15+
RUN mv exampleData/* Practicals/exampleData
16+
RUN rm -r exampleData/

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h3>
4949
<h3>
5050
<a id="software" class="anchor" href="#software" aria-hidden="true"><span class="octicon octicon-link"></span></a>How to Run the course.</h3>
5151
<p>
52-
Download the materials from this repository and <a href="GeneticPracticalPackageInstall.R">install</a> the required R and Bioconductor packages
52+
Download the materials from this repository and <a href="installBioCPkgs.R">install</a> the required R and Bioconductor packages
5353
</p>
5454

5555
<h3>
@@ -67,7 +67,7 @@ <h3>
6767
<h3>
6868
<a id="data" class="anchor" href="#data" aria-hidden="true"><span class="octicon octicon-link"></span></a>Example Data.</h3>
6969
<p>
70-
An exampleData folder is required to run the practicals sucessfully. This folder can be downloaded from <a href="https://app.box.com/s/ntjkjn3vb4jkvy6kq664">https://app.box.com/s/ntjkjn3vb4jkvy6kq664.</a> Once downloaded and unzipped, the folder should be placed inside the Practicals directory
70+
An exampleData folder is required to run the practicals sucessfully. This folder can be downloaded from <a href="https://www.dropbox.com/s/ve6o68hkbthe3lo/exampleData.zip">Dropbox.</a> Once downloaded and unzipped, the folder should be placed inside the Practicals directory
7171

7272
</p>
7373

0 commit comments

Comments
 (0)