From 1adf4fa48b3c7f598143e7c85235bea9d4ee5c85 Mon Sep 17 00:00:00 2001 From: smit684 Date: Thu, 11 Jan 2024 16:20:39 -0800 Subject: [PATCH] resolving comment --- decisions/0009-schema-refactor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decisions/0009-schema-refactor.md b/decisions/0009-schema-refactor.md index 98a7da4..41a7023 100644 --- a/decisions/0009-schema-refactor.md +++ b/decisions/0009-schema-refactor.md @@ -53,7 +53,7 @@ informed: Emiley Eloe-Fadrosh, Shreyas Cholia, Eric Cavanna * `Class:WorkflowExecution` will provide `part_of` with `Range:Class:WorkflowChain`. * This replaces 'used' and will no longer be on `Class:WorkflowExecution`. * Output from `WorkflowExecution` will always have the value `processed_data` in `slot:data_category` of `Class:DataObject`. -* `slot:analyte_category` will be used to inform the type of data that is being generated and can be instantiated on `Class:DataGeneration` and `Class:WorkflowChain`. +* `slot:analyte_category` will be used to inform the type of data that is being generated. This slot can exist on `Class:DataGeneration` and `Class:WorkflowChain`. * `slot:omics_type` will be removed and replaced with `slot:analyte_category` to denote the type of data generated. * `slot:gold_analysis_project_identifiers` and `slot:jgi_analysis_project_identifiers` will be included on `Class:WorkflowChain`.