Skip to content

Commit

Permalink
Correct typo in PAVE somatic module
Browse files Browse the repository at this point in the history
  • Loading branch information
scwatts committed Mar 3, 2024
1 parent 22d3fd3 commit 8ced85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/pave/somatic/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ process PAVE_SOMATIC {
System.exit(1)
}

// Targetted mode
// 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}" : ''
Expand Down

0 comments on commit 8ced85b

Please sign in to comment.