Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 13: Line 13:  
* Understand how to visualize the association output from EPACTS
 
* Understand how to visualize the association output from EPACTS
   −
== Setup in person at the SeqShop Workshop ==
+
== Setup ==
 
''This section is specifically for the SeqShop Workshop computers.''
 
''This section is specifically for the SeqShop Workshop computers.''
<div class="mw-collapsible mw-collapsed" style="width:600px">
+
<div class="mw-collapsible" style="width:600px">
 
''If you are not running during the SeqShop Workshop, please skip this section.''
 
''If you are not running during the SeqShop Workshop, please skip this section.''
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
   −
<div class="mw-collapsible mw-collapsed" style="width:600px">
  −
''If you are not already logged in, please expand this section.''
  −
<div class="mw-collapsible-content">
   
{{SeqShopLogin}}
 
{{SeqShopLogin}}
 
</div>
 
</div>
 
</div>
 
</div>
   −
=== Setup your run environment===
+
=== Prerequisite Tutorials ===
This is the same setup you did for the previous tutorial, but you need to redo it each time you log in.
+
 
 +
This tutorial builds on the alignment & snpcall tutorials, if you have not already, please first run those tutorials: [[SeqShop:_Sequence_Mapping_and_Assembly_Practical|Alignment Tutorial]] & [[SeqShop: Variant Calling and Filtering for SNPs Practical|SNP Calling Tutorial]]
   −
This will setup some environment variables to point you to
  −
* [[GotCloud]] program
  −
* Tutorial input files
  −
* Setup an output directory
  −
** It will leave your output directory from the previous tutorial in tact.
  −
source /net/seqshop-server/home/mktrost/seqshop/setup.txt
  −
* You won't see any output after running <code>source</code>
  −
** It silently sets up your environment
  −
** If you want to view the detail of the setup, type
  −
less /net/seqshop-server/home/mktrost/seqshop/setup.txt
  −
and press 'q' to finish.
     −
<div class="mw-collapsible mw-collapsed" style="width:200px">
+
=== Download & Build EPACTS ===
View setup.txt
  −
<div class="mw-collapsible-content" style="width:800px">
  −
export GC=/net/seqshop-server/home/mktrost/seqshop/gotcloud
  −
export SS=/net/seqshop-server/home/mktrost/seqshop/example
  −
export EPACTS=/net/seqshop-server/home/mktrost/seqshop/epacts
  −
export OUT=~/out
  −
mkdir -p ${OUT}
  −
</div>
  −
</div>
  −
</div>
  −
</div>
     −
== Setup when running on your own outside of the SeqShop Workshop ==
+
<div class="mw-collapsible mw-collapsed" style="width:600px">
''This section is specifically for running on your own outside of the SeqShop Workshop.''
+
''If you are running during the SeqShop Workshop, please skip this section and use EPACTS from Mary Kate's directory.''
<div class="mw-collapsible" style="width:600px">
  −
''If you are running during the SeqShop Workshop, please skip this section.''
   
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
  −
This tutorial builds on the alignment & snpcall tutorials, if you have not already, please first run those tutorials: [[SeqShop:_Sequence_Mapping_and_Assembly_Practical|Alignment Tutorial]] & [[SeqShop: Variant Calling and Filtering for SNPs Practical|SNP Calling Tutorial]]
  −
  −
=== Download & Build EPACTS ===
   
If you do not already have EPACTS:
 
If you do not already have EPACTS:
 
* cd to where you want EPACTS installed (you can change this to any directory you want)
 
* cd to where you want EPACTS installed (you can change this to any directory you want)
Line 68: Line 38:  
  cd ~/seqshop/
 
  cd ~/seqshop/
 
* download, decompress, and build the version of epacts that was tested with this tutorial:
 
* download, decompress, and build the version of epacts that was tested with this tutorial:
  wget http://www.sph.umich.edu/csg/kang/epacts/download/EPACTS-3.2.6.tar.gz
+
  wget http://csg.sph.umich.edu/kang/epacts/download/EPACTS-3.2.6.tar.gz
 
  tar xvf EPACTS-3.2.6.tar.gz
 
  tar xvf EPACTS-3.2.6.tar.gz
 
  cd EPACTS-3.2.6
 
  cd EPACTS-3.2.6
Line 75: Line 45:  
  make install
 
  make install
 
  cd ../..
 
  cd ../..
 +
</div>
 +
</div>
    
{{SeqShopRemoteEnv}}
 
{{SeqShopRemoteEnv}}
Line 83: Line 55:  
<div class="mw-collapsible" style="width:500px">
 
<div class="mw-collapsible" style="width:500px">
 
<li>Using bash (replace the paths below with the appropriate paths):</li>
 
<li>Using bash (replace the paths below with the appropriate paths):</li>
 +
<div class="mw-collapsible-content">
 +
<div class="mw-collapsible" style="width:600px">
 +
''At the Workshop:''
 +
<div class="mw-collapsible-content">
 +
:<pre>export EPACTS=/net/seqshop-server/home/mktrost/seqshop/epacts</pre>
 +
</div>
 +
</div>
 +
<div class="mw-collapsible mw-collapsed" style="width:600px">
 +
''Outside of the Workshop:''
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
 
:<pre>export EPACTS=~/seqshop/epacts</pre>
 
:<pre>export EPACTS=~/seqshop/epacts</pre>
 +
</div>
 +
</div>
 
</div>
 
</div>
 
</div>
 
</div>
Line 403: Line 386:     
== Return to Workshop Wiki Page ==
 
== Return to Workshop Wiki Page ==
Return to main workshop wiki page: [[SeqShop: December 2014]]
+
Return to main workshop wiki page: [[SeqShop: May 2015]]

Navigation menu