Skip to content

Commit

Permalink
Update schema readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 committed Oct 3, 2024
1 parent 02eb62e commit 1a2480c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@
- Create separate schema files for each logical schema class and `import` into the root `schemas.yaml` file.
- Generated markdown from schemas:
```shell
gen-doc schema/src/schemas.yml --directory schema/generated --diagram-type er_diagram
gen-doc schema/src/schemas.yaml --directory schema/generated --diagram-type er_diagram
```
- Generate linkml enums for taxonomy terms:
```shell
python populateSemanticEnums.py
```

0 comments on commit 1a2480c

Please sign in to comment.