A script to generate a LinkML model describing valid GOLD Ecosystem Classification paths.
Install project dependencies through Poetry:
poetry install
The pipeline of downloading the GOLD Ecosystem Classification specification spreadsheet and transforming it into a LinkML model is automated through the Makefile
target linkml
. By default, this sends the results to stdout
; redirect it as necessary.
make linkml > gold.yaml
To run unit tests:
make test