Changes

From Genome Analysis Wiki
Jump to navigationJump to search
1,481 bytes removed ,  16:29, 23 August 2011
no edit summary
Line 1: Line 1: −
[[Category:Software]]
+
= General libStatGen Information =
[[Category:C++]]
+
See [[C++ Library: libStatGen]].
[[Category:libStatGen]]
      +
= Latest Development Versions =
 +
For information about obtaining the latest Development Versions, see [[C++ Library: libStatGen#Where to Find It|Where to Find libStatGen]]
    +
= Official Releases =
 +
If you prefer to run the last official release rather than the latest development version, you can download that here.
   −
===For dependencies, troubleshooting, and build instructions, see [[StatGen Repository]]===
+
To install an official release, unpack the downloaded file (tar xvf), cd into the libStatGen directory and type <code>make all</code>.  
 
  −
 
  −
= Download =
  −
'''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.
  −
 
  −
''In the commands below, replace STATGEN_DIR with the path to where you want the statgen directory located (do not include statgen in the path, it will be added automatically)
  −
 
  −
# Create the directory where you want the statgen repository located
  −
#* <code>mkdir STATGEN_DIR</code>
  −
# Move into the directory where you want the statgen repository located.
  −
#* <code>cd STATGEN_DIR</code>
  −
# Clone the repository.  This creates a directory called statgen in the directory where you are located.
  −
#* <code>git clone https://github.com/statgen/statgen.git</code>
  −
# Move into the repository.
  −
#* <code>cd statgen</code>
  −
 
  −
Periodically you should ''pull'' in the latest version of the repository (advantage of using git):
  −
# <code>cd STATGEN_DIR/statgen </code>
  −
# <code>git pull </code>
  −
# 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 Releases ==
  −
If you prefer to run the last official release rather than the latest development version, you can download that here.
     −
To install an official release, unpack the downloaded file (tar xvf), cd into the statgen directory and type make.
      +
= Deprecated <code>statgen</code> Repository Releases =
 
=== Current Official Release ===
 
=== Current Official Release ===
 
==== StatGen.0.1.4 ====
 
==== StatGen.0.1.4 ====

Navigation menu