diff --git a/VEOIBD/dca-template-config.json b/VEOIBD/dca-template-config.json index 0b14089..8235f1b 100644 --- a/VEOIBD/dca-template-config.json +++ b/VEOIBD/dca-template-config.json @@ -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", diff --git a/VEOIBD/dca_config.json b/VEOIBD/dca_config.json index 70e8b4b..4574b76 100644 --- a/VEOIBD/dca_config.json +++ b/VEOIBD/dca_config.json @@ -17,6 +17,9 @@ "sidebar_col": "#191920" }, "schematic": { + "global": { + "data_model_labels": "class_label" + }, "manifest_generate": { "output_format": "excel", "use_annotations": false @@ -26,7 +29,7 @@ }, "model_submit": { "use_schema_labels": true, - "table_manipulation": "upsert", + "table_manipulation": "replace", "manifest_record_type": "file_only", "hide_blanks": false }