A script to generate a LinkML model describing valid GOLD Ecosystem Classification paths.
Install project dependencies through Poetry:
poetry installThe 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.yamlTo run unit tests:
make test