Skip to content

Commit

Permalink
Testing mods to VEOIBD DCA (#228)
Browse files Browse the repository at this point in the history
* test new config for model with new clinical and biospecimen templates

* point to testing verison of dca-template-config

* disable 'restrict_rules' for model validation

* remove templates that have been removed from the model

* add dcc and portal help links
  • Loading branch information
jmvera255 authored Dec 3, 2024
1 parent 092b277 commit 8e6def8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
25 changes: 0 additions & 25 deletions VEOIBD/dca-template-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,6 @@
"schema_name": "BiospecimenMetadataTemplate",
"type": "record"
},
{
"display_name": "Bulk RNAseq Assay Template",
"schema_name": "BulkRNAseqAssayTemplate",
"type": "file"
},
{
"display_name": "scRNASeq Assay Template",
"schema_name": "ScRNASeqAssayTemplate",
"type": "file"
},
{
"display_name": "Bulk RNAseq Raw File Annotations",
"schema_name": "BulkRNAseqRawFileAnnotations",
"type": "file"
},
{
"display_name": "Bulk RNASeq Counts File Annotations",
"schema_name": "BulkRNASeqCountsFileAnnotations",
"type": "file"
},
{
"display_name": "Metadata File Annotations",
"schema_name": "MetadataFileAnnotations",
"type": "file"
}
],
"service_version": "v23.1.1",
"schema_version": ""
Expand Down
4 changes: 2 additions & 2 deletions VEOIBD/dca_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"template_menu_config_file": "https://raw.githubusercontent.com/Sage-Bionetworks/data_curator_config/testing/VEOIBD/dca-template-config.json",
"logo_location": "https://raw.githubusercontent.com/Sage-Bionetworks/data_curator_config/prod/VEOIBD/VEOIBD Logo.png",
"logo_link": "https://veoibd.org",
"dcc_help_link": "",
"portal_help_link": ""
"dcc_help_link": "https://dca-docs.scrollhelp.site/DCA/Working-version/VEOIBD/?l=en",
"portal_help_link": "https://www.synapse.org/Synapse:syn29377188/wiki/619107"
},
"dca": {
"use_compliance_dashboard": false,
Expand Down

0 comments on commit 8e6def8

Please sign in to comment.