@@ -15,13 +15,13 @@ This Python package provides a collection of tools for:
1515
1616## Installation
1717
18- WorkflowHub is available on [ PyPI] ( https://pypi.org/project/workflowhub ) .
19- WorkflowHub requires Python3.6+ and has been tested on Linux and macOS.
18+ WfCommons is available on [ PyPI] ( https://pypi.org/project/workflowhub ) .
19+ WfCommons requires Python3.6+ and has been tested on Linux and macOS.
2020
2121### Requirements
2222
2323#### Graphviz
24- WorkflowHub uses _ pygraphviz_ and thus needs the graphviz package installed (version 2.16 or later).
24+ WfCommons uses _ pygraphviz_ and thus needs the graphviz package installed (version 2.16 or later).
2525You can install graphviz easily on Linux with your favorite package manager,
2626for example for Debian-based distributions:
2727```
@@ -39,7 +39,7 @@ brew install graphviz
3939
4040### Installation using pip
4141
42- While ` pip ` can be used to install WorkflowHub , we suggest the following
42+ While ` pip ` can be used to install WfCommons , we suggest the following
4343approach for reliable installation when many Python environments are available:
4444
4545```
@@ -48,30 +48,30 @@ $ python3 -m pip install workflowhub
4848
4949### Retrieving the latest unstable version
5050
51- If you want to use the latest WorkflowHub unstable version, that will contain
51+ If you want to use the latest WfCommons unstable version, that will contain
5252brand new features (but also contain bugs as the stabilization work is still
5353underway), you may consider retrieving the latest unstable version.
5454
55- Cloning from [ WorkflowHub 's GitHub] ( https://github.com/workflowhub/workflowhub )
55+ Cloning from [ WfCommons 's GitHub] ( https://github.com/wfcommons/wfcommons )
5656repository:
5757
5858```
59- $ git clone https://github.com/workflowhub/workflowhub
60- $ cd workflowhub
59+ $ git clone https://github.com/wfcommons/wfcommons
60+ $ cd wfcommons
6161$ pip install .
6262```
6363
6464## Get in Touch
6565
66- The main channel to reach the WorkflowHub team is via the support email:
67- [ support@workflowhub .org ] ( mailto:support@workflowhub .org ) .
66+ The main channel to reach the WfCommons team is via the support email:
67+ [ support@wfcommons .org ] ( mailto:support@wfcommons .org ) .
6868
6969** Bug Report / Feature Request:** our preferred channel to report a bug or request a feature is via
70- WorkflowHub 's [ Github Issues Track] ( https://github.com/workflowhub/workflowhub /issues ) .
70+ WfCommons 's [ Github Issues Track] ( https://github.com/wfcommons/wfcommons /issues ) .
7171
7272
73- ## Citing WorkflowHub
74- When citing WRENCH , please use the following paper. You should also actually read
73+ ## Citing WfCommons
74+ When citing WfCommons , please use the following paper. You should also actually read
7575that paper, as it provides a recent and general overview on the framework.
7676
7777```
@@ -85,12 +85,12 @@ that paper, as it provides a recent and general overview on the framework.
8585}
8686```
8787
88- [ build-badge ] : https://github.com/workflowhub/workflowhub /workflows/Build/badge.svg
89- [ build-link ] : https://github.com/workflowhub/workflowhub /actions
88+ [ build-badge ] : https://github.com/wfcommons/wfcommons /workflows/Build/badge.svg
89+ [ build-link ] : https://github.com/wfcommons/wfcommons /actions
9090[ pypi-badge ] : https://badge.fury.io/py/workflowhub.svg
9191[ pypi-link ] : https://badge.fury.io/py/workflowhub
9292[ license-badge ] : https://img.shields.io/badge/License-LGPL%20v3-blue.svg
93- [ codefactor-badge ] : https://www.codefactor.io/repository/github/workflowhub/workflowhub /badge
94- [ codefactor-link ] : https://www.codefactor.io/repository/github/workflowhub/workflowhub
95- [ rtd-badge ] : https://readthedocs.org/projects/workflowhub /badge/?version=latest
96- [ rtd-link ] : https://workflowhub .readthedocs.io/en/latest/?badge=latest
93+ [ codefactor-badge ] : https://www.codefactor.io/repository/github/wfcommons/wfcommons /badge
94+ [ codefactor-link ] : https://www.codefactor.io/repository/github/wfcommons/wfcommons
95+ [ rtd-badge ] : https://readthedocs.org/projects/wfcommons /badge/?version=latest
96+ [ rtd-link ] : https://wfcommons .readthedocs.io/en/latest/?badge=latest
0 commit comments