Description

Compresses VCF files

Input

name:type
description
pattern

meta{:bash}

:map

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

vcf{:bash}

:file

VCF file

*.{vcf}

tbi{:bash}

:file

tabix index file

*.{tbi}

fasta{:bash}

:file

FASTA reference file

*.{fasta,fa}

mask{:bash}

:file

BED file used for masking

*.{bed}

Output

name:type
description
pattern

fasta{:bash}

meta{:bash}

:map

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

*.fa{:bash}

:file

FASTA reference consensus file

*.{fasta,fa}

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

Tools

consensus
MIT

Create consensus sequence by applying VCF variants to a reference fasta file.