aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-24Removed COPYING.txtPeter Carbonetto
2017-05-24Moved text from README.txt to README.md.Peter Carbonetto
2017-05-24Fixed Zhou2016 ref.Peter Carbonetto
2017-05-24Added instructions to build manual; fixed Zhou-2016 ref.Peter Carbonetto
2017-05-23Minor adjustments to README.Peter Carbonetto
2017-05-23Fixed date.Peter Carbonetto
2017-05-23A few adjustments to README.Peter Carbonetto
2017-05-23Added NEWS.md.Peter Carbonetto
2017-05-23Added LICENSE.Peter Carbonetto
2017-05-23Added note about issues to README.Peter Carbonetto
2017-05-23Adjusted formatting in README.Peter Carbonetto
2017-05-23Added citation info to README.Peter Carbonetto
2017-05-22Adjusted note in README.Peter Carbonetto
2017-05-22A few more small adjustements to README.Peter Carbonetto
2017-05-22A few adjustments to the README.Peter Carbonetto
2017-05-22Added note about image to README.Peter Carbonetto
2017-05-22Revised summary in README.md.Peter Carbonetto
2017-05-22Created README.md; added image; working on summary in README.Peter Carbonetto
2017-05-17Added new Makefile that I found works well for compiling on ↵Peter Carbonetto
CentOS/Scientific Linux 7
2017-05-17Bumped up version.Peter Carbonetto
2017-05-09Bumped version to 0.95.2a.Peter Carbonetto
2017-05-09fixed #36xiangzhou
2017-05-09Added bin folder; added -Weffc++ flag to Makefile.Peter Carbonetto
2017-05-09Bumped version to 0.95.1.Peter Carbonetto
2017-05-09Putatively fixed -Wc++11-narrowing error in io.cpp (see Issue #24).Peter Carbonetto
2017-05-09Merge branch 'dev' of https://github.com/xiangzhou/GEMMAPeter Carbonetto
2017-05-09Updated .gitignore.Peter Carbonetto
2017-05-04updated manual to reflect new functionsxiangzhou
2017-05-04Added line feeds to README.txt so that it is easier to edit in emacs.Peter Carbonetto
2017-05-04Fixed problems with duplicate symbols; now using static gsl libraries in ↵Peter Carbonetto
Makefile.osx so that others don't have to download it using Homebrew.
2017-05-04Added new files shared by Xiang via email on May 4, 2017.Peter Carbonetto
2017-05-04Local updates made by Xiang---shared via email on May 4, 2017, subject: ↵Peter Carbonetto
gemma on expression data.
2017-05-04Fixed problems with duplicate symbols in io.o, lmm.o, param.o and vc.o; ↵Peter Carbonetto
created a Makefile for Mac OS X (tested on 10.11, i.e., El Capitan).
2016-08-17version 0.95alphaxiangzhou
2016-08-17version 0.95alphaxiangzhou
2016-07-24version 0.95alphaxiangzhou
2016-05-23version 0.95alphaxiangzhou
2016-05-23version 0.95alphaxiangzhou
2015-07-11add GxE testxiangzhou
2015-07-11add GxE testxiangzhou
2015-07-11add GXE testxiangzhou
2015-07-11add GXE testxiangzhou
2014-10-31add a separate bib file for the manualxiangzhou
2014-10-31Merge pull request #11 from wtsi-hgi/fix-make-clean-binsxiangzhou
Adds $(OUTPUT) files to `make clean` target (fixes #8)
2014-10-30Merge branch 'master' into fix-make-clean-binsJoshua Randall
Conflicts: Makefile
2014-10-30Merge pull request #10 from wtsi-hgi/fix-dynamic-linking-lblasxiangzhou
Fixes dynamic compilation (fixes #9)
2014-10-30Merge pull request #7 from wtsi-hgi/remove-bin-gemmaxiangzhou
Removes bin/gemma from source control (fixes #6)
2014-10-30Merge pull request #5 from wtsi-hgi/add-gitignorexiangzhou
Adds .gitignore file (fixes #1)
2014-10-30Merge pull request #4 from wtsi-hgi/fix-tar-rootxiangzhou
makes dist tar file not explode into ./ (fixes #3)
2014-10-30Adds $(OUTPUT) files to `make clean` targetJoshua Randall
Modifies the `make clean` target so that output binaries bin/gemma and/or bin/gemmaf will be removed so that they will definitely be rebuilt after `make clean`