Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 2: Line 2:  
Main Workshop wiki page: [[SeqShop: May 2015]]
 
Main Workshop wiki page: [[SeqShop: May 2015]]
   −
See the [[Media:Dec2014 SeqShop - GotCloud Align.pdf|introductory slides]] for an intro to this tutorial.
+
See the [[Media:May2015 SeqShop - GotCloud Align.pdf|introductory slides]] for an intro to this tutorial.
    
== Goals of This Session ==
 
== Goals of This Session ==
Line 11: Line 11:  
** How to visualize sequence data to examine the reads aligned to particular genomic positions
 
** How to visualize sequence data to examine the reads aligned to particular genomic positions
   −
== Setup in person at the SeqShop Workshop ==
+
== Setup ==
''This section is specifically for the SeqShop Workshop computers.''
  −
<div class="mw-collapsible mw-collapsed" style="width:600px">
  −
''If you are not running during the SeqShop Workshop, please skip this section.''
  −
<div class="mw-collapsible-content">
  −
 
  −
 
  −
{{SeqShopLogin}}
  −
 
  −
=== Setup your run environment===
     −
This will setup some environment variables to point you to
+
''The section below is specifically for the Michigan SeqShop Workshop computers.''
* [[GotCloud]] program
  −
* Tutorial input files
  −
* Setup an output directory
  −
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
     −
Look at setup.txt
+
<div class="mw-collapsible mw-collapsed">
cat /net/seqshop-server/home/mktrost/seqshop/setup.txt
+
''If you are using a SeqShop computer, please expand this section.''
<div class="mw-collapsible mw-collapsed" style="width:200px">
  −
* setup.txt screenshot
   
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
[[File:setup.png|500px]]
+
{{SeqShopLoginA}}
</div>
  −
</div>
   
</div>
 
</div>
 +
 
</div>
 
</div>
  −
== Setup when running on your own outside of the SeqShop Workshop ==
  −
''This section is specifically for running on your own outside of the SeqShop Workshop.''
  −
<div class="mw-collapsible" style="width:600px">
  −
''If you are running during the SeqShop Workshop, please skip this section.''
  −
<div class="mw-collapsible-content">
      
=== Download the example data ===
 
=== Download the example data ===
Line 51: Line 27:  
  mkdir -p ~/seqshop
 
  mkdir -p ~/seqshop
 
  cd ~/seqshop
 
  cd ~/seqshop
  wget http://www.sph.umich.edu/csg/mktrost/seqshopExampleDec2014.tar.gz
+
  wget http://csg.sph.umich.edu/mktrost/seqshopExampleMay2015.tar.gz
  tar xvf seqshopExampleDec2014.tar.gz
+
  tar xvf seqshopExampleMay2015.tar.gz
    
You will see the names of all the files included in the example data scrolling on the screen as they are unpacked from the tar file.
 
You will see the names of all the files included in the example data scrolling on the screen as they are unpacked from the tar file.
Line 59: Line 35:  
If you do not already have GotCloud:
 
If you do not already have GotCloud:
 
* download, decompress, and build the version of gotcloud that was tested with this tutorial:
 
* download, decompress, and build the version of gotcloud that was tested with this tutorial:
  wget https://github.com/statgen/gotcloud/archive/gotcloud.1.17.tar.gz
+
  wget https://github.com/statgen/gotcloud/archive/gotcloud.1.17.4.tar.gz
  tar xvf gotcloud.1.17.tar.gz
+
  tar xvf gotcloud.1.17.4.tar.gz
  mv gotcloud-gotcloud.1.17 gotcloud
+
  mv gotcloud-gotcloud.1.17.4 gotcloud
 
  cd gotcloud/src
 
  cd gotcloud/src
  make
+
  make -j 3
 
  cd ../..
 
  cd ../..
    
Remember the path to gotcloud/ that is what you will need to set your GC variable to.
 
Remember the path to gotcloud/ that is what you will need to set your GC variable to.
   −
{{SeqShopRemoteEnv}}
+
''This section is specifically for the SeqShop Workshop computers.''
 +
<div class="mw-collapsible mw-collapsed" style="width:600px">
 +
''If you are using a SeqShop computer, please expand this section.''
 +
<div class="mw-collapsible-content">
 +
{{SeqShopLoginSubMachine}}
 
</div>
 
</div>
 
</div>
 
</div>
 +
 +
{{SeqShopRemoteEnv}}
    
== Examining [[GotCloud]] Align Input Files ==
 
== Examining [[GotCloud]] Align Input Files ==
Line 487: Line 469:     
''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 mw-collapsed">
''If you are not running during the SeqShop Workshop, please skip this section.''
+
''If you are running on a SeqShop computer, please expand this section.''
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
 
To logout of seqshop1/2/3/4, type:
 
To logout of seqshop1/2/3/4, type:
Line 501: Line 483:     
== 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