Skip to content

Commit

Permalink
Update workflows/rnavar/main.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Maxime U Garcia <[email protected]>
  • Loading branch information
nvnieuwk and maxulysse authored Jan 9, 2025
1 parent 7b15774 commit 5c095be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/rnavar/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ workflow RNAVAR {

if (params.vep_include_fasta) {
ch_vep_fasta = ch_fasta
}
}

VCF_ANNOTATE_ALL(
ch_final_vcf.map{meta, vcf -> [ meta + [ file_name: vcf.baseName ], vcf ] },
Expand Down

0 comments on commit 5c095be

Please sign in to comment.