Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 79: Line 79:  
{{:GotCloud: Configuration}}
 
{{:GotCloud: Configuration}}
   −
====Additional User Config Files Settings====
+
See [[#Variant Calling Command-line Options/Configuration Settings|Variant Calling Command-line Options/Configuration Settings]] for more information on Configuration options.
{| class="wikitable" style="margin: 1em 1em 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;" border="1"
  −
! Configuration Key !! Command-line Flag !! Value Description !! Default Value
  −
|-
  −
|CHRS||--chrs || pace separated list of chromosomes to process || 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 X
  −
|-
  −
| BAM_LIST|| --list || path to the [[#BAM List File|BAM List File]] || $(OUT_DIR)/bam.list
  −
|}
     −
====Targeted/Exome Sequencing Settings====
+
==== Example Configuration File ====
If you are running Targeted/Exome Sequencing, the user should specify:
  −
 
  −
{| class="wikitable" style="margin: 1em 1em 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;" border="1"
  −
! Configuration Key !! Value Description
  −
|-
  −
|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 || '''true''': speeds up processing by excluding off-target regions initially when performing samtools view
  −
 
  −
'''false''' (default): off-target regions are not excluded when performing samtools view, but are excluded at a later step
  −
 
  −
'''Warning:''' You may not want to set this to true due to it may:
  −
*''make command line too long''
  −
*''produce an error if reads overlap multiple targeted regions''
  −
** see: [[GotCloud: FAQs#Targetted/Exome|GotCloud: FAQs->Targetted/Exome]]
  −
|}
  −
 
  −
==== Chromosome X Calling ====
  −
For proper Chromosome X calling, it is recommended to specify a PED file with sex information:
  −
{| class="wikitable" style="margin: 1em 1em 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;" border="1"
  −
! Configuration Key !! Value Description
  −
|-
  −
|PED_INDEX|| ped file containing sampleID (2nd column) and sex (5th column)
  −
|}
  −
 
  −
Format of PED file:
  −
:<code>familyID  sampleID  fatherID  motherID  sex</code>
  −
* Only <code>sampleID</code> and <code>sex</code> are used
  −
 
  −
=== Example Configuration File ===
   
Example configuration file where reference files happen to be stored in /path/reference, and bam index file in path/freeze5
 
Example configuration file where reference files happen to be stored in /path/reference, and bam index file in path/freeze5
 
  CHRS = 20 22
 
  CHRS = 20 22
Line 134: Line 91:  
  HM3_VCF = $(REF_DIR)/hapmap3_r3_b37.sites.vcf.gz
 
  HM3_VCF = $(REF_DIR)/hapmap3_r3_b37.sites.vcf.gz
 
  DBSNP_VCF = $(REF_DIR)/dbsnp_135.b37.sites.vcf.gz
 
  DBSNP_VCF = $(REF_DIR)/dbsnp_135.b37.sites.vcf.gz
 +
 +
 +
== Variant Calling Command-line Options/Configuration Settings ==
 +
{{:GotCloud: Variant Calling Options}}
 +
    
== Running ==
 
== Running ==

Navigation menu