Analysis preservation using automated templates

Motivation Analysis preservation is an important concept in data analyses. Its main advantages are: Keep track of your work and help you share it Spare you a consequent amount of time when it comes to redo a complete or partial analysis Reduce...

Snakemake: my first workflow in less than 5 minutes

This tutorial is a shorter version of Analysis preservation using Snakemake. It presents the basic features of Snakemake. If you're interested in the concept of Analysis Preservation and how to take advantage of Snakemake by setting a mulit-user,...

Snakefile syntax file for vi/vim

Motivation If you're using vi/vim, you might want to use a colour syntax file for you Snakefile. This tutorial is meant to set up an already written syntax file for Snakefile. Of course, the method can be generalised to any type of files....