From 688024683cfabed0ba95f42e660f79c7adee3ea3 Mon Sep 17 00:00:00 2001 From: "Stephanie M. Gogarten" Date: Fri, 13 Jun 2025 16:49:33 -0700 Subject: [PATCH] add conditional requirement for prep_targets_detail --- GREGoR_data_model.json | 1 + 1 file changed, 1 insertion(+) diff --git a/GREGoR_data_model.json b/GREGoR_data_model.json index 079d9f1..9e30e6b 100644 --- a/GREGoR_data_model.json +++ b/GREGoR_data_model.json @@ -1113,6 +1113,7 @@ }, { "column": "prep_targets_detail", + "required": "CONDITIONAL (library_prep_type = custom)", "description": "depletion kit or list of depletion targets used", "data_type": "string", "multi_value_delimiter": "|",