summaryrefslogtreecommitdiff
path: root/issues
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-06-26 08:32:28 -0500
committerFrederick Muriuki Muriithi2024-06-26 08:32:28 -0500
commitd376e98b271eea35e8bc493f283de21257f94ae6 (patch)
tree42d8c011c165a1663c42a3ba11ca24366e83bc95 /issues
parent4907e1011658712a0b58b03622c6892f608560bf (diff)
downloadgn-gemtext-d376e98b271eea35e8bc493f283de21257f94ae6.tar.gz
New Issue: gn-uploader - check against genotypes in the database.
Diffstat (limited to 'issues')
-rw-r--r--issues/gn-uploader/check-genotypes-in-database-too.gmi17
1 files changed, 17 insertions, 0 deletions
diff --git a/issues/gn-uploader/check-genotypes-in-database-too.gmi b/issues/gn-uploader/check-genotypes-in-database-too.gmi
new file mode 100644
index 0000000..ee2ac1d
--- /dev/null
+++ b/issues/gn-uploader/check-genotypes-in-database-too.gmi
@@ -0,0 +1,17 @@
+# Check Genotypes in the Database for R/qtl2 Uploads
+
+## Tags
+
+* type: bug
+* assigned: fredm
+* priority: high
+* status: open
+* keywords: gn-uploader, uploader, upload, genotypes, geno
+
+## Description
+
+Currently, the uploader expects that a R/qtl2 bundle be self-contained, i.e. it contains all the genotypes and other data that fully describe the data in that bundle.
+
+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.