Skip to the content.

01 - Introduction

Table of contents

My background

Benefits of workflow languages

A good paper on Scalable Workflows and Reproducible Data Analysis for Genomics - although genomics focussed, it covers a lot of the concepts we will touch on in this workshop

Benefits of Snakemake

Snakemake

See what other people think:

Other workflow languages

Choose your favourite flavour of workflow language!

The real point is to use a workflow language (where applicable) and just use the flavour you like!

This workshop

This workshop is designed with someone who had some familiarity with the command line. However, I’ve tried to make it as accessible as possible to anyone who want to learn Snakemake.

Throughout this workshop, I’ll be indicating the code to remove and the code to insert (relative to the previous step) with the following:

- Remove this line of code
+ Add this line of code

However, the actual + and - symbols should not be included in your own code

Next page: 02 - Setup