Skip to content

Commit 613d69e

Browse files
committed
Removing --contamination-table from FilterMutectCalls due to causing low recall with SEQC2 TN pair
1 parent 3d06f7d commit 613d69e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

workflow/rules/somatic.smk

+4-2
Original file line numberDiff line numberDiff line change
@@ -609,12 +609,14 @@ rule gatk_filter_mutect2:
609609
config['tools']['gatk4'],
610610
config['tools']['vcftools'],
611611
shell: """
612-
# Mutect2 orien bias filter
612+
# Mutect2 orien bias filter,
613+
# removing the contamination filter
614+
# option due to causing low recall
615+
# with SEQC2 truth set
613616
gatk FilterMutectCalls \\
614617
-R {params.genome} \\
615618
-V {input.vcf} \\
616619
--ob-priors {input.orien} \\
617-
--contamination-table {input.summary} \\
618620
-O {output.vcf} \\
619621
--stats {input.stats}
620622
"""

0 commit comments

Comments
 (0)