Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 9: Line 9:  
** How to examine the variants at particular genomic positions
 
** How to examine the variants at particular genomic positions
 
** How to evaluate the quality of SNP calls
 
** How to evaluate the quality of SNP calls
 +
 +
== Setup in person at the SeqShop Workshop ==
 +
''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}}
 
{{SeqShopLogin}}
   −
== Setup your run environment==
+
=== Setup your run environment===
 +
This is the same setup you did for the previous tutorial, but you need to redo it each time you log in.
   −
This is the same setup you did for the previous tutorial, but you need to redo it each time you log in. It will setup some environment variables to point you to:
+
This will setup some environment variables to point you to
* GotCloud program
+
* [[GotCloud]] program
 
* Tutorial input files
 
* Tutorial input files
 
* Setup an output directory
 
* Setup an output directory
Line 23: Line 30:  
* You won't see any output after running <code>source</code>
 
* You won't see any output after running <code>source</code>
 
** It silently sets up your environment
 
** It silently sets up your environment
** If you want to view the detail of the set up, type
+
** If you want to view the detail of the setup, type
 
  less /home/mktrost/seqshop/setup.txt
 
  less /home/mktrost/seqshop/setup.txt
 
and press 'q' to finish.
 
and press 'q' to finish.
 +
 
<div class="mw-collapsible mw-collapsed" style="width:200px">
 
<div class="mw-collapsible mw-collapsed" style="width:200px">
 
View setup.txt
 
View setup.txt
Line 32: Line 40:  
</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 ===
 +
 +
=== Setup your run environment ===
 +
 +
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">
 +
I'm using bash (replace the paths below with the appropriate paths):
 +
<div class="mw-collapsible-content">
 +
* Point to where you installed GotCloud
 +
*:<pre>export GC=/home/username/gotcloud</pre>
 +
* Point to where you installed the seqshop files
 +
*:<pre>export SS=/home/username/seqshop/</pre>
 +
* Point to where you want the output to go
 +
*:<pre>export OUT=/home/username/seqshop_output/</pre>
 +
</div>
 +
</div>
 +
 +
<div class="mw-collapsible mw-collapsed" style="width:500px">
 +
I'm using tcsh (replace the paths below with the appropriate paths):
 +
<div class="mw-collapsible-content">
 +
* Point to where you installed GotCloud
 +
*:<pre>setenv GC /home/username/gotcloud</pre>
 +
* Point to where you installed the seqshop files
 +
*:<pre>setenv SS /home/username/seqshop/</pre>
 +
* Point to where you want the output to go
 +
*:<pre>setenv OUT /home/username/seqshop_output/</pre>
 +
</div>
 +
</div>
 +
 +
</div>
 +
</div>
 +
    
== Examining GotCloud SnpCall Input files ==
 
== Examining GotCloud SnpCall Input files ==

Navigation menu