Skip to content

Commit

Permalink
refactor: rm study properties from Modo object
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Jan 10, 2024
1 parent 611050e commit f440527
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/smoc_schema/schema/smoc_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,8 @@ classes:
description: >-
Represents the digital object.
It encapsulates omics and other datasets and their metadata.
see_also:
- bioschemas:Study
- FG:Study
- NCIT:C63536
slots:
- start_date
- completion_date
- has_assay
- creation_date
- source_uri

Assay:
Expand Down Expand Up @@ -214,7 +208,7 @@ slots:
range: string
pattern: "^[a-f0-9]{32}$"
source_uri:
description: The URI from which a resource was obtained.
description: The URI from which a resource or dataset was obtained or derived.
range: uri
has_sequence:
is_a: has_part
Expand Down

0 comments on commit f440527

Please sign in to comment.