diff options
author | Arun Isaac | 2022-09-19 13:17:55 +0530 |
---|---|---|
committer | Arun Isaac | 2022-09-19 13:17:55 +0530 |
commit | 471a4d6d5247128ee393955a40e1de6e06fb1f84 (patch) | |
tree | 998f89476558f05dc063db5c4e9467bc4001ff00 /issues/gemma | |
parent | cc62775ecc0c46d971d283bcf0f39847f0c20a7f (diff) | |
download | gn-gemtext-471a4d6d5247128ee393955a40e1de6e06fb1f84.tar.gz |
Close gemma report missing genotype file issue.
Diffstat (limited to 'issues/gemma')
-rw-r--r-- | issues/gemma/report-missing-genotype-file.gmi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/issues/gemma/report-missing-genotype-file.gmi b/issues/gemma/report-missing-genotype-file.gmi index a801d70..bd08712 100644 --- a/issues/gemma/report-missing-genotype-file.gmi +++ b/issues/gemma/report-missing-genotype-file.gmi @@ -1,3 +1,7 @@ # 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. + +## Resolution + +* closed |