Description

Normalize VCF file

Input

name:type
description
pattern

meta

:map

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

vcf

:file

The vcf file to be normalized e.g. ‘file1.vcf’

*.{vcf,vcf.gz}

tbi

:file

An optional index of the VCF file (for when the VCF is compressed)

*.vcf.gz.tbi

meta2

:map

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

fasta

:file

FASTA reference file

*.{fasta,fa}

Output

name:type
description
pattern

vcf

meta

:map

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

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

:file

One of uncompressed VCF (.vcf), compressed VCF (.vcf.gz), compressed BCF (.bcf.gz) or uncompressed BCF (.bcf) normalized output file

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

index

meta

:map

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

*.{tbi,csi}

:file

VCF file index

*.{tbi,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 //'

:eval

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 //'

:eval

The command used to generate the version of the tool