Apply set operations to VCF files
meta
Groovy Map containing sample information e.g. [ id:‘test’, single_end
vcfs
List containing 2 or more vcf files e.g. [ ‘file1.vcf’, ‘file2.vcf’ ]
tbis
List containing the tbi index files corresponding to the vcfs input files e.g. [ ‘file1.vcf.tbi’, ‘file2.vcf.tbi’ ]
results
Folder containing the set operations results perform on the vcf files
${prefix}
versions
File containing software versions
versions.yml
Computes intersections, unions and complements of VCF files.