Skip to content

Commit

Permalink
VEOIBD new config testing (#191)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jmvera255 authored Jul 8, 2024
1 parent 331d686 commit 52cfcee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VEOIBD/dca_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand All @@ -22,7 +22,7 @@
"use_annotations": false
},
"model_validate": {
"restrict_rules": true
"restrict_rules": false
},
"model_submit": {
"use_schema_labels": true,
Expand Down

0 comments on commit 52cfcee

Please sign in to comment.