summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-07-01 15:04:02 -0500
committerFrederick Muriuki Muriithi2024-07-01 15:04:02 -0500
commitd6a0215905884fc12e0b760f02cb723bac6c7ce6 (patch)
tree92c8056ed3f36aae2e0aa6dc61dbb2f6d3e7fec4
parent8e63950e1b0fd5b02a2f08de98c6b38feb095e05 (diff)
downloadgn-gemtext-d6a0215905884fc12e0b760f02cb723bac6c7ce6.tar.gz
gn-uploader: check samples in db: fixed
Close issue as fixed.
-rw-r--r--issues/gn-uploader/check-genotypes-in-database-too.gmi7
1 files changed, 6 insertions, 1 deletions
diff --git a/issues/gn-uploader/check-genotypes-in-database-too.gmi b/issues/gn-uploader/check-genotypes-in-database-too.gmi
index ee2ac1d..4e034b7 100644
--- a/issues/gn-uploader/check-genotypes-in-database-too.gmi
+++ b/issues/gn-uploader/check-genotypes-in-database-too.gmi
@@ -5,7 +5,7 @@
* type: bug
* assigned: fredm
* priority: high
-* status: open
+* status: closed, completed, fixed
* keywords: gn-uploader, uploader, upload, genotypes, geno
## Description
@@ -15,3 +15,8 @@ Currently, the uploader expects that a R/qtl2 bundle be self-contained, i.e. it
This is unnecessary, in a lot of situations, seeing as Genenetwork might already have the appropriate genotypes already in its database.
This issue tracks the implementation for the check of the genotypes against both the genotypes provided in the bundle, and those already in the database.
+
+### Updates
+
+Fixed in
+=> https://git.genenetwork.org/gn-uploader/commit/?id=0e74a1589db9f367cdbc3dce232b1b6168e3aca1 this commit