blob: 8d3d1493f5234d171fd5055a6ad23b0da95f088b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# rewrite sampledata fetching with genofiles using scheme
## Tags
* assigned: alexm,
* type: improvement
* priority: high
* status: in progress
## Notes
having identified ways to link genofiles to Dataset
and fetching sample data and case attributes using them
we need to integrate the components intoa fully working module
This is in turn be used to dump data to lmdb
We chose scheme to accomplish the task
See code:
=> https://github.com/BonfaceKilz/gn-data-vault.git
=> https://github.com/Alexanderlacuna/data-vault-2
### TODOS
* [x] reading the genofile
* [x] parsing the genofile to obtain the sample names,metadata
* [] adding unit tests for the module
* [] query statements fetch sampledata and caseattributes
* [] add tests
* [] lmdb dump
|