A tool to automatically semantically annotate pipelines written in Dockerfiles and/or Python files using FnO. These semantic representations allow execution to capture provenance across implementation framework using PROV-O.
- create virtual environment
python -m venv <path to env folder>- activate environment
source <path to env folder>/bin/activate./<path to env folder>/bin/activate.sh- install requirements
pip install -r requirements.txt- install fno-convert for testing
pip install -e .python test_app.py
This project is licensed under the MIT License - see the LICENSE file for details.