Snakemake

https://img.shields.io/conda/dn/bioconda/snakemake.svg?label=Bioconda https://img.shields.io/pypi/pyversions/snakemake.svg https://img.shields.io/pypi/v/snakemake.svg https://img.shields.io/github/workflow/status/snakemake/snakemake/Publish%20to%20Docker%20Hub?color=blue&label=docker%20container&branch=master https://github.com/snakemake/snakemake/workflows/CI/badge.svg?branch=master&label=tests https://img.shields.io/badge/stack-overflow-orange.svg https://img.shields.io/twitter/follow/johanneskoester.svg?style=social&label=Follow Discord GitHub stars

The Snakemake workflow management system is a tool to create reproducible and scalable data analyses. Workflows are described via a human readable, Python based language. They can be seamlessly scaled to server, cluster, grid and cloud environments, without the need to modify the workflow definition. Finally, Snakemake workflows can entail a description of required software, which will be automatically deployed to any execution environment.

Snakemake is highly popular with, >5 new citations per week. For an introduction, please visit https://snakemake.github.io.

Getting started

To get a first impression, please visit https://snakemake.github.io. News about Snakemake are published via Twitter. To learn Snakemake, please do the Snakemake Tutorial, and see the FAQ. For more advanced usage on various platforms, see the Snakemake Executor Tutorials.

Support

Resources

Snakemake Wrappers Repository
The Snakemake Wrapper Repository is a collection of reusable wrappers that allow to quickly use popular tools from Snakemake rules and workflows.
Snakemake Workflows Project
This project provides a collection of high quality modularized and re-usable workflows. The provided code should also serve as a best-practices of how to build production ready workflows with Snakemake. Everybody is invited to contribute.
Snakemake Profiles Project
This project provides Snakemake configuration profiles for various execution environments. Please consider contributing your own if it is still missing.
Bioconda
Bioconda can be used from Snakemake for creating completely reproducible workflows by defining the used software versions and providing binaries.