Changes

From Genome Analysis Wiki
Jump to navigationJump to search
1,136 bytes added ,  16:02, 24 March 2011
no edit summary
Line 2: Line 2:  
[[Category:C++]]
 
[[Category:C++]]
 
[[Category:libStatGen]]
 
[[Category:libStatGen]]
 +
 +
== Dependencies ==
 +
* This software requires the following to be installed:
 +
** g++
 +
** development version of zlib (zlib1g-dev on ubuntu)
 +
** openssl and md5 (libssl-dev on ubuntu)
 +
** curses (libcurses-perl on ubuntu)
    
== Download ==
 
== Download ==
Click the link to download the tar of the statgen library and tools: [[Media:StatGen.0.1.4.tgz‎|StatGen.0.1.4.tgz‎]] - Released 1/21/2011
+
'''If you use this software, please e-mail me, Mary Kate Trost, at mktrost@umich.edu'''
 +
 
 +
Currently the repository is recommended for Unix/Linux users with access to the GNU C++ compiler.
 +
 
 +
=== github : Latest Development Version ===
 +
The development version of the statgen repository is found on github and can be used either with or without git: https://github.com/statgen/statgen
 +
 
 +
On the github website, you can browse and/or download the code.
 +
 
 +
==== Using git ====
 +
Just a couple of simple steps to obtain the repository:
 +
# cd <directory where you want the repository located>
 +
# git clone https://github.com/statgen/statgen.git
 +
#* Creates a directory called statgen in the directory where you are located.
 +
#cd statgen
   −
'''If you use this software, please e-mail me, Mary Kate Trost, at mktrost@umich.edu'''
+
Periodically you should bring in the latest version of the repository (advantage of using git):
 +
# cd <your statgen directory>
 +
# git pull
 +
# Recompile from the top level (use a make clean first)
 +
 
 +
==== Without git ====
 +
Directions for downloading the repository from github without using git are found in: [[Media:GithubWithoutGit.pdf | GithubWithoutGit.pdf]]
 +
 
 +
Periodically you should download the latest version of the repository following the download instructions again.
 +
 
 +
=== Official Release ===
 +
If you prefer to run the last official release rather than the latest development version, you can download that here.
   −
This version is recommended for Unix users with access to the GNU C++ compiler.
+
Download the statgen library and tools: [[Media:StatGen.0.1.4.tgz‎|StatGen.0.1.4.tgz‎]] - Released 1/21/2011
    
To install, unpack the downloaded file (tar xvf), cd into the statgen directory and type make.  
 
To install, unpack the downloaded file (tar xvf), cd into the statgen directory and type make.  
   −
=== Dependencies ===
  −
* This software requires the following to be installed:
  −
** g++
  −
** development version of zlib (zlib1g-dev on ubuntu)
  −
** openssl and md5 (libssl-dev on ubuntu)
  −
** curses (libcurses-perl on ubuntu)
      
=== Notes ===
 
=== Notes ===

Navigation menu