Description

Compresses VCF files

Input

name:type
description
pattern

meta

:map

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

vcf

:file

VCF file

*.{vcf}

tbi

:file

tabix index file

*.{tbi}

fasta

:file

FASTA reference file

*.{fasta,fa}

mask

:file

BED file used for masking

*.{bed}

Output

name:type
description
pattern

fasta

meta

:map

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

*.fa

:file

FASTA reference consensus file

*.{fasta,fa}

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

Tools

consensus
MIT

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