ChunkyPipes is a framework for easily designing and distributing NGS pipelines written in Python.
Running a pipeline with ChunkyPipes can be as simple as:
$ chunky install easy-pipeline.py $ chunky configure easy-pipeline $ chunky run easy-pipeline [arguments]
Read the full documentation here.