Description

Convert VCF to a user friendly table

Input

name:type
description
pattern

meta

:map

Groovy Map containing VCF information e.g. [ id:‘genome’ ]

vcf

:file

Input vcf/bcf file

*.{vcf,bcf,vcf.gz,bcf.gz}

tbi

:file

Optional index file for the VCF

*.{tbi,csi}

regions_file

:file

Optional. Restrict to regions listed in a file

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

meta2

:map

Groovy Map containing pedigree information

pedigree

:file

Optional pedigree for jvarkit

*.{ped,pedigree}

Output

name:type
description
pattern

output

meta

:map

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

*.${extension}

:file

Output file

*.{txt,html}

versions_jvarkit

${task.process}

:string

The name of the process

jvarkit

:string

The name of the tool

jvarkit -v

:eval

The expression to obtain the version of the tool

versions_bcftools

${task.process}

:string

The name of the process

bcftools

:string

The name of the tool

bcftools --version |& sed '1!d;s/bcftools //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

jvarkit

:string

The name of the tool

jvarkit -v

:eval

The expression to obtain the version of the tool

${task.process}

:string

The name of the process

bcftools

:string

The name of the tool

bcftools --version |& sed '1!d;s/bcftools //'

:eval

The expression to obtain the version of the tool

Tools

bcftools
MIT

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

args_id: $args1