LibStatGen Download: Difference between revisions

From Genome Analysis Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 5: Line 5:


== Download ==
== Download ==
Click the link to download the tar of the statgen library and tools: [[Media:StatGen.0.1.0.tgz|StatGen.0.1.0.tgz]]
Click the link to download the tar of the statgen library and tools: [[Media:StatGen.0.1.1.tgz|StatGen.0.1.1.tgz]]


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


To install, unpack the downloaded file (tar xvf) and type make.  
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


=== Coming Soon ===
=== Coming Soon ===
Line 17: Line 22:


=== Previous Versions ===
=== Previous Versions ===
* There is currently only one version.
* [[Media:StatGen.0.1.0.tgz|StatGen.0.1.0.tgz]]
** Original version.

Revision as of 12:59, 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

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