Skip to content

Commit

Permalink
add AMP AIM DCA instance to production (#238)
Browse files Browse the repository at this point in the history
* add AMP-AIM DCA instance to prod branch

* replace with prod branch version, add AMP AIM

* add missing comma, resolve failed validation check
  • Loading branch information
jmvera255 authored Jan 8, 2025
1 parent 21dc0d5 commit d7a3e6c
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
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
}
}
}
7 changes: 6 additions & 1 deletion tenants.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
"name":"HTAN Phase 2 All Projects",
"synapse_asset_view":"syn63714258",
"config_location":"HTAN2/dca_config.json"
},
{
"name":"AMP AIM",
"synapse_asset_view":"syn64332440",
"config_location":"AMP-AIM/dca_config.json"
}
]
}
}

0 comments on commit d7a3e6c

Please sign in to comment.