Skip to content

Commit

Permalink
Merge pull request #216 from include-dcc/PL_2024-11-25
Browse files Browse the repository at this point in the history
update isHarmonized, add datasetManifestLocation to Dataset
  • Loading branch information
lopierra authored Dec 3, 2024
2 parents 2ab712e + 3151f83 commit acc27d0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/linkml/include_study.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ classes:
- otherRepository
- otherAccessAuthority
- isHarmonized
- datasetManifestLocation
slot_usage:
dataCategory:
description: General category of data in Dataset; pipe-separated if multiple
Expand Down Expand Up @@ -340,9 +341,14 @@ slots:
range: string
isHarmonized:
definition_uri: include:isHarmonized
description: For omics datasets, is this Dataset already harmonized and available in the INCLUDE Data Hub?
title: Is Harmonized?
description: All of the elements in this Dataset are harmonized and available in the INCLUDE Data Hub
title: Is Harmonized
range: boolean
datasetManifestLocation:
definition_uri: include:datasetManifestLocation
description: Location of associated Dataset Manifest
title: Dataset Manifest Location
range: string

enums:
enum_program:
Expand Down

0 comments on commit acc27d0

Please sign in to comment.