Description

Filters VCF files

Input

name:type
description
pattern

meta

:map

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

vcf

:file

VCF input file

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

tbi

:file

VCF index file

*.tbi

Output

name:type
description
pattern

vcf

meta

:map

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

*.${extension}

:file

VCF filtered output file

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

tbi

meta

:map

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

*.tbi

:file

Alternative VCF file index

*.tbi

csi

meta

:map

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

*.csi

:file

Default VCF file index

*.csi

versions_bcftools

${task.process}

:string

The process the versions were collected from

bcftools

:string

The tool name

bcftools --version | sed '1!d; s/^.*bcftools //'

:string

The command used to generate the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The process the versions were collected from

bcftools

:string

The tool name

bcftools --version | sed '1!d; s/^.*bcftools //'

:string

The command used to generate the version of the tool