aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-09Merge branch 'gemma-0.97-preview' of github.com:genetics-statistics/GEMMA ↵Pjotr Prins
into gemma-0.97-preview
2017-10-27Updated version number in Makefile.macosx.Peter Carbonetto
2017-10-27Revised MacOSX Makefile.Peter Carbonetto
2017-10-27Added Google Groups link to README.Peter Carbonetto
2017-10-26README: Windows notePjotr Prins
2017-10-26README: small editsPjotr Prins
2017-10-26README: added mailing list and updated textPjotr Prins
2017-10-26VERSION now contains the GEMMA version number. A script generates a headerPjotr Prins
file named ./src/version.h. See Makefile for details.
2017-10-26Changed SNPs into SNPs/var in output, ref ↵Pjotr Prins
https://github.com/genetics-statistics/GEMMA/issues/107#issuecomment-339475978
2017-10-26Get rid of compiler warningPjotr Prins
2017-10-26Changed SNPs into SNPs/var in output, ref ↵Pjotr Prins
https://github.com/genetics-statistics/GEMMA/issues/107#issuecomment-339475978
2017-10-25Merge conflictsPjotr Prins
2017-10-23Travis-ci:Pjotr Prins
- Disabled gcc-6 since we develop with later tools anyway - Turned the release test into a simple integration test - Adding MacOSX on Travis-ci Tests: Adding tests for Plink w. LOCO Safety: Introduce strtok_safe to get rid of segfaults
2017-10-20README: added section on reporting bugs and code of conductPjotr Prins
2017-10-20NaN check only when -debug is usedPjotr Prins
2017-10-18Tests still pass with safe_alloc (which sets the buffers to NaNs on allocation)Pjotr Prins
2017-10-14TravisPjotr Prins
2017-10-14More travisPjotr Prins
2017-10-14Travis: more fixesPjotr Prins
2017-10-14TravisPjotr Prins
2017-10-14OpenBlas infoPjotr Prins
2017-10-14Travis fixesPjotr Prins
2017-10-14README: clearer hintPjotr Prins
2017-10-14Older openblas does not like blasintPjotr Prins
2017-10-14Note on OpenBlas buildPjotr Prins
2017-10-14Travis fixPjotr Prins
2017-10-14More disabling of eigenlib (faster compilation) and avoid OPENBLAS_CONST ↵Pjotr Prins
which does not work on older cblas.h
2017-10-13Refactored debug settingsPjotr Prins
Replaced eigenlib_dgemm with fast_dgemm - 10-30% speed gain for GEMMA
2017-10-13Openblas specific include filePjotr Prins
2017-10-13Replacing first dgemm - tests failPjotr Prins
2017-10-13OpenBlas: preparing for dgemm usePjotr Prins
2017-10-13Fix header for not showing sePjotr Prins
2017-10-13Disable se for lmm=2, see https://github.com/genetics-statistics/GEMMA/issues/81Pjotr Prins
2017-10-13Fixed mean and iterations in Plink - now this worksPjotr Prins
2017-10-13Progressbar updatePjotr Prins
2017-10-13Consolidate into ProgressBar into one function and related updatesPjotr Prins
2017-10-13Fix embarrassing bug that broke BIMBAM for larger datasets - found it when ↵Pjotr Prins
porting Plink to the new Analyze function
2017-10-13debug message: minor changePjotr Prins
2017-10-13Updated/revised Makefile for MacOSX.Peter Carbonetto
2017-10-13Bumped up version.Peter Carbonetto
2017-10-13Change ulong type to long.Peter Carbonetto
2017-10-13Fixed warning with assignment in if statement.Peter Carbonetto
2017-10-13Make sure __ASSERT_VOID_CAST worksPjotr Prins
2017-10-13Removing warnings on debug.h assignmentPjotr Prins
2017-10-11Merge pull request #100 from genenetwork/masterPeter Carbonetto
Fix bug in bimbam format (introduced with LOCO).
2017-10-11Fix embarrassing bug that broke BIMBAM for larger datasets - found it when ↵Pjotr Prins
porting Plink to the new Analyze function
2017-10-11debug message: minor changePjotr Prins
2017-10-10Updated/revised Makefile for MacOSX.Peter Carbonetto
2017-10-10Bumped up version.Peter Carbonetto
2017-10-10Change ulong type to long.Peter Carbonetto