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

versions.yml{:bash}

:file

File containing software versions

versions.yml

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.