Changes

From Genome Analysis Wiki
Jump to navigationJump to search
234 bytes removed ,  19:33, 1 December 2012
Line 19: Line 19:  
For external users, follow the instruction at [[EPACTS]] page, summarized below.  
 
For external users, follow the instruction at [[EPACTS]] page, summarized below.  
   −
*Download EPACTS binary at http://www.sph.umich.edu/csg/kang/epacts/download/epacts.v2.2.0.20121026.tar.gz (94MB)
+
*http://www.sph.umich.edu/csg/kang/epacts/download/EPACTS-3.0.0.tar.gz (99MB)  
*Uncompress EPACTS package to the directory you would like to install
+
*Uncompress EPACTS package to the directory you would like to install and then type the following commands
   −
  tar xzvf epacts.v2.2.0.20121026.tar.gz
+
>  tar xzvf EPACTS-3.0.0.tar.gz
 +
> cd EPACTS-3.0.0
 +
> ./configure --prefix [INSTALL DIRECTORY]
 +
> make
 +
> make install
 +
   −
*Download the reference FASTA files from 1000 Genomes FTP automatically by running the following commands<br>
  −
<pre>cd epacts.v2.2.0.20121026/
  −
./ref_download.sh
  −
(For advanced users, to save time for downloading the FASTA files (~900MB), you may copy a local copy of GRCh37 FASTA file and the index file to ${EPACTS_DIR}/ext/ref/)
  −
</pre>
   
*Perform a test run by running the following command
 
*Perform a test run by running the following command
   Line 45: Line 45:  
</pre>  
 
</pre>  
 
<br> Run the single variant score test on the example data using this command:  
 
<br> Run the single variant score test on the example data using this command:  
<pre>$ epacts.v2.2.0.20121026/epacts single  
+
<pre>$ EPACTS-3.0.0/epacts single  
 
--vcf epacts2.1/example/1000G_exome_chr20_example_softFiltered.calls.vcf.gz  
 
--vcf epacts2.1/example/1000G_exome_chr20_example_softFiltered.calls.vcf.gz  
 
--ped epacts2.1/example/1000G_dummy_pheno.ped  
 
--ped epacts2.1/example/1000G_dummy_pheno.ped  
216

edits

Navigation menu