Skip to content

Commit

Permalink
VEOIBD config mods to try and resolve DCA internal server error (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmvera255 authored May 30, 2024
1 parent c8cccba commit 6d417a5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions VEOIBD/dca-template-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"schema_name": "ClinicalMetadataTemplate",
"type": "record"
},
{
"display_name": "Medication History Metadata Template",
"schema_name": "MedicationHistoryMetadataTemplate",
"type": "record"
},
{
"display_name": "Biospecimen Metadata Template",
"schema_name": "BiospecimenMetadataTemplate",
Expand Down
5 changes: 4 additions & 1 deletion VEOIBD/dca_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"sidebar_col": "#191920"
},
"schematic": {
"global": {
"data_model_labels": "class_label"
},
"manifest_generate": {
"output_format": "excel",
"use_annotations": false
Expand All @@ -26,7 +29,7 @@
},
"model_submit": {
"use_schema_labels": true,
"table_manipulation": "upsert",
"table_manipulation": "replace",
"manifest_record_type": "file_only",
"hide_blanks": false
}
Expand Down

0 comments on commit 6d417a5

Please sign in to comment.