Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 69: Line 69:  
We recommend that you setup these variables so you won't have to modify every command in the tutorial.
 
We recommend that you setup these variables so you won't have to modify every command in the tutorial.
    +
# Point to where you installed GotCloud
 +
# Point to where you installed the seqshop files
 +
# Point to where you want the output to go
   −
<div class="mw-collapsible mw-collapsed" style="width:500px">
+
<div class="mw-collapsible" style="width:500px">
Using bash (replace the paths below with the appropriate paths):
+
:Using bash (replace the paths below with the appropriate paths):
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
* Point to where you installed GotCloud
+
::<pre>export GC=~/seqshop/gotcloud&#10;export SS=~/seqshop/example&#10;export OUT=~/seqshop/output</pre>
*:<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>
 
</div>
      
<div class="mw-collapsible mw-collapsed" style="width:500px">
 
<div class="mw-collapsible mw-collapsed" style="width:500px">
Using tcsh (replace the paths below with the appropriate paths):
+
:Using tcsh (replace the paths below with the appropriate paths):
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
* Point to where you installed GotCloud
+
::<pre>setenv GC ~/seqshop/gotcloud&#10;setenv SS ~/seqshop/example&#10;setenv OUT ~/seqshop/output</pre>
*:<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>

Navigation menu