diff --git a/VEOIBD/dca-template-config.json b/VEOIBD/dca-template-config.json index 0b14089..9deb4cb 100644 --- a/VEOIBD/dca-template-config.json +++ b/VEOIBD/dca-template-config.json @@ -9,31 +9,6 @@ "display_name": "Biospecimen Metadata Template", "schema_name": "BiospecimenMetadataTemplate", "type": "record" - }, - { - "display_name": "Bulk RNAseq Assay Template", - "schema_name": "BulkRNAseqAssayTemplate", - "type": "record" - }, - { - "display_name": "scRNAseq Assay Template", - "schema_name": "ScRNAseqAssayTemplate", - "type": "record" - }, - { - "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", diff --git a/VEOIBD/dca_config.json b/VEOIBD/dca_config.json index 70e8b4b..d1f346e 100644 --- a/VEOIBD/dca_config.json +++ b/VEOIBD/dca_config.json @@ -26,7 +26,7 @@ }, "model_submit": { "use_schema_labels": true, - "table_manipulation": "upsert", + "table_manipulation": "replace", "manifest_record_type": "file_only", "hide_blanks": false }