Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 45: Line 45:  
=== Setup your run environment ===
 
=== Setup your run environment ===
   −
This will setup some environment variables to point you to
+
Environment variables will be used throughout the tutorial.
* [[GotCloud]] program
+
 
* Tutorial input files
+
We recommend that you setup these variables so you won't have to modify every command in the tutorial.
* Setup an output directory
+
 
source /home/mktrost/seqshop/setup.txt
+
 
* You won't see any output after running <code>source</code>
+
<div class="mw-collapsible mw-collapsed" style="width:500px">
** It silently sets up your environment
+
I'm using bash (replace the paths below with the appropriate paths):
<div class="mw-collapsible mw-collapsed" style="width:200px">
  −
View setup.txt
   
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
[[File:setup.png|500px]]
+
* 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>
 
</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>
 
</div>
 
</div>

Navigation menu