Exploring a LinkML data model for HTAN Phase 2
Caution
This repo is a very early test-bed to explore a possible shift to LinkML in the future
Tip
The active HTAN data model can be found at ncihtan/data-models
https://ncihtan.github.io/htan-linkml
- examples/ - example data
- project/ - project files (do not edit these)
- src/ - source files (edit these)
- tests/ - Python tests
Use the `make` command to generate project artefacts:
make all
: make everythingmake deploy
: deploys site
This project was made with linkml-project-cookiecutter.