Skip to content

Commit

Permalink
Add NF-OSI test DCC to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
afwillia committed May 2, 2024
1 parent 1c31bf7 commit 23ab2cc
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions test/test_dcc_nf_osi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"dcc": {
"name": "NF-OSI Test",
"synapse_asset_view": "syn58911847",
"data_model_url": "https://raw.githubusercontent.com/nf-osi/nf-metadata-dictionary/v9.3.0/NF.jsonld",
"data_model_info": "",
"template_menu_config_file": "https://raw.githubusercontent.com/nf-osi/nf-metadata-dictionary/v9.3.0/dca-template-config.json",
"logo_location": "",
"logo_link": "",
"dcc_help_link": "",
"portal_help_link": ""
},
"dca": {
"use_compliance_dashboard": false,
"primary_col": "#2a668d",
"secondary_col": "#184e71",
"sidebar_col": "#191919"
},
"schematic": {
"manifest_generate": {
"output_format": "google_sheet",
"use_annotations": true
},
"model_validate": {
"restrict_rules": false
},
"model_submit": {
"use_schema_labels": true,
"table_manipulation": "replace",
"manifest_record_type": "table_and_file",
"hide_blanks": true,
"table_column_names":"display_label",
"annotation_keys": "display_label"
}
}
}

0 comments on commit 23ab2cc

Please sign in to comment.