Skip to content

Commit

Permalink
Removing --contamination-table from FilterMutectCalls due to causing …
Browse files Browse the repository at this point in the history
…low recall with SEQC2 TN pair
  • Loading branch information
skchronicles committed Oct 30, 2024
1 parent 3d06f7d commit 613d69e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions workflow/rules/somatic.smk
Original file line number Diff line number Diff line change
Expand Up @@ -609,12 +609,14 @@ rule gatk_filter_mutect2:
config['tools']['gatk4'],
config['tools']['vcftools'],
shell: """
# Mutect2 orien bias filter
# Mutect2 orien bias filter,
# removing the contamination filter
# option due to causing low recall
# with SEQC2 truth set
gatk FilterMutectCalls \\
-R {params.genome} \\
-V {input.vcf} \\
--ob-priors {input.orien} \\
--contamination-table {input.summary} \\
-O {output.vcf} \\
--stats {input.stats}
"""
Expand Down

0 comments on commit 613d69e

Please sign in to comment.