From 425a543c3a265d20b60983e525fdf70108de486b Mon Sep 17 00:00:00 2001 From: Anh Nguyet Vu <32753274+anngvu@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:52:53 -0600 Subject: [PATCH] VEOIBD testing of file annotation templates (#209) * Update VEOIBD dca-template-config.json Signed-off-by: Anh Nguyet Vu <32753274+anngvu@users.noreply.github.com> * Update dca-template-config.json Signed-off-by: Anh Nguyet Vu <32753274+anngvu@users.noreply.github.com> --------- Signed-off-by: Anh Nguyet Vu <32753274+anngvu@users.noreply.github.com> --- VEOIBD/dca-template-config.json | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/VEOIBD/dca-template-config.json b/VEOIBD/dca-template-config.json index 9deb4cb..54d480a 100644 --- a/VEOIBD/dca-template-config.json +++ b/VEOIBD/dca-template-config.json @@ -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": "" -} \ No newline at end of file +}