Sorts VCF files
meta
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
vcf
:file
The VCF/BCF file to be sorted
*.{vcf.gz,vcf,bcf}
*.{vcf,vcf.gz,bcf,bcf.gz}
Sorted VCF file
*.{vcf.gz}
index
*.{tbi,csi}
VCF file index
versions_bcftools
${task.process}
:string
The process the versions were collected from
bcftools
The tool name
bcftools --version | sed '1!d; s/^.*bcftools //'
:eval
The command used to generate the version of the tool
versions
Sort VCF files by coordinates.