Skip to content

Commit

Permalink
Add Dataset class template
Browse files Browse the repository at this point in the history
  • Loading branch information
anngvu committed Jul 1, 2023
1 parent 7fab44c commit 9009186
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions modules/Template/Template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -566,32 +566,32 @@ classes:
# Other Artifacts
#######################################

# DatasetTemplate:
# is_a: Template
# description: Template that specifies NF portal dataset properties should have for more consistent community-curated datasets.
# notes:
# - This is intended to be compiled to JSON schema and bound to dataset entities, NOT used in DCA.
# slots:
# - id # Synapse id used as accession for citation when no doi
# - doi
# - title
# - creator
# - contributor
# - currentVersion
# - description
# - license
# - dataType
# - studyName
# - studyId
# - manifestation
# - diseaseFocus
# - fundingAgency
# - series
# - publisher
# - yearProcessed
# - yearPublished
# - datasetItemCount
# - datasetSizeInBytes
DatasetTemplate:
is_a: Template
description: Template that specifies NF portal dataset properties should have for more consistent community-curated datasets.it st
notes:
- This is intended to be compiled to JSON schema and bound to dataset entities, NOT used in DCA.
slots:
- id # Synapse id used as accession for citation when no doi
- doi
- title
- creator
- contributor
- currentVersion
- description
- license
- dataType
- studyName
- studyId
- manifestation
- diseaseFocus
- fundingAgency
- series
- publisher
- yearProcessed
- yearPublished
- datasetItemCount
- datasetSizeInBytes

#######################################
# PartialTemplate
Expand Down

0 comments on commit 9009186

Please sign in to comment.