thomasbtf / hello-snakemake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-snakemake

This repo contains first experiments with Snakemake.

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.

About


Languages

Language:HTML 99.4%Language:Python 0.6%