Apply set operations to VCF files
meta
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
vcfs
:list
List containing 2 or more vcf/bcf files. These must be compressed and have an associated index. e.g. [ ‘file1.vcf.gz’, ‘file2.vcf’ ]
*.{vcf,vcf.gz,bcf,bcf.gz}
tbis
List containing the tbi index files corresponding to the vcf/bcf input files
*.tbi
file_list
:file
Optional text file containing the list of VCF/BCF files to be processed by bcftools isec, one per line.
targets_file
Optional file containing target regions to restrict the analysis to.
regions_file
Optional file containing regions to restrict the analysis to.
results
${prefix}
:directory
Directory containing the output files from bcftools isec
${prefix}/
versions_bcftools
${task.process}
:string
The process the versions were collected from
bcftools
The tool name
bcftools --version | sed '1!d; s/^.*bcftools //'
The command used to generate the version of the tool
versions
Computes intersections, unions and complements of VCF files.