From 534c9613c36524f77c4a834ccc61548c7771549e Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Thu, 17 Oct 2024 13:26:53 +0300 Subject: Refactor subtask to match rqtl api design steps and add status for each to determine progress. --- topics/lmms/rqtl2/gn-rqtl-design-implementation.gmi | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'topics') diff --git a/topics/lmms/rqtl2/gn-rqtl-design-implementation.gmi b/topics/lmms/rqtl2/gn-rqtl-design-implementation.gmi index a9ea520..5a88cdc 100644 --- a/topics/lmms/rqtl2/gn-rqtl-design-implementation.gmi +++ b/topics/lmms/rqtl2/gn-rqtl-design-implementation.gmi @@ -71,11 +71,13 @@ In this step, we need to retrieve the results outputted from the script in a spe **Subtasks:** -- [ ] Rewrite the RQTL API endpoints -- [ ] add validation and preprocessing for data submitted from the -- [ ] Processing output from the external script -- [ ] Add unit tests for this module -- [ ] Implement better error handling for the API +- [ ] add the rqtl api endpoint (10%) +- [ ] Input Data validation (15%) +- [ ] Input data processing (20%) +- [ ] Passing data to r-script for the computation (40%) +- [ ] output data processing (80%) + -[ ] add unittests for this module (100%) + ### Monitoring system for the rqtl script -- cgit v1.2.3