Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 164: Line 164:  
* Relative path, so assumes running from your home directory (I prefer absolute paths, but for simplicity of the workshop, we just use relative path).
 
* Relative path, so assumes running from your home directory (I prefer absolute paths, but for simplicity of the workshop, we just use relative path).
   −
==== Configuring SnpCall ====
+
==== GotCloud SnpCall Configuration ====
    
  cat ~/$SAMPLE/gotcloud.conf
 
  cat ~/$SAMPLE/gotcloud.conf
Line 193: Line 193:     
===== Configuration Updates =====
 
===== Configuration Updates =====
In order to complete SnpCall overnight, we are going to tell GotCloud to only call SNPs for the EXOME regions.
+
'''No configuration updates from the original settings are necessary.'''
 +
* Originally you were going to update the configuration to do exome calling only, but we have decided to do whole genome
 +
** If it doesn't finish tonight, we will kill it at the tutorial in the morning, and take advantage of the GotCloud restart capability after the tutorial tomorrow.
   −
Edit  
+
If you started making updates to your configuration yesterday, you can try to make it match above (mktrost is actually the path you want in the paths above).
 +
* The only difference from above should be your OUT_DIR.
 +
Check it with (leave as ~mktrost - you are comparing to my NA12878 conf file):
 +
  diff $SAMPLE/gotcloud.conf ~mktrost/NA12878/gotcloud.conf
 +
 
 +
'''If you see differences, you can modify your file using nedit (or your favorite editor as you used yesterday).'''
 +
* '''Or you can copy my file and just change OUT_DIR:'''
 +
cp ~mktrost/NA12878/gotcloud.conf $SAMPLE/gotcloud.conf
 
  nedit $SAMPLE/gotcloud.conf&
 
  nedit $SAMPLE/gotcloud.conf&
* Or you can use <code>vi</code> or <code>emacs</code> or your favorite editor
+
* Edit OUT_DIR
 
+
  OUT_DIR = Sample##/output
Specify the target region:
+
* Save, and close
  UNIFORM_TARGET_BED = /net/seqshop-server/home/mktrost/seqshop/singleSample/20130108.exome.targets.bed
  −
* See [http://genome.sph.umich.edu/wiki/GotCloud:_Variant_Calling_Pipeline#Targeted.2FExome_Sequencing_Settings|Targeted/Exome Sequencing Settings] for more information on the GotCloud configuration settings for running Targeted/Exome runs.
      
==== Running SnpCall ====
 
==== Running SnpCall ====

Navigation menu