Data model for omnibenchmark.
https://omnibenchmark.github.io/omni-schema
- examples/ - example data
- project/ - project files (do not edit these)
- src/ - source files (edit these)
- tests/ - Python tests
Edit the following files to add fields to the schema: main file:
test files:
Use the make
command to generate project artefacts:
make all
: make everythingmake deploy
: deploys site
This project was made with linkml-project-cookiecutter.