Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 63: Line 63:  
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.
  −
 
  −
# 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" style="width:500px">
  −
:Using bash (replace the paths below with the appropriate paths):
  −
<div class="mw-collapsible-content">
  −
::<pre>export GC=~/seqshop/gotcloud&#10;export SS=~/seqshop/example&#10;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">
  −
::<pre>setenv GC ~/seqshop/gotcloud&#10;setenv SS ~/seqshop/example&#10;setenv OUT ~/seqshop/output</pre>
  −
</div>
  −
</div>
  −
 
  −
</div>
  −
</div>
      
== Examining [[GotCloud]] Align Input Files ==
 
== Examining [[GotCloud]] Align Input Files ==

Navigation menu