Skip to content

Commit

Permalink
Restore HTAN 2 pointing to correct asset view (#224)
Browse files Browse the repository at this point in the history
* Restore HTAN 2 pointing to correct asset view

Signed-off-by: Adam Taylor <[email protected]>

* Update dca_config.json

* Update dca_config.json

* Update dca_config.json

---------

Signed-off-by: Adam Taylor <[email protected]>
  • Loading branch information
adamjtaylor authored Oct 22, 2024
1 parent 890d565 commit 80c4469
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HTAN/dca_config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dcc": {
"name": "HTAN All Projects",
"name": "HTAN Phase 1 All Projects",
"synapse_asset_view": "syn20446927",
"data_model_url": "https://raw.githubusercontent.com/ncihtan/data-models/v24.9.1/HTAN.model.jsonld",
"data_model_info": "",
Expand Down
4 changes: 2 additions & 2 deletions HTAN2/dca_config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dcc": {
"name": "HTAN All Projects",
"synapse_asset_view": "syn20446927",
"name": "HTAN Phase 2 All Projects",
"synapse_asset_view": "syn63714258",
"data_model_url": "https://raw.githubusercontent.com/ncihtan/data-models/v24.9.1/HTAN.model.jsonld",
"data_model_info": "",
"template_menu_config_file": "https://raw.githubusercontent.com/ncihtan/data-models/v24.9.1/dca-template-config.json",
Expand Down
5 changes: 5 additions & 0 deletions tenants.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
"name":"DCA Demo Upsert",
"synapse_asset_view":"syn51489635",
"config_location":"demo_upsert/dca_config.json"
},
{
"name":"HTAN Phase 2 All Projects",
"synapse_asset_view":"syn63714258",
"config_location":"HTAN2/dca_config.json"
}
]
}

0 comments on commit 80c4469

Please sign in to comment.