Skip to main content

Community Framework for Enabling Scientific Workflow Research and Education

Project description

Travis PyPI version License: LGPL v3 CodeFactor Documentation Status


A Community Framework for Enabling Scientific Workflow Research and Development

This Python package provides a collection of tools for:

  • Analyzing traces of actual workflow executions;
  • Producing recipes structures for creating workflow recipes for workflow generation; and
  • Generating synthetic realistic workflow traces.

Installation

WorkflowHub is available on PyPI. WorkflowHub requires Python3.5+ and has been tested on Linux and macOS.

Requirements

Graphviz

WorkflowHub uses pygraphviz and thus needs the graphviz package installed (version 2.16 or later). You can install graphviz easily on Linux with your favorite package manager, for example for Debian-based distributions:

sudo apt-get install graphviz libgraphviz-dev

and for RedHat-based distributions:

sudo yum install python-devel graphviz-devel

On macOS you can use brew package manager:

brew install graphviz

Installation using pip

While pip can be used to install WorkflowHub, we suggest the following approach for reliable installation when many Python environments are available:

$ python3 -m pip install workflowhub

Retrieving the latest unstable version

If you want to use the latest WorkflowHub unstable version, that will contain brand new features (but also contain bugs as the stabilization work is still underway), you may consider retrieving the latest unstable version.

Cloning from WorkflowHub's GitHub repository:

$ git clone https://github.com/workflowhub/workflowhub
$ cd workflowhub
$ pip install .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

workflowhub-0.3.tar.gz (33.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page