Tool for converting output from OntoFlow to a declarative workchain used by ExecFlow.
OntoConv can be installed as a Python package inside your own environment. Since there is no deployment on the PyPi platform, you have too directly install it from this repository
pip install .
or add it as dependency to your project
git+https://github.com/H2020-OpenModel/OntoConv@<commit code>
or install it with pip
pip install git+https://github.com/H2020-OpenModel/OntoConv
To install a given release, commit or branch, you can addit to the end of the URL preceeded by an "@"-sign. For example: pip install git+https://github.com/H2020-OpenModel/OntoConv@<commit code>.
As a developer, you might want to install OntoConv with
pip install -U -e .[dev]
pre-commit install