diff options
author | Arun Isaac | 2022-07-06 17:51:35 +0530 |
---|---|---|
committer | Arun Isaac | 2022-07-06 17:51:35 +0530 |
commit | 0e9f9663421ccb76a954a64444a2dd1277be0110 (patch) | |
tree | 169858a2d8b7b4b1053e4eb704be64220c8cd266 | |
parent | ef2babcd97676ad4d8512b53152c79bbcb6c68b4 (diff) | |
download | gn-gemtext-0e9f9663421ccb76a954a64444a2dd1277be0110.tar.gz |
Add tests for genodb issue.
-rw-r--r-- | issues/tests-for-genodb.gmi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/issues/tests-for-genodb.gmi b/issues/tests-for-genodb.gmi new file mode 100644 index 0000000..e4398d2 --- /dev/null +++ b/issues/tests-for-genodb.gmi @@ -0,0 +1,10 @@ +# Tests for the genodb genotype database + +Write tests for the genodb genotype database Common Lisp code. +=> https://git.genenetwork.org/GeneNetwork/cl-gn cl-gn repository which contains the genodb code +Perhaps, imitate similar tests in genenetwork3 +=> https://github.com/genenetwork/genenetwork3/blob/main/tests/unit/computations/test_parsers.py +The genodb genotype database implementation is explained in detail at +=> /topics/genotype-database.html + +* assigned: aruni |