Knowledge graph construction for BacDive data
- Create a vrtual environment of your choice.
- Install poetry using
pip install poetry
poetry install
git clone https://github.com/Knowledge-Graph-Hub/kg-bacdive.git
cd kg-bacdive
poetry run kg download
: This will download the resources needed for this project.
poetry run kg transform
: This transforms the resources into knowledge graphs (KGs).
poetry run kg merge
: This merges all transformed graphs above.
Please remember to run poetry run tox
before every commit to make sure the code you commit is error-free.
This cookiecutter project was developed from the kg-cookiecutter template and will be kept up-to-date using cruft.