Skip to content

Commit c7e791d

Browse files
committed
create links in html page
1 parent 45fde53 commit c7e791d

File tree

2 files changed

+21
-12
lines changed

2 files changed

+21
-12
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ MAINTAINER Mark Dunning<[email protected]>
55

66
RUN apt-get update && apt-get install -y git
77
###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/cruk-bioinf-training
9-
WORKDIR /home/rstudio/cruk-bioinf-training
8+
RUN git clone https://github.com/bioinformatics-core-shared-training/ngs-in-bioc.git /home/rstudio/
9+
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
13+
RUN rm -r images javascripts stylesheets params.json index.html exampleData.zip

index.html

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,26 +77,35 @@ <h3>
7777
<a id="day1" class="anchor" href="#day1" aria-hidden="true"><span class="octicon octicon-link"></span></a>Day One.</h3>
7878
<p>
7979

80-
81-
80+
<li><a href="Lectures/Lect1_HTSeq_Introduction_Sept2014.pdf">Introduction to NGS Sequencing</a></li>
81+
<li><a href="Lectures/Lect2-StringsAndRanges.pdf">StringsAndRanges</a></li>
82+
<li><a href="Practicals/1. StringsAndRanges-Prac.pdf">StringsAndRanges Practical</a></li>
83+
<li><a href="Lectures/Lect3-CopyNumber_HT.pdf">Copy Number analysis</a></li>
84+
<li><a href="Practicals/2.CopyNumber_DNASEQ-Prac.pdf">Copy Number analysis (Practical)</a></li>
85+
<li><a href="Lectures/Lect4-DesignStatistics_HTSeq.pdf">Linear Models and Experimental Design</a></li>
8286
</p>
8387

8488

8589
<h3>
8690
<a id="day1" class="anchor" href="#day2" aria-hidden="true"><span class="octicon octicon-link"></span></a>Day Two.</h3>
8791
<p>
88-
89-
90-
91-
</p>
92+
<li><a href="Lectures/Lect5_RNAseq_Sept2014.pdf">Introduction to RNA Sequencing</a></li>
93+
<li><a href="Practicals/3. RNAseq-practical.pdf">RNA-seq Practical</a></li>
94+
<li><a href="Lectures/Lect6a_Introduction_to_Annotation.pdf">Introduction to Genome Annotation</a></li>
95+
<li><a href="Lectures/Lect6b_GenomeAnnotation.pdf">Genome Annotation in Bioconductor</a></li>
96+
<li><a href="Practicals/4.Annotation-and-Visualisation.pdf">Genome Annotation Practical</a></li>
97+
</p>
9298

9399

94100
<h3>
95101
<a id="day1" class="anchor" href="#day3" aria-hidden="true"><span class="octicon octicon-link"></span></a>Day Three.</h3>
96102
<p>
97-
98-
99-
103+
<li><a href="Lectures/Lect7a_ChIP-Seq_Data_Analysis.pdf">Introduction to ChIP-Seq</a></li>
104+
<li><a href="Lectures/Lect7b_ChIP-Seq Data Analysis.pdf">Analysis of ChIP-Seq</a></li>
105+
<li><a href="Practicals/ChIP-Seq_Practical_1.pdf">ChIP-Seq Practical 1</a></li>
106+
<li><a href="Lectures/Lect7c_ChIP-Seq DifferentialBinding.pdf">Differential Binding</a></li>
107+
<li><a href="Practicals/ChIP-Seq_Practical_2.pdf">ChIP-Seq Practical 2</a></li>
108+
<li><a href="Practicals/ChIP-Seq_Practical_3.pdf">ChIP-Seq Practical 3</a></li>
100109
</p>
101110

102111
</section>

0 commit comments

Comments
 (0)