Description

Normalize VCF file

Input

name:type
description
pattern

meta{:bash}

:map

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

vcf{:bash}

:file

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

*.{vcf,vcf.gz}

tbi{:bash}

:file

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

*.vcf.gz.tbi

meta2{:bash}

:map

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

fasta{:bash}

:file

FASTA reference file

*.{fasta,fa}

Output

name:type
description
pattern

vcf{:bash}

meta{:bash}

:map

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

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

: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}

tbi{:bash}

meta{:bash}

:map

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

*.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 ]

*.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