diff options
author | Artyom Bologov | 2024-04-27 02:07:16 +0400 |
---|---|---|
committer | Artyom Bologov | 2024-04-27 02:08:57 +0400 |
commit | 3cf3dec2bb8b1cf0a6d3c08d5da8b5ed462c486b (patch) | |
tree | a293352be9962083b9033ad8df121c120af2376f /issues | |
parent | c3b535412a5c95557204542371397fecb8436b31 (diff) | |
download | gn-gemtext-3cf3dec2bb8b1cf0a6d3c08d5da8b5ed462c486b.tar.gz |
mgamma/...convert: DONE: Individuals as row names in kinship DB.
Diffstat (limited to 'issues')
-rw-r--r-- | issues/mgamma/mgamma-convert.gmi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/issues/mgamma/mgamma-convert.gmi b/issues/mgamma/mgamma-convert.gmi index 7ce7a7d..09c2bf3 100644 --- a/issues/mgamma/mgamma-convert.gmi +++ b/issues/mgamma/mgamma-convert.gmi @@ -23,7 +23,8 @@ MGamma can convert between different formats. => https://kbroman.org/qtl2/assets/vignettes/input_files.html * [ ] Write kinship lmdb as floats (half size) -* [ ] Add individual names as first column in kinship rows +* [X] Add individual names as first column in kinship rows (implemented as plain unsigned ints for now) +* [ ] Somehow find the names for individuals? Is there a file format for that? * [ ] If symmetric only store half the data * [ ] Add JSON meta header to track that information |