diff options
author | Alexander_Kabui | 2022-09-05 20:08:20 +0300 |
---|---|---|
committer | Alexander_Kabui | 2022-09-05 20:08:20 +0300 |
commit | 93cfcd34d73be3c4ab6811b11d9703e7ac091d1b (patch) | |
tree | eb25dfda7d42acc03b039eefdbaa4510591354e2 /issues/gemma | |
parent | 47b0a949735cbf776b276db08a7e497cdefbfb72 (diff) | |
parent | f52cfbb325ad28cd743ea94b83859977f0063230 (diff) | |
download | gn-gemtext-93cfcd34d73be3c4ab6811b11d9703e7ac091d1b.tar.gz |
Merge branch 'main' of https://github.com/genenetwork/gn-gemtext-threads into main
Diffstat (limited to 'issues/gemma')
-rw-r--r-- | issues/gemma/report-missing-genotype-file.gmi | 3 |
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. |