diff options
author | Artyom Bologov | 2024-05-01 03:00:16 +0400 |
---|---|---|
committer | Artyom Bologov | 2024-05-01 03:00:36 +0400 |
commit | 3518081737bc674165a61bc2a977ba91593d462d (patch) | |
tree | 6e34ffb8e879aa32f815e5e7f701d64c3c6af562 | |
parent | 6ea2d7ffd97af915f58cc493a53b5d8866f5c714 (diff) | |
download | gn-gemtext-3518081737bc674165a61bc2a977ba91593d462d.tar.gz |
mgamma/convert: Symmetric size reduction done.
-rw-r--r-- | issues/mgamma/mgamma-convert.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/issues/mgamma/mgamma-convert.gmi b/issues/mgamma/mgamma-convert.gmi index af51bed..23086bf 100644 --- a/issues/mgamma/mgamma-convert.gmi +++ b/issues/mgamma/mgamma-convert.gmi @@ -25,7 +25,7 @@ MGamma can convert between different formats. * [ ] Write kinship lmdb as floats (half size) * [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 +* [X] If symmetric only store half the data * [ ] Add JSON meta header to track that information * [ ] Support genodb database format: => ../../topics/database/genotype-database.gmi See the genotype-database topic |