blob: 856c070fa6b7691d59093672e7839fb0c16f29b5 (
about) (
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: stalled
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.
|