Skip to content

Commit

Permalink
docs(readme): smoc-schema -> modo-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret authored Feb 21, 2024
1 parent b355090 commit 9188d1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# smoc-schema
# modo-schema

Metadata schema for the SMOC Multi-Omics Digital Object.

Expand Down Expand Up @@ -70,17 +70,17 @@ ReferenceGenome ||--}o ReferenceSequence : "has_sequence"

## Website

[https://sdsc-ordes.github.io/smoc-schema](https://sdsc-ordes.github.io/smoc-schema)
[https://sdsc-ordes.github.io/modo-schema](https://sdsc-ordes.github.io/modo-schema)

## Repository Structure

* [examples/](examples/) - example data
* [project/](project/) - project files (do not edit these)
* [src/](src/) - source files (edit these)
* [smoc_schema](src/smoc_schema)
* [schema](src/smoc_schema/schema) -- LinkML schema
* [modo_schema](src/modo_schema)
* [schema](src/modo_schema/schema) -- LinkML schema
(edit this)
* [datamodel](src/smoc_schema/datamodel) -- generated
* [datamodel](src/modo_schema/datamodel) -- generated
Python datamodel
* [tests/](tests/) - Python tests

Expand Down

0 comments on commit 9188d1f

Please sign in to comment.