diff options
author | Frederick Muriuki Muriithi | 2023-12-06 08:28:58 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-12-06 08:28:58 +0300 |
commit | 7a7a4817df4f5eee55ee8c50da145f731c3c1bef (patch) | |
tree | 4ef8f74fd0af94e705daff8f2e0580963f498368 /issues/gnqc-py/upload-strains.gmi | |
parent | 53a8bfcaf4fa52d232a78b8e1ad250635508b4ac (diff) | |
download | gn-gemtext-7a7a4817df4f5eee55ee8c50da145f731c3c1bef.tar.gz |
New Issue: Upload Strains.
Diffstat (limited to 'issues/gnqc-py/upload-strains.gmi')
-rw-r--r-- | issues/gnqc-py/upload-strains.gmi | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/issues/gnqc-py/upload-strains.gmi b/issues/gnqc-py/upload-strains.gmi new file mode 100644 index 0000000..63a8a43 --- /dev/null +++ b/issues/gnqc-py/upload-strains.gmi @@ -0,0 +1,23 @@ +# Upload Strains + +## Tags + +* status: open +* assigned: fredm, zachs, zsloan, acenteno +* priority: high +* type: feature-request +* keywords: QC, quality control, strains + +## Description + +Currently, the uploader simply fails when it encounters unknown strains in the files being uploaded. + +This issue will track the implementation of a system to allow the upload of strains, and the grouping of said strains into populations/tissue etc. + +## TODO + +- [ ] UI to select species +- [ ] UI to select or create a grouping for the strains (think InbredSet) +- [ ] UI to select the CSV file with the strains data +- [ ] UI to select the way to interprete the CSV file +- [ ] Code to insert the new strains, into the database |