Skip to content

Commit b06422a

Browse files
Add quotes around descriptions containing colons (#776)
* Add quotes around descriptions containing colons * Update NF.yaml Add double quotes around descriptions containing colons * Update PortalDataset.yaml Add quotes around externalRepositoryUri description since it contains a colon
1 parent 47f217f commit b06422a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dist/NF.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ slots:
246246
description: A unit associated with the value(s) in compoundDose.
247247
required: true
248248
compoundName:
249-
description: Common name for a compound, e.g. "Selumetinib" (https://pubchem.ncbi.nlm.nih.gov/compound/10127622)
249+
description: "Common name for a compound, e.g. \"Selumetinib\" (https://pubchem.ncbi.nlm.nih.gov/compound/10127622)"
250250
required: true
251251
concentrationMaterial:
252252
description: Numeric value for concentration of the material
@@ -8330,7 +8330,7 @@ classes:
83308330
required: false
83318331
title: doi
83328332
externalRepositoryUri:
8333-
description: Reference to dataset in an external repository using CURIE-style format, e.g. zenodo:12345678.
8333+
description: "Reference to dataset in an external repository using CURIE-style format, e.g. zenodo:12345678."
83348334
range: string
83358335
required: false
83368336
title: External Repository URI

modules/Template/PortalDataset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ classes:
8484
required: false
8585
title: doi
8686
externalRepositoryUri:
87-
description: Reference to dataset in an external repository using CURIE-style format, e.g. zenodo:12345678.
87+
description: "Reference to dataset in an external repository using CURIE-style format, e.g. zenodo:12345678."
8888
range: string
8989
required: false
9090
title: External Repository URI

modules/props.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ slots:
7070
description: A unique identifier (non-PII) that represents the aliquots used for e.g. replicate runs. This is linked to the specimenID.
7171
required: false
7272
externalRepositoryUri:
73-
description: Reference to dataset in an external repository using CURIE-style format. Examples - zenodo:12345678, figshare:12345678, ega.study:EGAS00001003186, dbgap:phs003519.v1.p1, cellxgene.collection:c11009b8-b113-4a99-9890-78b2f9df9d79, cbioportal:schw_ctf_synodos_2025
73+
description: "Reference to dataset in an external repository using CURIE-style format. Examples - zenodo:12345678, figshare:12345678, ega.study:EGAS00001003186, dbgap:phs003519.v1.p1, cellxgene.collection:c11009b8-b113-4a99-9890-78b2f9df9d79, cbioportal:schw_ctf_synodos_2025"
7474
in_subset:
7575
- portal
7676
range: string
@@ -220,7 +220,7 @@ slots:
220220
description: A unit associated with the value(s) in compoundDose.
221221
required: true
222222
compoundName:
223-
description: Common name for a compound, e.g. "Selumetinib" (https://pubchem.ncbi.nlm.nih.gov/compound/10127622)
223+
description: "Common name for a compound, e.g. \"Selumetinib\" (https://pubchem.ncbi.nlm.nih.gov/compound/10127622)"
224224
required: true
225225
concentrationMaterial:
226226
annotations:

0 commit comments

Comments
 (0)