Skip to content

linkml/cmdr

Repository files navigation

CMDR

CMDR (pronunciation: “com-mo-dore” or sometimes “com-man-der”), the Core Model for Data Research, is a LinkML schema/data model for the collection of biological sample data, and its analysis.

The purpose of this schema is to act as a base schema for other LinkML schemas/data models to bootstrap for their specific use case.

The CMDR data model was inspired by the LinkML data model for the INCLUDE project.

Project Setup

  1. Clone cmdr project repository
$ git clone https://github.com/linkml/cmdr.git
  1. Create virtual environment and install project dependencies
$ make install
  1. Create downstream schema artifacts, run unit tests, and also validate examples/instance data against schema
$ make test
  1. LinkML transformer mapping between source and target schemas on a class
$ make test_transform

Website

Repository Structure

We've added some HTML visualizastions of data instances!

Developer Documentation

Use the `make` command to generate project artefacts:
  • make all: make everything
  • make deploy: deploys site

Credits

this project was made with linkml-project-cookiecutter