From 8c26705d095a2987746887d0984e27e07daa7973 Mon Sep 17 00:00:00 2001 From: Anh Nguyet Vu <32753274+anngvu@users.noreply.github.com> Date: Fri, 19 Jul 2024 14:33:08 -0600 Subject: [PATCH] Update NF prod config (#198) * Bump data model, remove legacy param Signed-off-by: Anh Nguyet Vu <32753274+anngvu@users.noreply.github.com> * Match staging in global Signed-off-by: Anh Nguyet Vu <32753274+anngvu@users.noreply.github.com> --------- Signed-off-by: Anh Nguyet Vu <32753274+anngvu@users.noreply.github.com> --- NF-OSI/dca_config.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/NF-OSI/dca_config.json b/NF-OSI/dca_config.json index 259700b..4b6c659 100644 --- a/NF-OSI/dca_config.json +++ b/NF-OSI/dca_config.json @@ -2,9 +2,9 @@ "dcc": { "name": "NF-OSI", "synapse_asset_view": "syn16858331", - "data_model_url": "https://raw.githubusercontent.com/nf-osi/nf-metadata-dictionary/v9.5.0/NF.jsonld", + "data_model_url": "https://raw.githubusercontent.com/nf-osi/nf-metadata-dictionary/v9.6.0/NF.jsonld", "data_model_info": "", - "template_menu_config_file": "https://raw.githubusercontent.com/nf-osi/nf-metadata-dictionary/v9.5.0/dca-template-config.json", + "template_menu_config_file": "https://raw.githubusercontent.com/nf-osi/nf-metadata-dictionary/v9.6.0/dca-template-config.json", "logo_location": "", "logo_link": "", "dcc_help_link": "", @@ -17,6 +17,9 @@ "sidebar_col": "#191919" }, "schematic": { + "global": { + "data_model_labels": "class_label" + }, "manifest_generate": { "output_format": "google_sheet", "use_annotations": true @@ -25,7 +28,6 @@ "restrict_rules": false }, "model_submit": { - "use_schema_labels": true, "table_manipulation": "replace", "manifest_record_type": "table_and_file", "hide_blanks": true,