Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 30: Line 30:  
  export HGDP=/home/chaolong/LASER-Tutorial/HGDP
 
  export HGDP=/home/chaolong/LASER-Tutorial/HGDP
 
  export BAM=/home/chaolong/LASER-Tutorial/BAM
 
  export BAM=/home/chaolong/LASER-Tutorial/BAM
 +
 +
== 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>
    
== Preparing input files for LASER ==
 
== Preparing input files for LASER ==

Navigation menu