Skip to content

linkml/cmdr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

91b4551 · Dec 11, 2024

History

71 Commits
Aug 5, 2024
Aug 5, 2024
Dec 11, 2024
Dec 11, 2024
Aug 5, 2024
Aug 5, 2024
Aug 5, 2024
Mar 6, 2023
Aug 5, 2024
Aug 5, 2024
Mar 6, 2023
Aug 5, 2024
Sep 21, 2023
Mar 6, 2023
Aug 5, 2024
Aug 5, 2024
Aug 5, 2024
Mar 8, 2023
Aug 5, 2024
Mar 7, 2023

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