Changes

From Genome Analysis Wiki
Jump to navigationJump to search
175 bytes removed ,  18:47, 15 December 2016
Line 245: Line 245:  
If you want to use EPACTS in an Ubuntu platform, following the step below  
 
If you want to use EPACTS in an Ubuntu platform, following the step below  
   −
*Download EPACTS source distribution at http://csg-old.sph.umich.edu/kang/epacts/download/EPACTS-3.2.6.tar.gz (165MB)
+
$ git clone https://github.com/statgen/EPACTS.git
*Uncompress EPACTS package, and install the package using the following set of commands
+
$ cd EPACTS
* Visit http://csg-old.sph.umich.edu/kang/epacts/download for checking previous versions
+
$ ./configure --prefix [/path/to/install]
 +
$ make
 +
$ make install
   −
  tar xzvf EPACTS-3.2.6.tar.gz
  −
  cd EPACTS-3.2.6
  −
  ./configure --prefix=/path/to/install
  −
  make
  −
  make install
      
(Important Note: '''make sure to specify --prefix=/path/to/install''' to avoid installing to the default path /usr/local/, which you may not have the permission. /home/your_userid/epacts might be a good one, if you are not sure where to install)
 
(Important Note: '''make sure to specify --prefix=/path/to/install''' to avoid installing to the default path /usr/local/, which you may not have the permission. /home/your_userid/epacts might be a good one, if you are not sure where to install)
Line 272: Line 269:     
  /net/fantasia/home/hmkang/bin/epacts/
 
  /net/fantasia/home/hmkang/bin/epacts/
 +
 +
* If you want to access previous versions, visit http://csg-old.sph.umich.edu/kang/epacts/download
    
== Getting Started With Examples ==
 
== Getting Started With Examples ==

Navigation menu