Description

Add or remove annotations.

Input

name:type
description
pattern

meta{:bash}

:map

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

input{:bash}

:file

Query VCF or BCF file, can be either uncompressed or compressed

index{:bash}

:file

Index of the query VCF or BCF file

annotations{:bash}

:file

Bgzip-compressed file with annotations

annotations_index{:bash}

:file

Index of the annotations file

columns{:bash}

:file

List of columns in the annotations file, one name per row

header_lines{:bash}

:file

Contains lines to append to the output VCF header

rename_chrs{:bash}

:file

Rename annotations according to this file containing “old_name new_name\n” pairs separated by whitespaces, each on a separate line.

Output

name:type
description
pattern

vcf{:bash}

meta{:bash}

:map

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

${prefix}.${extension}{:bash}

:file

Compressed annotated VCF file

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

tbi{:bash}

meta{:bash}

:map

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

${prefix}.${extension}.tbi{:bash}

:file

Alternative VCF file index

*.tbi

csi{:bash}

meta{:bash}

:map

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

${prefix}.${extension}.csi{:bash}

:file

Default VCF file index

*.csi

versions_bcftools{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

bcftools{:bash}

:string

The tool name

bcftools --version | sed '1!d; s/^.*bcftools //'{:bash}

:string

The command used to generate the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

bcftools{:bash}

:string

The tool name

bcftools --version | sed '1!d; s/^.*bcftools //'{:bash}

:string

The command used to generate the version of the tool