Metadata-Version: 2.1
Name: gwf
Version: 1.7.2
Summary: A flexible, pragmatic workflow tool.
Home-page: https://gwf.app/
Author: Dan Søndergaard
Author-email: das@birc.au.dk
License: UNKNOWN
Project-URL: Issues, https://github.com/gwforg/gwf/issues
Project-URL: Source code, https://github.com/gwforg/gwf
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Classifier: Topic :: System :: Distributed Computing
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.5
Requires-Dist: click
Requires-Dist: click-plugins

===
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://gwf.app/guide/tutorial/
.. _Writing Backends: https://gwf.app/development/writingbackends/
.. _contribute: https://gwf.app/development/forcontributors/


.. |cistatus| image:: https://github.com/gwforg/gwf/workflows/Run%20tests/badge.svg
    :target: https://github.com/gwforg/gwf/actions?query=workflow%3A%22Run+tests%22
    :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


