Skip to content

Commit

Permalink
pass seq dict to mergevcfs
Browse files Browse the repository at this point in the history
  • Loading branch information
ramprasadn committed Jul 26, 2023
1 parent 914cb74 commit f2dcba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/raredisease.nf
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ workflow RAREDISEASE {
.groupTuple()
.set { ch_merged_vcf }

GATK4_MERGEVCFS (ch_merged_vcf, [[],[]])
GATK4_MERGEVCFS (ch_merged_vcf, ch_genome_dictionary)
ch_snv_annotate = GATK4_MERGEVCFS.out.vcf
ch_versions = ch_versions.mix(GATK4_MERGEVCFS.out.versions)
}
Expand Down

0 comments on commit f2dcba3

Please sign in to comment.