From 236936ea14d1e4071a15d78eae09833bfb2b764d Mon Sep 17 00:00:00 2001 From: Stuart Owen Date: Wed, 13 Nov 2024 11:49:57 +0000 Subject: [PATCH] include sample type in default index table column definitions #2052 --- lib/seek/index_table_columns.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/seek/index_table_columns.yml b/lib/seek/index_table_columns.yml index 87bfa3d624..2a6b6eec50 100644 --- a/lib/seek/index_table_columns.yml +++ b/lib/seek/index_table_columns.yml @@ -111,3 +111,7 @@ columns: default: [ web_page ] additional_allowed: [ start_date, end_date, topic_annotation_values ] + sample: + required: [ ] + default: [ sample_type ] + additional_allowed: [ ] \ No newline at end of file