Community Framework for Enabling Scientific Workflow Research and Education
Project description
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.6+ 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 .
Get in Touch
The main channel to reach the WorkflowHub team is via the support email: support@workflowhub.org.
Bug Report / Feature Request: our preferred channel to report a bug or request a feature is via
WorkflowHub's Github Issues Track.
Citing WorkflowHub
When citing WRENCH, please use the following paper. You should also actually read that paper, as it provides a recent and general overview on the framework.
@inproceedings{ferreiradasilva2020works,
title = {WorkflowHub: Community Framework for Enabling Scientific Workflow Research and Development},
author = {Ferreira da Silva, Rafael and Pottier, Lo\"ic and Coleman, Tain\~a and Deelman, Ewa and Casanova, Henri},
booktitle = {2020 IEEE/ACM Workflows in Support of Large-Scale Science (WORKS)},
year = {2020},
pages = {49--56},
doi = {10.1109/WORKS51914.2020.00012}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file workflowhub-0.4.tar.gz
.
File metadata
- Download URL: workflowhub-0.4.tar.gz
- Upload date:
- Size: 44.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9898f981ad8e95dd80736a8b2a2f270a6e434d6b6255f1e2f4b937cfb0764678 |
|
MD5 | bd4b9664dbf4b68bc58c1406cdd0bf86 |
|
BLAKE2b-256 | f45cf3b9f4c9bb00b59c900f446bc4ac2dc0df9275bd5cf748b2a75447f09ac9 |