about summary refs log tree commit diff
path: root/src/gemma.cpp
AgeCommit message (Collapse)Author
8 daysAdding loco support for mdbPjotr Prins
8 daysFor LOCO we wont use gwassnpsPjotr Prins
9 daysCompute maf againPjotr Prins
11 daysWriting output local to functionPjotr Prins
12 daysStarted generating outputPjotr Prins
13 daysAlmost ready to run GWAPjotr Prins
13 daysmdb gwaPjotr Prins
13 daysWiring in mdb GWAPjotr Prins
2025-11-30Write out KPjotr Prins
2025-11-28Toying with lmdbiPjotr Prins
2025-11-27Introduce first testPjotr Prins
2025-11-27Changing namings to bimbam to make clearerPjotr Prins
2025-11-27Display banner and version infoPjotr Prins
2025-11-23CommentsPjotr Prins
2025-11-23Replace G with K to avoid (my) confusionPjotr Prins
2025-11-22Call guile code inline from CPjotr Prins
2025-11-22Prevent memory leakPjotr Prins
2025-11-22Introduce libguile and drop version generatorPjotr Prins
2025-11-20CommentsPjotr Prins
2025-01-04Added checkpoints for file readersPjotr Prins
2025-01-03Adding support for checkpoints and relevant documentationPjotr Prins
2024-08-17Add -debug-dump CLI flag for dumping data to files.Artyom Bologov
2024-08-17gemma.cpp: Rephrase main LMM track for searchability.Artyom Bologov
2024-08-16gemma,lmm,mvlmm: Add data debug printing everywhere.Artyom Bologov
2024-08-16gemma.cpp: Do eigendecomposition the same way as with LMM.Artyom Bologov
This way, one can export the eigen* data that matches the one used while doing LMM. Otherwise the exported eigenvectors are sliiiiightly off and break the computations depending on them in Mgamma.
2021-08-11Minor fix and bump versionPjotr Prins
2021-08-04Document switch -lmm 9Pjotr Prins
2021-08-02* Changed banner to show Copyright (C) 2012–2021, Xiang Zhou, Pjotr Prins ↵Pjotr Prins
and team
2020-12-16Fix checks for `-lmm 9` modePjotr Prins
2020-12-16Fix checks for `-lmm 9` modePjotr Prins
2020-12-15Using M_LLM? modesPjotr Prins
2020-09-29Add notePjotr Prins
2020-05-28Fix copiles on gcc 10. Main thing is not to mix BLAS includes fromPjotr Prins
OpenBLAS, GSL (and Eigen when used).
2020-05-22Fixes for gcc (GCC) 10.1.0Pjotr Prins
Started to remove eigenlib (again)
2018-09-27Using -no-check by default nowPjotr Prins
2018-09-07Matrices positive definite issuesPjotr Prins
2018-09-06Show warning on some unused matricesPjotr Prins
2018-09-06Sometimes a value gets negative zero causing a NaN on the sqrt.Pjotr Prins
Closes #61
2018-09-06More debugging info and raise SIGINT instead of exitPjotr Prins
2018-09-06Further debuggingPjotr Prins
2018-08-31Improving readabilityPjotr Prins
2018-08-31Continue debugging calcpabPjotr Prins
2018-08-30Debugging calcPabPjotr Prins
2018-08-25Added remarksPjotr Prins
2018-08-25segfpe handlingPjotr Prins
2018-07-27Add floating point hardware checking for Intel on GNU compilersPjotr Prins
When using the -check function (the default) it is enabled for Kinship computation and LM/LMM up to individual SNP computation. This means there can no longer be NaN values for matrices that are reused for every SNP, but it is possible to have NaN for individual SNPs. Fixes #161
2018-07-26Unittest: added test for forcing and catching floating point errors (this works)Pjotr Prins
2018-07-14Guix: add more build information to the final binaryPjotr Prins
2018-06-29Merge branch 'master' of github.com:genetics-statistics/GEMMAPjotr Prins
2018-02-28renamed import io.h to gemma_io.hDannyArends