ensembl_vep/vep

variant effect prediction
annotation
genomics
consequence
missense

Description

Variant Effect Predictor (VEP) determines the effect of variants on genes, transcripts, and protein sequences.

VEP annotates variants with:

  • Consequence types (missense, nonsense, splice site, etc.)

  • Gene and transcript information

  • Protein effect predictions (SIFT, PolyPhen)

  • Population frequencies and clinical significance

  • Conservation scores and regulatory features

See the VEP documentation for comprehensive usage.

Type

bash_script

License

Apache-2.0

Keywords

variant effect prediction
annotation
genomics
consequence
missense

Contributors

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
format: [ "vcf" ]  
output_file: "$id.$key.output_file.txt"  
species: [ "homo_sapiens" ]  
dir: [ "/root/.vep" ]  
buffer_size: [ 5000 ]  
id: "run"  
publish_dir: "output/"  
EOM

nextflow run https://packages.viash-hub.com/vsh/biobox.git \  
  -revision v0.4.2 \  
  -main-script target/nextflow/ensembl_vep/vep/main.nf \  
  -params-file params.yaml  

Inputs

Name
Type & Properties
--input_file
-i
file
required
--format
string

Outputs

Name
Type & Properties
--output_file
-o
file
required
output
--vcf
boolean_true

Reference Data

Name
Type & Properties
--species
string
--assembly
string
--cache
boolean_true
--dir
file
--cache_version
integer
--offline
boolean_true

Annotation Options

Name
Type & Properties
--everything
boolean_true
--canonical
boolean_true
--ccds
boolean_true
--protein
boolean_true
--symbol
boolean_true
--hgvs
boolean_true
--sift
string
--polyphen
string

Frequency Options

Name
Type & Properties
--af
boolean_true
--af_1kg
boolean_true
--af_gnomad
boolean_true
--max_af
boolean_true

Filtering Options

Name
Type & Properties
--pick
boolean_true
--pick_allele
boolean_true
--flag_pick
boolean_true
--per_gene
boolean_true
--pick_order
string

Output Filtering

Name
Type & Properties
--most_severe
boolean_true
--summary
boolean_true
--filter_common
boolean_true

Advanced Options

Name
Type & Properties
--buffer_size
integer
--no_check_variants_order
boolean_true
--allow_non_variant
boolean_true

Collaborate Accelerate Succeed

Empower your organization with secure, scalable workflow solutions that simplify development, ensure compliance, and drive innovation.

Viash Hub is a platform developed by Data Intuitive, a Belgian-based bioinformatics company specializing in data workflow development and deployment.