Convert VCF to a user friendly table
meta{:bash}
:map
Groovy Map containing VCF information e.g. [ id:‘genome’ ]
vcf{:bash}
:file
Input vcf/bcf file
*.{vcf,bcf,vcf.gz,bcf.gz}
tbi{:bash}
Optional index file for the VCF
*.{tbi,csi}
regions_file{:bash}
Optional. Restrict to regions listed in a file
*.{bed,bed.gz,txt,tsv}
meta2{:bash}
Groovy Map containing pedigree information
pedigree{:bash}
Optional pedigree for jvarkit
*.{ped,pedigree}
output{:bash}
Groovy Map containing VCF information e.g. [ id:‘test’, single_end:false ]
*.${extension}{:bash}
Output file
*.{txt,html}
versions{:bash}
versions.yml{:bash}
File containing software versions
versions.yml
Java utilities for Bioinformatics.
$args2
View, subset and filter VCF or BCF files by position and filtering expression. Convert between VCF and BCF
$args1