diff options
author | Frederick Muriuki Muriithi | 2024-07-01 15:04:02 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-07-01 15:04:02 -0500 |
commit | d6a0215905884fc12e0b760f02cb723bac6c7ce6 (patch) | |
tree | 92c8056ed3f36aae2e0aa6dc61dbb2f6d3e7fec4 | |
parent | 8e63950e1b0fd5b02a2f08de98c6b38feb095e05 (diff) | |
download | gn-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.gmi | 7 |
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 |