EDAM ontology formatting utility
edam-fu is a python package. To set up the development environment for this project, follow the steps below if you use venv:
cd edam-fu/
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
pip install .