summaryrefslogtreecommitdiff
path: root/issues/gnqc-py
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-02-27 05:07:41 +0300
committerFrederick Muriuki Muriithi2024-02-27 05:07:41 +0300
commitf77b169c09be92014dcfea49d427268381fe12e5 (patch)
tree6a73659cb645b13c1ac409dcb7b124ba0165b69a /issues/gnqc-py
parent15930e2d90894026083a8b21d2fef88562188a7a (diff)
downloadgn-gemtext-f77b169c09be92014dcfea49d427268381fe12e5.tar.gz
Update issues, closing some that are complete.
Diffstat (limited to 'issues/gnqc-py')
-rw-r--r--issues/gnqc-py/rework-tests-remove-redis-as-test-dependency.gmi15
-rw-r--r--issues/gnqc-py/upload-strains.gmi23
2 files changed, 0 insertions, 38 deletions
diff --git a/issues/gnqc-py/rework-tests-remove-redis-as-test-dependency.gmi b/issues/gnqc-py/rework-tests-remove-redis-as-test-dependency.gmi
deleted file mode 100644
index c4ee5e8..0000000
--- a/issues/gnqc-py/rework-tests-remove-redis-as-test-dependency.gmi
+++ /dev/null
@@ -1,15 +0,0 @@
-# Rework Test: Remove redis as Test Dependency
-
-## Tags
-
-* assigned: fred, fredm
-* status: open
-* priority: medium
-* keywords: gnqc-py, tests
-* type: improvement
-
-## Description
-
-Some tests depend on a running redis instance to work.
-
-Either move these to an integration tests harness, to be run after the system has run the unit tests and has been deployed, or remove them completely from the system.
diff --git a/issues/gnqc-py/upload-strains.gmi b/issues/gnqc-py/upload-strains.gmi
deleted file mode 100644
index 4815a06..0000000
--- a/issues/gnqc-py/upload-strains.gmi
+++ /dev/null
@@ -1,23 +0,0 @@
-# Upload Strains
-
-## Tags
-
-* status: closed, completed
-* 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
-
-* [x] UI to select species
-* [x] UI to select or create a grouping for the strains (think InbredSet)
-* [x] UI to select the CSV file with the strains data
-* [x] UI to select the way to interprete the CSV file
-* [x] Code to insert the new strains, into the database