diff options
author | Alexander_Kabui | 2024-10-17 13:26:53 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-10-17 15:02:54 +0300 |
commit | 534c9613c36524f77c4a834ccc61548c7771549e (patch) | |
tree | 96a5496e6804905b974316a2e6797dcaa3d4d2a7 /topics/lmms | |
parent | 57a22e4e3f646dc95ab82df748c7526bd51676fd (diff) | |
download | gn-gemtext-534c9613c36524f77c4a834ccc61548c7771549e.tar.gz |
Refactor subtask to match rqtl api design steps and add status for
each to determine progress.
Diffstat (limited to 'topics/lmms')
-rw-r--r-- | topics/lmms/rqtl2/gn-rqtl-design-implementation.gmi | 12 |
1 files changed, 7 insertions, 5 deletions
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 |