Metadata-Version: 2.1
Name: gwf
Version: 1.7.0
Summary: A flexible, pragmatic workflow tool.
Home-page: https://github.com/gwforg/gwf
License: GPL-3.0
Author: Dan Søndergaard
Author-email: das@birc.au.dk
Requires-Python: >=3.5,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Utilities
Requires-Dist: click (>=6.0,<7.0)
Requires-Dist: click-plugins (>=1.0,<2.0)
Project-URL: Documentation, https://gwf.app/
Project-URL: Repository, https://github.com/gwforg/gwf
Description-Content-Type: text/x-rst

===
gwf
===

A flexible, pragmatic workflow tool.

|anacondaversion| |anacondadownloads| |cistatus| |coveralls|

*gwf* is a flexible, pragmatic workflow tool for building and running large,
scientific workflows. It runs on Python 3.5+ and is developed at the
Bioinformatics Research Centre (BiRC), Aarhus University.

Examples
  To get a feeling for what a *gwf* workflow looks like, have a look at a few
  `examples`_.

Getting started
  To quickly get started writing workflows in *gwf* you can read the
  `User's Guide`_.

Extending
  We don't have the backend you need to run your workflow on your cluster?
  See the `Writing Backends`_ section to roll your own.

Contributing
  We aim to make *gwf* a community developed project. Learn how to
  `contribute`_.

.. _examples: https://github.com/gwforg/gwf/tree/master/examples
.. _User's Guide: https://docs.gwf.app/en/stable/guide/index.html
.. _Writing Backends: https://docs.gwf.app/en/stable/development/writingbackends.html
.. _contribute: https://docs.gwf.app/en/stable/development/forcontributors.html


.. |cistatus| image:: https://img.shields.io/travis/gwforg/gwf.svg
    :target: https://travis-ci.org/gwforg/gwf
    :alt: Build status
.. |coveralls| image:: https://img.shields.io/coveralls/gwforg/gwf.svg
    :target: https://coveralls.io/github/gwforg/gwf
    :alt: Coverage
.. |anacondaversion| image:: https://anaconda.org/gwforg/gwf/badges/version.svg
    :target: https://anaconda.org/gwforg/gwf
    :alt: Version of Conda package
.. |anacondadownloads| image:: https://anaconda.org/gwforg/gwf/badges/downloads.svg
    :target: https://anaconda.org/gwforg/gwf
    :alt: Downloads with Conda

