From dc2f29013a897f7abd37bb1c6180a6e071f40375 Mon Sep 17 00:00:00 2001 From: quinnwai Date: Thu, 14 Nov 2024 16:04:10 -0800 Subject: [PATCH] new smmart data config change --- .../sampleCommons/config/cbds/explorer.json | 47 +++++++++++++++++-- 1 file changed, 43 insertions(+), 4 deletions(-) diff --git a/packages/sampleCommons/config/cbds/explorer.json b/packages/sampleCommons/config/cbds/explorer.json index 7585f0ac..a15127be 100644 --- a/packages/sampleCommons/config/cbds/explorer.json +++ b/packages/sampleCommons/config/cbds/explorer.json @@ -33,6 +33,9 @@ }, "collection": { "title": "Collection Concept" + }, + "indexed_collection_date_days": { + "title": "Collection Date" } }, "fields": [ @@ -68,7 +71,7 @@ "Title": "title", "Content_Type": "contentType", "File_Size": "size", - "Md5sum": "md5", + "Md5": "md5", "Source_Path": "source_path", "Date": "date", "Project_Id": "project_id", @@ -172,10 +175,21 @@ "fields": [ "project_id", "contentType", + "platform", + "experimental_strategy", "protocol_library_type", "protocol_library_construction", - "protocol_hybrid_capture_bait_set" - ] + "protocol_hybrid_capture_bait_set", + "securityLabel" + ], + "fieldsConfig": { + "platform": { + "label": "Instrument" + }, + "experimental_strategy": { + "label": "Assay" + } + } } ] }, @@ -193,6 +207,9 @@ "specimen_id", "id", "identifier", + "experimental_strategy", + "securityLabel", + "platform", "protocol_library_type", "product_notes_sequencing_site", "product_notes_sequencer", @@ -202,6 +219,15 @@ "protocol_hybrid_capture_bait_set" ], "columns": { + "platform": { + "title": "Instrument" + }, + "experimental_strategy": { + "title": "Assay" + }, + "source_path": { + "title": "Path" + }, "id": { "title": "View Image", "type": "link", @@ -211,7 +237,20 @@ "params": { "baseURL": "/image-viewer/view" } + }, + "product_notes_sequencing_site": { + "title": "Sequencing Site" + }, + "product_notes_sequencer": { + "title": "Sequencer" + }, + "product_notes_end_type" : { + "title": "End Type" + }, + "product_notes_read_length": { + "title": "Read Length" } + }, "detailsConfig": { "panel": "resourceDetails", @@ -224,7 +263,7 @@ "Title": "title", "Content_Type": "contentType", "File_Size": "size", - "Md5sum": "md5", + "Md5": "md5", "Source_Path": "source_path", "Date": "date", "Project_Id": "project_id",