From 52cfcee5f9b5c0078214db3c8622c2151c659887 Mon Sep 17 00:00:00 2001 From: "Jessica Vera, Ph.D" <56414911+jmvera255@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:43:45 -0500 Subject: [PATCH] VEOIBD new config testing (#191) * test new config for model with new clinical and biospecimen templates * point to testing verison of dca-template-config * disable 'restrict_rules' for model validation --- VEOIBD/dca_config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VEOIBD/dca_config.json b/VEOIBD/dca_config.json index d1f346e..0e53484 100644 --- a/VEOIBD/dca_config.json +++ b/VEOIBD/dca_config.json @@ -4,7 +4,7 @@ "synapse_asset_view": "syn51397378", "data_model_url": "https://raw.githubusercontent.com/VEOIBD/data_models/main/veoibd.data.model.jsonld", "data_model_info": "", - "template_menu_config_file": "https://raw.githubusercontent.com/Sage-Bionetworks/data_curator_config/prod/VEOIBD/dca-template-config.json", + "template_menu_config_file": "https://raw.githubusercontent.com/Sage-Bionetworks/data_curator_config/testing/VEOIBD/dca-template-config.json", "logo_location": "https://raw.githubusercontent.com/Sage-Bionetworks/data_curator_config/prod/VEOIBD/VEOIBD Logo.png", "logo_link": "https://veoibd.org", "dcc_help_link": "", @@ -22,7 +22,7 @@ "use_annotations": false }, "model_validate": { - "restrict_rules": true + "restrict_rules": false }, "model_submit": { "use_schema_labels": true,