Skip to content

Commit 9188d1f

Browse files
authoredFeb 21, 2024··
docs(readme): smoc-schema -> modo-schema
1 parent b355090 commit 9188d1f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# smoc-schema
1+
# modo-schema
22

33
Metadata schema for the SMOC Multi-Omics Digital Object.
44

@@ -70,17 +70,17 @@ ReferenceGenome ||--}o ReferenceSequence : "has_sequence"
7070

7171
## Website
7272

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

7575
## Repository Structure
7676

7777
* [examples/](examples/) - example data
7878
* [project/](project/) - project files (do not edit these)
7979
* [src/](src/) - source files (edit these)
80-
* [smoc_schema](src/smoc_schema)
81-
* [schema](src/smoc_schema/schema) -- LinkML schema
80+
* [modo_schema](src/modo_schema)
81+
* [schema](src/modo_schema/schema) -- LinkML schema
8282
(edit this)
83-
* [datamodel](src/smoc_schema/datamodel) -- generated
83+
* [datamodel](src/modo_schema/datamodel) -- generated
8484
Python datamodel
8585
* [tests/](tests/) - Python tests
8686

0 commit comments

Comments
 (0)
Please sign in to comment.