×

nf-core/ensemblvep/filtervep @ 0.0.0-0c7146d

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-0c7146d
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 08 Apr 2026 18:58:41 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fensemblvep%2Ffiltervep/0.0.0-0c7146d/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/ensemblvep/filtervep/blobs/sha256:2f9de01edac2cd3f4cec02ceea3fe0db31d915946ee5fb7b35f8e24e8787d114
Size 3.1 KB
Checksum sha256:2f9de01edac2cd3f4cec02ceea3fe0db31d915946ee5fb7b35f8e24e8787d114
Downloads 3
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