Skip to content

Commit eb00a6b

Browse files
Added the same fields that were added to RNASeqTemplate to scRNASeqTemplate in Data.yml (#523)
* Added the same fields that were added to RNASeqTemplate to scRNASeqTemplate in Data.yml * Rebuild NF.jsonld, json --------- Co-authored-by: nf-osi[bot] <[email protected]>
1 parent b8d4f20 commit eb00a6b

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

NF.jsonld

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34677,6 +34677,18 @@
3467734677
},
3467834678
{
3467934679
"@id": "bts:AuxiliaryAsset"
34680+
},
34681+
{
34682+
"@id": "bts:GenePerturbed"
34683+
},
34684+
{
34685+
"@id": "bts:GenePerturbationType"
34686+
},
34687+
{
34688+
"@id": "bts:GenePerturbationTechnology"
34689+
},
34690+
{
34691+
"@id": "bts:ExperimentalCondition"
3468034692
}
3468134693
],
3468234694
"sms:validationRules": []

modules/Template/Data.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@ classes:
192192
is_a: ScSequencingAssayTemplate
193193
description: Template for describing raw data from single-cell RNA-seq.
194194
slots:
195+
- genePerturbed
196+
- genePerturbationType
197+
- genePerturbationTechnology
198+
- experimentalCondition
195199
annotations:
196200
requiresComponent: ''
197201
required: false

0 commit comments

Comments
 (0)