summaryrefslogtreecommitdiff
path: root/issues/gemma
diff options
context:
space:
mode:
authorArun Isaac2022-08-20 15:23:54 +0530
committerArun Isaac2022-08-20 15:23:54 +0530
commita820a04565a6822d4a6239963d164c3b0e40a259 (patch)
tree3bcb780187d76fb7817cc627c0e24b86b299af61 /issues/gemma
parent5387418a09e86f83290a26453af353e0da27531f (diff)
downloadgn-gemtext-a820a04565a6822d4a6239963d164c3b0e40a259.tar.gz
GEMMA should report missing genotype file.
Diffstat (limited to 'issues/gemma')
-rw-r--r--issues/gemma/report-missing-genotype-file.gmi3
1 files changed, 3 insertions, 0 deletions
diff --git a/issues/gemma/report-missing-genotype-file.gmi b/issues/gemma/report-missing-genotype-file.gmi
new file mode 100644
index 0000000..a801d70
--- /dev/null
+++ b/issues/gemma/report-missing-genotype-file.gmi
@@ -0,0 +1,3 @@
+# GEMMA should report name of missing genotype file
+
+When genenetwork is unable to find a genotype file that GEMMA needs, it should report the name of the missing file in the error message. The correct way to do this is it raise a FileNotFoundError lower down close to the GEMMA call, and handle it higher up close to the web UI.