Description

Ensembl Variant Effect Predictor (VEP). The output-file-format is controlled through task.ext.args.

Input

name:type
description
pattern

meta{:bash}

:map

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

vcf{:bash}

:file

vcf to annotate

custom_extra_files{:bash}

:file

extra sample-specific files to be used with the --custom flag to be configured with ext.args (optional)

genome{:bash}

:string

which genome to annotate with

species{:bash}

:string

which species to annotate with

cache_version{:bash}

:integer

which version of the cache to annotate with

cache{:bash}

:file

path to VEP cache (optional)

meta2{:bash}

:map

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

fasta{:bash}

:file

reference FASTA file (optional)

*.{fasta,fa}

extra_files{:bash}

:file

path to file(s) needed for plugins (optional)

Output

name:type
description
pattern

vcf{:bash}

meta{:bash}

:map

Map with sample information

*.vcf.gz{:bash}

:file

annotated vcf (optional)

*.vcf.gz

tbi{:bash}

meta{:bash}

:map

Map with sample information

*.vcf.gz.tbi{:bash}

:file

annotated vcf index (optional)

*.vcf.gz.tbi

tab{:bash}

meta{:bash}

:map

Map with sample information

*.tab.gz{:bash}

:file

tab file with annotated variants (optional)

*.ann.tab.gz

json{:bash}

meta{:bash}

:map

Map with sample information

*.json.gz{:bash}

:file

json file with annotated variants (optional)

*.ann.json.gz

report{:bash}

*.html{:bash}

:file

VEP report file

*.html

versions_ensemblvep{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

ensemblvep{:bash}

:string

The tool name

vep --help | sed -n '/ensembl-vep/s/.*: //p'{:bash}

:string

The command used to generate the version of the tool

versions_tabix{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

tabix{:bash}

:string

The tool name

tabix -h 2>&1 | grep -oP 'Version:\s*\K[^\s]+'{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

ensemblvep{:bash}

:string

The tool name

vep --help | sed -n '/ensembl-vep/s/.*: //p'{:bash}

:string

The command used to generate the version of the tool

${task.process}{:bash}

:string

The process the versions were collected from

tabix{:bash}

:string

The tool name

tabix -h 2>&1 | grep -oP 'Version:\s*\K[^\s]+'{:bash}

:eval

The expression to obtain the version of the tool

Tools

ensemblvep
Apache-2.0

VEP determines the effect of your variants (SNPs, insertions, deletions, CNVs or structural variants) on genes, transcripts, and protein sequence, as well as regulatory regions.