Skip to content

Commit

Permalink
VEOIBD testing updates (#233)
Browse files Browse the repository at this point in the history
* Update dca_config.json

still getting a server disconnect error when selecting VEOIBD DCC with the testing instance of DCA. Upon further review I noticed some additional differences btwn the prod/main branch version of dca_config under the schematic parameters. I've changed this version of the file starting at line 18  to match what is in main branch

* add schematic global config

* add link to data dictionary site

* add missing comma

* add dca model_submit params

* replace file_annotations_upload with use_schema_labels

* remove use_schema_labels from model_submit

* fix accidental deletion of table manipulation param
  • Loading branch information
jmvera255 authored Dec 17, 2024
1 parent 2d0247c commit 55cf410
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions VEOIBD/dca_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "VEOIBD",
"synapse_asset_view": "syn51397378",
"data_model_url": "https://raw.githubusercontent.com/VEOIBD/data_models/main/veoibd.data.model.jsonld",
"data_model_info": "",
"data_model_info": "https://veoibd.github.io/data_models/",
"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",
Expand All @@ -17,6 +17,9 @@
"sidebar_col": "#191920"
},
"schematic": {
"global": {
"data_model_labels" : "display_label"
},
"manifest_generate": {
"output_format": "excel",
"use_annotations": false
Expand All @@ -25,8 +28,9 @@
"restrict_rules": false
},
"model_submit": {
"use_schema_labels": true,
"table_column_names": "display_label",
"table_manipulation": "replace",
"annotation_keys": "display_label",
"manifest_record_type": "file_only",
"hide_blanks": false
}
Expand Down

0 comments on commit 55cf410

Please sign in to comment.