Skip to content

Commit

Permalink
added calls emits to cnvkit subworkflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lescai committed May 11, 2024
1 parent 933cd9c commit bb0ec8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion subworkflows/local/bam_variant_calling_cnvkit/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,7 @@ workflow BAM_VARIANT_CALLING_CNVKIT {
versions = versions.mix(CNVKIT_GENEMETRICS.out.versions)

emit:
versions // channel: [ versions.yml ]
cnv_calls_raw = CNVKIT_CALL.out.cns // channel: [ meta, cns ]
cnv_calls_export = CNVKIT_EXPORT.out.output // channel: [ meta, export_format ]
versions // channel: [ versions.yml ]
}

0 comments on commit bb0ec8d

Please sign in to comment.