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}
\usepackage{geometry}
\input{../shared/variables.tex}
\title{\courseTitle}
......@@ -35,7 +37,7 @@ The practical covers the following:
\section*{Day two, \dayTwo}
\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\\
\end{tabular}
......
\newcommand{\courseTitle}{NGS Introduction Course}
\newcommand{\courseYear}{2015}
\newcommand{\dayOne}{Tuesday, April 14}
\newcommand{\dayTwo}{Wednesday, April 15}
\newcommand{\dayTwo}{Friday, April 17}
\newcommand{\personOne}{Jeroen Laros}
\newcommand{\personTwo}{Martijn Vermaat}
......
......@@ -11,19 +11,17 @@ The [raw-attachment:program.pdf program].[[br]]
Command line [raw-attachment:cheatsheet.pdf cheat sheet].[[br]]
[wiki:NGS-intro-prep Preparations] for the practical.
== Tuesday, April 1 ==
[raw-attachment:analysis_intro.pdf Introduction to NGS data analysis] - Michiel
van Galen.[[br]]
== Tuesday, April 14 ==
[raw-attachment:introduction.pdf Introduction to NGS data analysis] - Martijn
Vermaat.[[br]]
[raw-attachment:basics.pdf Operating system basics] - Jeroen Laros.[[br]]
[raw-attachment:getting_started.pdf Getting started with NGS data analysis] -
Michiel van Galen.[[br]]
[raw-attachment:installing.pdf Installing and updating software] - Jeroen
Laros.[[br]]
Martijn Vermaat.[[br]]
[raw-attachment:connecting.pdf Connecting to other machines] - Jeroen
Laros.[[br]]
Practical [raw-attachment:practical_one.pdf handouts].
Practical [raw-attachment:command_practical.pdf handouts].
== Friday, April 4 ==
[raw-attachment:combining_tools.pdf Combining tools into a pipeline] - Michiel
van Galen.[[br]]
Practical [raw-attachment:practical_two.pdf handouts].
== Friday, April 17 ==
[raw-attachment:combining_tools.pdf Combining tools into a pipeline] - Jeroen
Laros.[[br]]
Practical [raw-attachment:galaxy_practical.pdf handouts].
#!/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
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