Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 1: Line 1:  +
'''Note:''' the latest version of this practical is available at: [[SeqShop: Sequence Mapping and Assembly Practical]]
 +
* The ones here is the original one from the June workshop (updated to be run from elsewhere)
 +
 
== Introduction ==
 
== Introduction ==
 
See the [[Media:SeqShop - GotCloud Align.pdf|introductory slides]] for an intro to this tutorial.
 
See the [[Media:SeqShop - GotCloud Align.pdf|introductory slides]] for an intro to this tutorial.
Line 58: Line 61:  
=== Download the example data ===
 
=== Download the example data ===
 
Download and untar file containing the example data used in the practicals:
 
Download and untar file containing the example data used in the practicals:
  wget http://www.sph.umich.edu/csg/mktrost/seqshopExample.tar.gz
+
  wget http://csg.sph.umich.edu//mktrost/seqshopExample.tar.gz
 
  tar xvf seqshopExample.tar.gz
 
  tar xvf seqshopExample.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.
   −
=== Setup your run environment ===
+
{{SeqShopRemoteEnv}}
 
  −
Environment variables will be used throughout the tutorial.
  −
 
  −
We recommend that you setup these variables so you won't have to modify every command in the tutorial.
  −
 
  −
 
  −
<div class="mw-collapsible mw-collapsed" style="width:500px">
  −
Using bash (replace the paths below with the appropriate paths):
  −
<div class="mw-collapsible-content">
  −
* Point to where you installed GotCloud
  −
*:<pre>export GC=~/seqshop/gotcloud</pre>
  −
* Point to where you installed the seqshop files
  −
*:<pre>export SS=~/seqshop/example</pre>
  −
* Point to where you want the output to go
  −
*:<pre>export OUT=~/seqshop/output</pre>
  −
</div>
  −
</div>
  −
 
  −
 
  −
<div class="mw-collapsible mw-collapsed" style="width:500px">
  −
Using tcsh (replace the paths below with the appropriate paths):
  −
<div class="mw-collapsible-content">
  −
* Point to where you installed GotCloud
  −
*:<pre>setenv GC ~/seqshop/gotcloud</pre>
  −
* Point to where you installed the seqshop files
  −
*:<pre>setenv SS ~/seqshop/example</pre>
  −
* Point to where you want the output to go
  −
*:<pre>setenv OUT ~/seqshop/output</pre>
  −
</div>
  −
</div>
  −
 
  −
</div>
  −
</div>
      
== Examining [[GotCloud]] Align Input Files ==
 
== Examining [[GotCloud]] Align Input Files ==
Line 184: Line 154:  
<li>View Screenshot</li>
 
<li>View Screenshot</li>
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
[[File:RefDir.png|500px]]
+
[[File:RefDir.png|700px]]
 
</div>
 
</div>
 
</div>
 
</div>
Line 241: Line 211:  
<li>Need a reminder of the format?</li>
 
<li>Need a reminder of the format?</li>
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
[[File:fqindex.png|650px]]
+
[[File:fqindex.png|750px]]
 
</div>
 
</div>
 
</div>
 
</div>
Line 265: Line 235:  
<li>HG00553 & HG00640</li>
 
<li>HG00553 & HG00640</li>
 
<li>They have multiple unique values in the RGID field</li>
 
<li>They have multiple unique values in the RGID field</li>
[[File:fqindexRG.png|650px]]
+
[[File:fqindexRG.png|800px]]
 
</div>
 
</div>
 
</div>
 
</div>
Line 296: Line 266:  
Use the <code>space bar</code> to advance if the whole file isn't displayed.
 
Use the <code>space bar</code> to advance if the whole file isn't displayed.
   −
; If your input and references are at different paths than specified, what would you change?
+
; If your references are in a different path than what is specified, what would you change?
 
<ul>
 
<ul>
<div class="mw-collapsible mw-collapsed" style="width:200px">
+
<div class="mw-collapsible mw-collapsed" style="width:300px">
 
<li>Answer:</li>
 
<li>Answer:</li>
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
 
<ul>
 
<ul>
<li>You would change <code>IN_DIR</code> & <code>REF_DIR</code> to the new paths</li>
+
<li>You would change <code>REF_DIR</code> to the new path</li>
[[File:gcConf.png|500px]]
+
[[File:gcConf.png|800px]]
 
</div>
 
</div>
 
</div>
 
</div>
Line 414: Line 384:  
[[File:Qplotpdf.png|400px]]
 
[[File:Qplotpdf.png|400px]]
 
<li> Look at the PDF I produced when I ran the whole genome:</li>  
 
<li> Look at the PDF I produced when I ran the whole genome:</li>  
  evince ${SS}/example/HG00551.wg.qplot.pdf&
+
  evince ${SS}/ext/HG00551.wg.qplot.pdf&
 
</ul>
 
</ul>
 
[[File:Qplotpdfwg.png|400px]]
 
[[File:Qplotpdfwg.png|400px]]
96

edits

Navigation menu