Skip to content

Commit

Permalink
vcf_concatenate_germline workflow edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Patricie34 committed Nov 27, 2024
1 parent af736b4 commit e877ed4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conf/modules/post_variant_calling.config
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ process {
}

withName: 'VCFS_NORM_SORT' {
ext.prefix = { "${meta.id}.norm" }
ext.prefix = { "${meta.id}.${meta.variantcaller}.norm" }
ext.when = { params.normalize_vcfs }
publishDir = [
mode: params.publish_dir_mode,
Expand Down Expand Up @@ -73,7 +73,7 @@ process {
}

withName: 'TABIX_VCFS_NORM_SORT'{
ext.prefix = { "${meta.id}.norm" }
ext.prefix = { "${meta.id}.${meta.variantcaller}.norm" }
ext.when = { params.normalize_vcfs }
publishDir = [
mode: params.publish_dir_mode,
Expand Down
2 changes: 1 addition & 1 deletion subworkflows/local/vcf_concatenate_germline/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ workflow CONCATENATE_GERMLINE_VCFS {
versions = versions.mix(TABIX_GERMLINE_VCFS_CONCAT_SORT.out.versions)

emit:
vcfs = germline_vcfs_with_tbis // concatenated vcfs
vcfs = GERMLINE_VCFS_CONCAT_SORT.out.vcf // concatenated vcfs

versions // channel: [ versions.yml ]
}
Expand Down

0 comments on commit e877ed4

Please sign in to comment.