Filter variants based on Ensembl Variant Effect Predictor (VEP) annotations.
Input
name:type
description
pattern
meta{:bash}
:map
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
input{:bash}
:file
VCF/TAB file annotated with vep
*.{vcf,tab,tsv,txt}
feature_file{:bash}
:file
File containing features on separate lines. To be used with —filter option.
Output
name:type
description
pattern
output{:bash}
meta{:bash}
:map
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
*.${extension}{:bash}
:file
VCF/TAB file
*.{vcf,tab,txt,tsv}
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
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
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.