From b81186fc03069a2ececb309f2130b29a768ead4a Mon Sep 17 00:00:00 2001 From: Adam Taylor Date: Thu, 6 Jun 2024 12:46:50 +0100 Subject: [PATCH] Add microarray to config --- dca-template-config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dca-template-config.json b/dca-template-config.json index 1ce2bd6f..f75a8d8a 100644 --- a/dca-template-config.json +++ b/dca-template-config.json @@ -170,6 +170,16 @@ "schema_name": "MassSpectrometryLevel4", "type": "file" }, + { + "display_name": "Microarray Level 1", + "schema_name": "MicroarrayLevel1", + "type": "file" + }, + { + "display_name": "Microarray Level 2", + "schema_name": "MicroarrayLevel2", + "type": "file" + }, { "display_name": "Multiplexed CITE-seq Level 1", "schema_name": "MultiplexedCITE-seqLevel1",