LibStatGen Download: Difference between revisions

From Genome Analysis Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 17: Line 17:
* Made lib/general/StringBasics.h method IsEmpty const
* Made lib/general/StringBasics.h method IsEmpty const
* Removed an unimplemented method from GlfRecord.h
* Removed an unimplemented method from GlfRecord.h
=== Coming Soon ===
* QPLOT is not yet a part of the download.  It will be added this week (11/8/10-11/12/10).


=== Previous Versions ===
=== Previous Versions ===
* [[Media:StatGen.0.1.0.tgz|StatGen.0.1.0.tgz]]
* [[Media:StatGen.0.1.0.tgz|StatGen.0.1.0.tgz]]
** Original version.
** Original version.

Revision as of 13:46, 9 November 2010


Download

Click the link to download the tar of the statgen library and tools: StatGen.0.1.1.tgz

If you use this software, please e-mail me, Mary Kate Trost, at mktrost@umich.edu

This version is recommended for Unix users with access to the GNU C++ compiler.

To install, unpack the downloaded file (tar xvf) and type make.

Current Release Notes

  • Added QPLOT to the release
  • Made lib/general/StringBasics.h method IsEmpty const
  • Removed an unimplemented method from GlfRecord.h

Previous Versions