Skip to content

Commit

Permalink
Merge branch 'mtrefactor' of github.com:genomic-medicine-sweden/rared…
Browse files Browse the repository at this point in the history
…isease into mtrefactor
  • Loading branch information
ramprasadn committed Sep 15, 2023
2 parents 29c9c85 + 4eeab25 commit dbb8c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/call_snv.nf
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ workflow CALL_SNV {
genome_tabix = ch_genome_tabix // channel: [ val(meta), path(tbi) ]
genome_vcf_tabix = ch_genome_vcf_tabix // channel: [ val(meta), path(vcf), path(tbi) ]
mt_vcf = POSTPROCESS_MT_CALLS.out.vcf // channel: [ val(meta), path(vcf) ]
mt_tabix = POSTPROCESS_MT_CALLS.out.tbi // channel: [ val(meta), path(vcf) ]
mt_tabix = POSTPROCESS_MT_CALLS.out.tbi // channel: [ val(meta), path(tbi) ]
versions = ch_versions // channel: [ path(versions.yml) ]
}

0 comments on commit dbb8c38

Please sign in to comment.