Skip to content

Commit

Permalink
add upload file annotations param to model_submit()
Browse files Browse the repository at this point in the history
  • Loading branch information
lakikowolfe committed Apr 9, 2024
1 parent f89512e commit c35170b
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/smoke_test_dca_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"use_schema_labels": true,
"table_manipulation": "replace",
"manifest_record_type": "table_and_file",
"hide_blanks": false
"hide_blanks": false,
"upload_file_annotations":true
}
}
}
35 changes: 35 additions & 0 deletions test/test_submit_upload_file_annotations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"dcc": {
"name":"DCA Test Submit Upload File Annotation",
"synapse_asset_view":"syn55407979",
"data_model_url":"https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld",
"data_model_info": "",
"template_menu_config_file":"https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/dca-template-config.json",
"logo_location":"dcc/demo/Logo_Sage_Logomark.png",
"logo_link":"https://synapse.org",
"dcc_help_link": "",
"portal_help_link": ""
},
"dca": {
"use_compliance_dashboard":true,
"primary_col":"#2a668d",
"secondary_col":"#184e71",
"sidebar_col":"#191919"
},
"schematic": {
"manifest_generate": {
"output_format":"google_sheet",
"use_annotations":false
},
"model_validate": {
"restrict_rules":false
},
"model_submit": {
"use_schema_labels":true,
"table_manipulation":"replace",
"manifest_record_type":"table_and_file",
"hide_blanks":false,
"upload_file_annotations":false
}
}
}

0 comments on commit c35170b

Please sign in to comment.