The collected MATRIX schemas
https://everycure-org.github.io/matrix-schema
- examples/ - example data
- project/ - project files (do not edit these)
- src/ - source files (edit these)
- matrix_schema
- schema -- LinkML schema
(edit this)
- valid_biolink_edge_types.tsv -- Generated table of valid edge types
- datamodel -- generated Python datamodel
- utils -- utility scripts for schema generation
- schema -- LinkML schema
(edit this)
- matrix_schema
- tests/ - Python tests
Details
Use the `make` command to generate project artefacts:make all: make everythingmake deploy: deploys sitemake gen-valid-edge-type-table: regenerate the valid Biolink edge types table
The following artifacts are automatically generated and attached to GitHub releases:
valid_biolink_edge_types.tsv- A table of valid edge types from the Biolink model with columns forsubject_category,predicate, andobject_category
This project was made with linkml-project-cookiecutter.