Skip to content

Commit

Permalink
take in vep_config from run_vep
Browse files Browse the repository at this point in the history
Co-authored-by: Nuno Agostinho <[email protected]>
  • Loading branch information
nakib103 and nuno-agostinho committed Jul 4, 2023
1 parent bc3a561 commit 6e1af6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow/nf_modules/merge_VCF.nf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ process mergeVCF {
cache 'lenient'

input:
tuple val(original_vcf), path(vcf_files), path(index_files), val(index_type)
tuple val(original_vcf), path(vcf_files), path(index_files), path(vep_config), val(index_type)
val output_dir

output:
Expand Down

0 comments on commit 6e1af6e

Please sign in to comment.