×

nf-core/ensemblvep/filtervep @ 0.0.0-6c4ed3a

Filter variants based on Ensembl Variant Effect Predictor (VEP) annotations.

Latest version: 0.0.0-6c4ed3a
Total downloads: 7
Source: nf-core/modules
Authors: @ramprasadn
Maintainers: @ramprasadn

Summary

Filter variants based on Ensembl Variant Effect Predictor (VEP) annotations.

Get started

Add the following snippet to your workflow script to include this module.

include { ENSEMBLVEP_FILTERVEP } from 'nf-core/ensemblvep/filtervep'

License

MIT License

Process
Name ENSEMBLVEP_FILTERVEP
Input 2 channels
#1 tuple
meta map

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

input file

VCF/TAB file annotated with vep

*.{vcf,tab,tsv,txt}
feature_file file

File containing features on separate lines. To be used with --filter option.

Output 3 channels
#1 output tuple
meta map

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

*.${extension} file

VCF/TAB file

*.{vcf,tab,txt,tsv}
#2 versions_ensemblvep tuple
${task.process} string

The process the versions were collected from

ensemblvep string

The tool name

vep --help | sed -n '/ensembl-vep/s/.*: //p' eval

The command used to generate the version of the tool

#3 versions_perlmathcdf tuple
${task.process} string

The process the versions were collected from

perl-math-cdf string

The tool name

perl -MMath::CDF -e 'print \\$Math::CDF::VERSION' eval

The expression to obtain the version of the tool

Tool Description Homepage
ensemblvep 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. https://www.ensembl.org/info/docs/tools/vep/index.html
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:14:57 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fensemblvep%2Ffiltervep/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/ensemblvep/filtervep/blobs/sha256:4d50c17279c44a8f673de3a60a06aa0614cc57440229cadb07846351ae088418
Size 3.2 KB
Checksum sha256:4d50c17279c44a8f673de3a60a06aa0614cc57440229cadb07846351ae088418
Downloads 4
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:14:57 (UTC) 4 3.2 KB
0.0.0-0c7146d 08 Apr 2026 18:58:41 (UTC) 3 3.1 KB