Skip to content

um-dang/intro-to-snakemake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intro to snakemake

git clone https://github.com/um-dang/intro-to-snakemake

This repository contains some examples which can be useful exercises when learning snakemake, covering the core functionality and a few of its salient features.

Examples:

  1. Toy example
  2. Bioinformatics example - RNASeq
Expand - Why use snakemake?

We hope these examples will provide enough starting material to get started using snakemake, and to demonstrate the following features which make it incredibly useful for creating reproducible workflows:

  • make-like framework in python
  • Built-in environment management compatibility (conda, singularity)
  • Flexible dispatch of pipeline steps allows portability across compute environments (laptop, cluster, cloud)

Releases

No releases published

Packages

No packages published

Languages