Skip to content

Commit

Permalink
Update MC2 config to match schematic 24.2.1 requirements (Sage-Bionet…
Browse files Browse the repository at this point in the history
…works#158)

* Config updates

* Delete dca-template-config.json

Moved to https://github.com/mc2-center/data-models/blob/data-models-dev/dca_config/dca-template-config.json, per data-models issue Sage-Bionetworks#42 https://github.com/orgs/mc2-center/projects/4/views/1?pane=issue&itemId=49063916

* Update dca_config.json

Removed old entries in preparation for data model and template config URLs associated with newest data model release

* Removed old templates

Clearing out old templates - to be replaced by new templates, built from newest data model release (output from data-model release workflow)

* Update dca_config.json

Update URLs for raw data model and template config following MC2 data model release 4.1.0

* Update templates

Adds regenerated templates, based on MC2 data model v4.1.0

* Update dca_config.json

v5.1.1 updates

* Add link to initial version of data model docs

* Add rebuilt templates from model v5.1.1

* Update config for use with schematic 24.2.1

Add "global" setting "data_model_labels": "class_label"

Add "table_column_names": "display_name" to "model_submit"

Add "annotation_keys": "class_label" to "model_submit"

Remove "use_schema_labels" from "model_submit"

Change "output_format" from "excel" to "google_sheets", under "manifest_generate" options

* Remove "s" from "google_sheets"

---------

Co-authored-by: aditigopalan <63365451+aditigopalan@users.noreply.github.com>
  • Loading branch information
Bankso and aditigopalan authored Mar 5, 2024
1 parent 0063485 commit 291a525
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions MC2/dca_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,19 @@
"sidebar_col": "#191919"
},
"schematic": {
"global": {
"data_model_labels": "class_label"
},
"manifest_generate": {
"output_format": "excel",
"output_format": "google_sheet",
"use_annotations": false
},
"model_validate": {
"restrict_rules": false
},
"model_submit": {
"use_schema_labels": false,
"table_column_names": "display_name",
"annotation_keys": "class_label",
"table_manipulation": "upsert",
"manifest_record_type": "table_and_file",
"hide_blanks": false
Expand Down

0 comments on commit 291a525

Please sign in to comment.