Skip to content

Commit

Permalink
Remove -force_pathogenic_pass in PAVE somatic
Browse files Browse the repository at this point in the history
  • Loading branch information
scwatts committed Mar 7, 2024
1 parent f618283 commit 2bd379c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/local/pave/somatic/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ process PAVE_SOMATIC {

// Targeted mode
def pon_artefact_arg = pon_artefacts ? "-pon_artefact_file ${pon_artefacts}" : ''
def pathogenic_pass_force_arg = pon_artefacts ? '-force_pathogenic_pass': ''
def sage_blocklist_regions_arg = sage_blocklist_regions ? "-blacklist_bed ${sage_blocklist_regions}" : ''
def sage_blocklist_sites_arg = sage_blocklist_sites ? "-blacklist_vcf ${sage_blocklist_sites}" : ''
def clinvar_annotations = clinvar_annotations ? "-clinvar_vcf ${clinvar_annotations}" : ''
Expand All @@ -69,7 +68,6 @@ process PAVE_SOMATIC {
-ensembl_data_dir ${ensembl_data_resources} \\
${sage_blocklist_regions_arg} \\
${sage_blocklist_sites_arg} \\
${pathogenic_pass_force_arg} \\
${gnomad_args} \\
-read_pass_only \\
-threads ${task.cpus} \\
Expand Down

0 comments on commit 2bd379c

Please sign in to comment.