blob: 85ac39c349522a46aaf92772c21a366fb86811e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Add genotype file paths to RDF
## Tags
* assigned: bonfacem
* type: bug
* status: open, in progress
In Penguin2, genotype files are located in: /export/data/genenetwork/genotype_files/genotype. Each genotype files has an identifier to a dataset it refers to:
```
@name:B6D2
```
Dump the above metadata in RDF. When we transition fully to an LMDB store, update the RDF node with a pointer to the LMDB store.
|