Skip to content

Commit

Permalink
VEOIBD testing of file annotation templates (#209)
Browse files Browse the repository at this point in the history
* Update VEOIBD dca-template-config.json

Signed-off-by: Anh Nguyet Vu <[email protected]>

* Update dca-template-config.json

Signed-off-by: Anh Nguyet Vu <[email protected]>

---------

Signed-off-by: Anh Nguyet Vu <[email protected]>
  • Loading branch information
anngvu authored Aug 29, 2024
1 parent 52cfcee commit 425a543
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion VEOIBD/dca-template-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,42 @@
"schema_name": "ClinicalMetadataTemplate",
"type": "record"
},
{
"display_name": "Medication History Metadata Template",
"schema_name": "MedicationHistoryMetadataTemplate",
"type": "record"
},
{
"display_name": "Biospecimen Metadata Template",
"schema_name": "BiospecimenMetadataTemplate",
"type": "record"
},
{
"display_name": "Bulk RNAseq Assay Template",
"schema_name": "BulkRNAseqAssayTemplate",
"type": "file"
},
{
"display_name": "scRNAseq Assay Template",
"schema_name": "ScRNAseqAssayTemplate",
"type": "file"
},
{
"display_name": "Bulk RNAseq Raw File Annotations",
"schema_name": "BulkRNAseqRawFileAnnotations",
"type": "file"
},
{
"display_name": "Bulk RNASeq Counts File Annotations",
"schema_name": "BulkRNASeqCountsFileAnnotations",
"type": "file"
},
{
"display_name": "Metadata File Annotations",
"schema_name": "MetadataFileAnnotations",
"type": "file"
}
],
"service_version": "v23.1.1",
"schema_version": ""
}
}

0 comments on commit 425a543

Please sign in to comment.