Skip to content

Commit

Permalink
📝 Document how this related to OMOP (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson authored Oct 3, 2024
1 parent 7ac127a commit 18098d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
env:
GITHUB_EVENT_NAME: ${{ github.event_name }}
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
python: "3.10"
python: "3.11"
- os: ubuntu-latest
python: "3.10"
python: "3.11"
pip-flags: "--pre"
timeout-minutes: 15

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# clinicore: A clinical schema

This schema is focused on the fundamental concepts of clinical data models.
This schema focuses on key clinical data concepts, including patients, treatments, biosamples, and clinical trials with associated artifacts.
In contrast, the related [OMOP](https://github.com/laminlabs/omop) schema is based on the OMOP Common Data Model, which standardizes patient-level observational data.

## Contributing

Expand Down

0 comments on commit 18098d7

Please sign in to comment.