Skip to content

Commit

Permalink
refactor: update sage modules
Browse files Browse the repository at this point in the history
  • Loading branch information
shihabdider committed May 13, 2024
1 parent f27a76c commit 0419940
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/local/sage/germline/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ process SAGE_GERMLINE {
path(panel_bed)
path(high_confidence_bed)

output
output:
tuple val(meta), path('*.sage.germline.vcf.gz'), path('*.sage.germline.vcf.gz.tbi'), emit: vcf
path "versions.yml" , emit: versions

Expand Down
2 changes: 1 addition & 1 deletion modules/local/sage/somatic/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ process SAGE_SOMATIC {
path(panel_bed)
path(high_confidence_bed)

output
output:
tuple val(meta), path('*.sage.somatic.vcf.gz'), path('*.sage.somatic.vcf.gz.tbi'), emit: vcf
path "versions.yml" , emit: versions

Expand Down
4 changes: 2 additions & 2 deletions subworkflows/local/bam_sage/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// BAM SAGE
//

include { SAGE_SOMATIC } from '../../../modules/local/somatic/sage/main.nf'
include { SAGE_GERMLINE } from '../../../modules/local/somatic/germline/main.nf'
include { SAGE_SOMATIC } from '../../../modules/local/sage/somatic/main.nf'
include { SAGE_GERMLINE } from '../../../modules/local/sage/germline/main.nf'

workflow BAM_SAGE {
// defining inputs
Expand Down

0 comments on commit 0419940

Please sign in to comment.