Skip to content

Commit

Permalink
new smmart data config change
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnwai committed Nov 15, 2024
1 parent f9b12d3 commit dc2f290
Showing 1 changed file with 43 additions and 4 deletions.
47 changes: 43 additions & 4 deletions packages/sampleCommons/config/cbds/explorer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
},
"collection": {
"title": "Collection Concept"
},
"indexed_collection_date_days": {
"title": "Collection Date"
}
},
"fields": [
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
}
}
]
},
Expand All @@ -193,6 +207,9 @@
"specimen_id",
"id",
"identifier",
"experimental_strategy",
"securityLabel",
"platform",
"protocol_library_type",
"product_notes_sequencing_site",
"product_notes_sequencer",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit dc2f290

Please sign in to comment.