blob: b83ea6f3ff1d2b1309d593a0b3c275f372bbc032 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# LMDB Phenotype/Genotype Store
* lead: bonfacem
* team: fred, alex
* contact: pjotr
Please go through:
=> https://github.com/BonfaceKilz/gn-dataset-dump
=> https://github.com/genenetwork/dump-genenetwork-database
## Tasks
* Go through the above repository. We'll have a check in on Friday 23 to discuss this.
* Write and package guile-lmdb. Use cl-lmdb as inspiration
* Find out a more efficient way to store utf-8 strings
* Integrate LMDB in GN:
* Rewrite some statistical computations using LMDB+RDF
* Integrate editing LMDB entries using Fred's new auth system
|