From 540abd622765bb296b95e065c72a919f3324e38c Mon Sep 17 00:00:00 2001 From: Anh Nguyet Vu <32753274+anngvu@users.noreply.github.com> Date: Thu, 27 Jul 2023 17:41:19 -0600 Subject: [PATCH] Remove dev templates from staging --- www/config.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/www/config.json b/www/config.json index a65241b0..1df06733 100644 --- a/www/config.json +++ b/www/config.json @@ -5,9 +5,7 @@ {"display_name": "scRNA-seq Level 1 (Raw Fastq Data)", "schema_name": "ScRNA-seqLevel1", "type": "file"}, {"display_name": "scRNA-seq Level 2 (Aligned Reads Data)", "schema_name": "ScRNA-seqLevel2", "type": "file"}, {"display_name": "scRNA-seq Level 3 (Summarized Expression Data)", "schema_name": "ScRNA-seqLevel3", "type": "file"}, - {"display_name": "scRNA-seq Level 4", "schema_name": "ScRNA-seqLevel4", "type": "file"}, - {"display_name": "Cohort Core", "schema_name": "CohortCore", "type": "clinical"}, - {"display_name": "Cohort Core RFC", "schema_name": "Cohort Core RFC", "type": "clinical"} + {"display_name": "scRNA-seq Level 4", "schema_name": "ScRNA-seqLevel4", "type": "file"} ], "community": "Gray Foundation", "schema": "v1.1.0",