Skip to content

Commit

Permalink
Update NF prod (#162)
Browse files Browse the repository at this point in the history
* Update model_submit in NF-OSI dca_config.json

Signed-off-by: Anh Nguyet Vu <[email protected]>

* Update version for data model and templates

---------

Signed-off-by: Anh Nguyet Vu <[email protected]>
  • Loading branch information
anngvu authored Mar 8, 2024
1 parent c10681c commit 2bce0ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 29 deletions.
26 changes: 0 additions & 26 deletions NF-OSI/dca-template-config.json

This file was deleted.

8 changes: 5 additions & 3 deletions NF-OSI/dca_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"dcc": {
"name": "NF-OSI",
"synapse_asset_view": "syn16858331",
"data_model_url": "https://raw.githubusercontent.com/nf-osi/nf-metadata-dictionary/v8.2.1/NF.jsonld",
"data_model_url": "https://raw.githubusercontent.com/nf-osi/nf-metadata-dictionary/v9.1.0/NF.jsonld",
"data_model_info": "",
"template_menu_config_file": "https://raw.githubusercontent.com/Sage-Bionetworks/data_curator_config/prod/NF-OSI/dca-template-config.json",
"template_menu_config_file": "https://raw.githubusercontent.com/nf-osi/nf-metadata-dictionary/v9.1.0/dca-template-config.json",
"logo_location": "",
"logo_link": "",
"dcc_help_link": "",
Expand All @@ -28,7 +28,9 @@
"use_schema_labels": true,
"table_manipulation": "replace",
"manifest_record_type": "table_and_file",
"hide_blanks": true
"hide_blanks": true,
"table_column_names":"display_label",
"annotation_keys": "display_label"
}
}
}

0 comments on commit 2bce0ed

Please sign in to comment.