Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 254: Line 254:  
|}
 
|}
   −
==== Options ====
+
==== GlfFlex Options ====
    
{| class="wikitable" style="margin: 1em 1em 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;" border="1"
 
{| class="wikitable" style="margin: 1em 1em 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;" border="1"
 
! Configuration Key !! Program Description !! Default Value
 
! Configuration Key !! Program Description !! Default Value
 
|-
 
|-
 
+
| VCF_EXTRACT || position file to use for glfFlex ||  
| || SAMTOOLS_VIEW_FILTER ||  ||  
   
|-
 
|-
| || NOBAQ_SUBSTRINGS || skip the BAQ step if the BAM filename contains the specified space-separated substrings || SOLID
+
| MODEL_GLFSINGLE || set to TRUE if glfSingle model should be used for glfFlex ||
 
|-
 
|-
| || MODEL_GLFSINGLE ||  ||  
+
| MODEL_SKIP_DISCOVER || set to true to disable variant discovery for glfFlex ||
 
|-
 
|-
| || MODEL_SKIP_DISCOVER ||  ||  
+
| MODEL_AF_PRIOR || set to true to use AF prior for genotyping for glfFlex ||
 
|-
 
|-
| || MODEL_AF_PRIOR ||  ||
+
|}
 +
 
 +
 
 +
==== SVM Filtering Options ====
 +
{| class="wikitable" style="margin: 1em 1em 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;" border="1"
 +
! Configuration Key !! Program Description !! Default Value
 
|-
 
|-
| || BAM_DEPEND ||  ||  
+
| POS_SAMPLE || percentage of positive samples used for training || 100
 
|-
 
|-
| || WGS_SVM ||  ||  
+
| NEG_SAMPLE || percentage of negative samples used for training || 100
 
|-
 
|-
| || MAKE_OPTS ||  ||  
+
| SVM_CUTOFF || SVM score cutoff for PASS/FAIL || 0
 
|-
 
|-
| || USE_SVMMODEL || ||  
+
| USE_SVMMODEL || whether to use pre-trained model for SVM filtering || FALSE
 
|-
 
|-
| SVM_CUTOFF || ||  
+
| SVMMODEL || pre-trained model file (if USE_SVMMODEL is set to TRUE) ||  
 
|-
 
|-
| SVMMODEL ||  ||
+
|}
|-
+
 
| || POS_SAMPLE ||  ||
+
 
|-
+
==== Hard Filtering Options ====
| || NEG_SAMPLE ||  ||
+
 
|-
+
{| class="wikitable" style="margin: 1em 1em 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;" border="1"
| || KEEP_LOG ||  ||
+
! Configuration Key !! Program Description !! Default Value
 
|-
 
|-
| || FILTER_ADDITIONAL ||  ||  
+
| FILTER_ADDITIONAL ||  ||  
 
|-
 
|-
   Line 309: Line 313:        +
|}
    +
==== Options ====
 +
 +
{| class="wikitable" style="margin: 1em 1em 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;" border="1"
 +
! Configuration Key !! Program Description !! Default Value
 +
|-
 +
 +
| || SAMTOOLS_VIEW_FILTER || filter settings for samtools view (default filters by mapping quality and flag)  || -q 20 -F 0x0704
 +
|-
 +
| || NOBAQ_SUBSTRINGS || skip the BAQ step if the BAM filename contains the specified space-separated substrings || SOLID
 +
|-
 +
| || BAM_DEPEND || set to true to rerun the pipeline if the BAM files are newer than previously run steps that use them || FALSE
 +
|-
 +
| || WGS_SVM ||  ||
 +
|-
 +
| || MAKE_OPTS ||  ||
 +
|-
 +
| || KEEP_LOG ||  ||
 +
|-
 
|}
 
|}

Navigation menu