DataBiosphere / toil

A scalable, efficient, cross-platform (Linux/macOS) and easy-to-use workflow engine in pure Python.
http://toil.ucsc-cgl.org/.
Apache License 2.0
879 stars 237 forks source link
aws common-workflow-language cwl gridengine kubernetes mesos pipeline python slurm wdl workflow workflow-description-language

.. image:: https://badges.gitter.im/bd2k-genomics-toil/Lobby.svg :alt: Join the chat at https://gitter.im/bd2k-genomics-toil/Lobby :target: https://gitter.im/bd2k-genomics-toil/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

Toil is a scalable, efficient, cross-platform (Linux & macOS) pipeline management system, written entirely in Python, and designed around the principles of functional programming. It supports running workflows written in either Common Workflow Language (CWL) 1.0-1.2 or Workflow Description Language (WDL) 1.0-1.1, as well as having its own rich Python API for writing workflows against. It supports running workflows locally on your system (e.g. a laptop), on an HPC cluster, or in the cloud.

.. _website: http://toil.ucsc-cgl.org/ .. _Read the Docs: https://toil.readthedocs.io/en/latest .. _announce: https://groups.google.com/forum/#!forum/toil-announce .. _forum: https://groups.google.com/forum/#!forum/toil-community .. _blog: https://toilpipelines.wordpress.com/ .. _biostars: https://www.biostars.org/t/toil/ .. _CWL: https://www.commonwl.org/ .. _WDL: https://openwdl.org/

Notes: