Skip to content

Latest commit

 

History

History

chapter1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Chapter1 - Workflows

Chapter1 gives an overview of different bioinformatics workflows.

In this repository, variant calling is described using different workflows such as GNU Make, Snakemake and Ruffus.

All workflows use

  • data in data directory
  • reference in refs directory
  • config file and sample sheet in config folder.

The code for each workflow is in src under each workflow name.

For example, snakemake variant calling workflow can be invoked as snakemake -s src/snakemake/variants.smk

Variant calling workflows included here are.

  1. Make Variant Caller
  2. Snakemake Variant Caller
  3. Ruffus Variant Caller