Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 90: Line 90:  
====Targeted/Exome Sequencing Settings====
 
====Targeted/Exome Sequencing Settings====
 
If you are running Targeted/Exome Sequencing, the user should specify:
 
If you are running Targeted/Exome Sequencing, the user should specify:
* Write loci file when performing pileup
  −
** WRITE_TARGET_LOCI = TRUE
  −
* Specify the output sub-directory to store target information, for example: targetDir
  −
** Should not be a full path as this will co under the OUT_DIR directory.
  −
** TARGET_DIR = targetDir
     −
If all individuals have the same target:
+
{| class="wikitable" style="margin: 1em 1em 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;" border="1"
* Specify the single bed file, for example: target.bed
+
! Configuration Key !! Value Description
** UNIFORM_TARGET_BED = target.bed
+
|-
 +
|UNIFORM_TARGET_BED|| Bed file of targeted regions (same bed for all samples)
 +
|-
 +
|MULTIPLE_TARGET_MAP|| Filename of file mapping: sample id -> bed file of targeted regions
 +
Each line of the file contains: [SM_ID] [TARGET_BED]
 +
|-
 +
|OFFSET_OFF_TARGET|| Number of bases by which to extend the target region
 +
(default is 0, do not extend the target region)
 +
|-
 +
|SAMTOOLS_VIEW_TARGET_ONLY || When performing samtools view, if set to true, exclude off-target regions
 +
(default is false)
   −
If not all individuals have the same target:
+
You may not want to set this to true due to it may:
* Specify the file containing the sample id -> bed map, for example: targetMap.txt
+
*''make command line too long''
** MULTIPLE_TARGET_MAP = targetMap.txt
+
*''produce an error if reads overlap multiple targeted regions''
*** Each line of the file contains [SM_ID] [TARGET_BED]
+
** see: [[GotCloud: FAQs#Targetted/Exome|GotCloud: FAQs->Targetted/Exome]]
 
+
|}
Optional Settings:
  −
* Extend the target region by a given number of bases, for example: 50
  −
** OFFSET_OFF_TARGET = 50
      
==== Chromosome X Calling ====
 
==== Chromosome X Calling ====

Navigation menu