Skip to content

Commit 3302484

Browse files
committed
update to gh-pages
Merge branch 'gh-pages' Conflicts: Lectures/Lect2-StringsAndRanges.pdf Practicals/4.Annotation-and-Visualisation.pdf Practicals/ChIP-Seq_Practical_3.pdf README.md
2 parents 3c033eb + 52a301b commit 3302484

30 files changed

+1429
-3
lines changed

Dockerfile

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
FROM bioconductor/release_base
3+
MAINTAINER Mark Dunning<mark.dunning@cruk.cam.ac.uk>
4+
5+
6+
RUN apt-get update && apt-get install -y git
7+
###Get repository of the course. Install data and R packages
8+
RUN git clone https://github.com/bioinformatics-core-shared-training/ngs-in-bioc.git /home/rstudio/
9+
WORKDIR /home/rstudio
10+
RUN wget https://www.dropbox.com/s/ve6o68hkbthe3lo/exampleData.zip
11+
RUN mkdir Practicals/nki
12+
RUN unzip exampleData.zip
13+
RUN R -f installBioCPkgs.R
14+
RUN rm -r images javascripts stylesheets params.json index.html exampleData.zip
15+
RUN mkdir Practicals/exampleData
16+
RUN mv exampleData/* Practicals/exampleData
17+
RUN rm -r exampleData/
18+
RUN wget https://www.dropbox.com/s/82p2dcwwo3qnf21/nki.zip -P Practicals/nki
19+
WORKDIR Practicals/nki
20+
RUN unzip nki.zip
21+
RUN rm nki.zip
22+
WORKDIR /home/rstudio

Lectures/Lect1_ngs-intro.html

Lines changed: 529 additions & 0 deletions
Large diffs are not rendered by default.
-20.4 KB
Binary file not shown.
4.51 MB
Binary file not shown.

Lectures/Lect4_RNAseq_Sept2014.pdf

8.71 MB
Binary file not shown.
5.63 MB
Binary file not shown.
737 KB
Binary file not shown.
4.16 MB
Binary file not shown.
722 KB
Binary file not shown.
1.01 MB
Binary file not shown.

0 commit comments

Comments
 (0)