Skip to content

Commit

Permalink
Merge pull request #10 from linkml/update-desc-readme
Browse files Browse the repository at this point in the history
update description for CMDR data model
  • Loading branch information
sujaypatil96 authored Sep 21, 2023
2 parents ce24a1e + 5f7c12c commit 7618171
Showing 1 changed file with 26 additions and 6 deletions.
32 changes: 26 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,33 @@
# cmdr
# CMDR

Core Model for Data Research (Tentative)
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.

_Currently most influenced by the Include schema, https://github.com/include-dcc/include_linkml_
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.

recommended:
The CMDR data model was inspired by the LinkML [data model](https://github.com/include-dcc/include_linkml) for the INCLUDE project.

- `make test`
- `make test_transform`
## Project Setup

1. Clone *cmdr* project repository

```
$ git clone https://github.com/linkml/cmdr.git
```

2. Create virtual environment and install project dependencies
```
$ make install
```

3. Create downstream schema artifacts, run unit tests, and also validate examples/instance data against schema
```
$ make test
```

4. LinkML transformer mapping between source and target schemas on a class
```
$ make test_transform
```

## Website

Expand Down

0 comments on commit 7618171

Please sign in to comment.