Skip to content

Commit

Permalink
Merge pull request #1064 from nf-core/sentieon_avoid_publishing
Browse files Browse the repository at this point in the history
Avoid publishing from SENTIEON_GVCFTYPER
  • Loading branch information
asp8200 authored Jun 5, 2023
2 parents c71df1f + 635780d commit b3fb0d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conf/modules/sentieon_joint_germline.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ process {
withName: 'NFCORE_SAREK:SAREK:BAM_VARIANT_CALLING_GERMLINE_ALL:BAM_JOINT_CALLING_GERMLINE_SENTIEON:SENTIEON_GVCFTYPER' {
ext.args = { "--allow-old-rms-mapping-quality-annotation-data" }
ext.prefix = { meta.intervals_name }
publishDir = [
enabled: false
]
}

if (params.tools && params.tools.contains('sentieon_haplotyper') && params.joint_germline) {
Expand Down

0 comments on commit b3fb0d8

Please sign in to comment.