Skip to content
Snippets Groups Projects
Commit ede09586 authored by Laros's avatar Laros
Browse files

Updated program and website.

parent 8feaf9f0
No related branches found
No related tags found
No related merge requests found
\documentclass{article} \documentclass{article}
\usepackage{geometry}
\input{../shared/variables.tex} \input{../shared/variables.tex}
\title{\courseTitle} \title{\courseTitle}
...@@ -35,7 +37,7 @@ The practical covers the following: ...@@ -35,7 +37,7 @@ The practical covers the following:
\section*{Day two, \dayTwo} \section*{Day two, \dayTwo}
\begin{tabular}{r@{:}lp{8cm}l} \begin{tabular}{r@{:}lp{8cm}l}
13 & 15 & Combining tools into a pipeline & \personTwo\\ 13 & 15 & Combining tools into a pipeline & \personOne\\
13 & 45 & Practical\\ 13 & 45 & Practical\\
\end{tabular} \end{tabular}
......
\newcommand{\courseTitle}{NGS Introduction Course} \newcommand{\courseTitle}{NGS Introduction Course}
\newcommand{\courseYear}{2015} \newcommand{\courseYear}{2015}
\newcommand{\dayOne}{Tuesday, April 14} \newcommand{\dayOne}{Tuesday, April 14}
\newcommand{\dayTwo}{Wednesday, April 15} \newcommand{\dayTwo}{Friday, April 17}
\newcommand{\personOne}{Jeroen Laros} \newcommand{\personOne}{Jeroen Laros}
\newcommand{\personTwo}{Martijn Vermaat} \newcommand{\personTwo}{Martijn Vermaat}
......
...@@ -11,19 +11,17 @@ The [raw-attachment:program.pdf program].[[br]] ...@@ -11,19 +11,17 @@ The [raw-attachment:program.pdf program].[[br]]
Command line [raw-attachment:cheatsheet.pdf cheat sheet].[[br]] Command line [raw-attachment:cheatsheet.pdf cheat sheet].[[br]]
[wiki:NGS-intro-prep Preparations] for the practical. [wiki:NGS-intro-prep Preparations] for the practical.
== Tuesday, April 1 == == Tuesday, April 14 ==
[raw-attachment:analysis_intro.pdf Introduction to NGS data analysis] - Michiel [raw-attachment:introduction.pdf Introduction to NGS data analysis] - Martijn
van Galen.[[br]] Vermaat.[[br]]
[raw-attachment:basics.pdf Operating system basics] - Jeroen Laros.[[br]] [raw-attachment:basics.pdf Operating system basics] - Jeroen Laros.[[br]]
[raw-attachment:getting_started.pdf Getting started with NGS data analysis] - [raw-attachment:getting_started.pdf Getting started with NGS data analysis] -
Michiel van Galen.[[br]] Martijn Vermaat.[[br]]
[raw-attachment:installing.pdf Installing and updating software] - Jeroen
Laros.[[br]]
[raw-attachment:connecting.pdf Connecting to other machines] - Jeroen [raw-attachment:connecting.pdf Connecting to other machines] - Jeroen
Laros.[[br]] Laros.[[br]]
Practical [raw-attachment:practical_one.pdf handouts]. Practical [raw-attachment:command_practical.pdf handouts].
== Friday, April 4 == == Friday, April 17 ==
[raw-attachment:combining_tools.pdf Combining tools into a pipeline] - Michiel [raw-attachment:combining_tools.pdf Combining tools into a pipeline] - Jeroen
van Galen.[[br]] Laros.[[br]]
Practical [raw-attachment:practical_two.pdf handouts]. Practical [raw-attachment:galaxy_practical.pdf handouts].
#!/bin/sh #!/bin/sh
src="analysis_intro connecting installing basics practical_one combining_tools getting_started practical_two program" src="basics connecting getting_started combining_tools introduction program command_practical galaxy_practical"
for i in $src; do for i in $src; do
cd ../$i cd ../$i
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment