Description

Convert VCF to a user friendly table

Input

name:type
description
pattern

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}

:file

Optional index file for the VCF

*.{tbi,csi}

regions_file{:bash}

:file

Optional. Restrict to regions listed in a file

*.{bed,bed.gz,txt,tsv}

meta2{:bash}

:map

Groovy Map containing pedigree information

pedigree{:bash}

:file

Optional pedigree for jvarkit

*.{ped,pedigree}

Output

name:type
description
pattern

output{:bash}

meta{:bash}

:map

Groovy Map containing VCF information e.g. [ id:‘test’, single_end:false ]

*.${extension}{:bash}

:file

Output file

*.{txt,html}

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

bcftools
MIT

View, subset and filter VCF or BCF files by position and filtering expression. Convert between VCF and BCF

args_id: $args1