Skip to content

Commit

Permalink
add new AMP AIM DCA instance to staging (#237)
Browse files Browse the repository at this point in the history
* initial commit of AMP AIM DCA staging config

* revise model_submit param
  • Loading branch information
jmvera255 authored Jan 6, 2025
1 parent 97b71ba commit d2d636d
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions AMP-AIM/dca_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"dcc": {
"name": "AMP AIM",
"synapse_asset_view": "syn64332440",
"data_model_url": "https://raw.githubusercontent.com/AMP-AIM/data_models/refs/heads/main/ampaim.model.jsonld",
"data_model_info": "",
"template_menu_config_file": "https://raw.githubusercontent.com/AMP-AIM/data_models/refs/heads/main/dca-template-config.json",
"logo_location": "",
"logo_link": "",
"dcc_help_link": "https://dca-docs.scrollhelp.site/DCA/Working-version/Project-Agnostic/",
"portal_help_link": "https://www.synapse.org/Synapse:syn57431202/wiki/630411"
},
"dca": {
"use_compliance_dashboard": false,
"primary_col": "#2a668d",
"secondary_col": "#184e72",
"sidebar_col": "#191920"
},
"schematic": {
"global": {
"data_model_labels" : "class_label"
},
"manifest_generate": {
"output_format": "excel",
"use_annotations": false
},
"model_validate": {
"restrict_rules": false,
"enable_cross_manifest_validation": false
},
"model_submit": {
"table_column_names": "display_name",
"table_manipulation": "replace",
"annotation_keys": "display_label",
"manifest_record_type": "file_only",
"hide_blanks": false,
"file_annotations_upload": true
}
}
}

0 comments on commit d2d636d

Please sign in to comment.