ensembl_vep/vep_install

variant effect prediction
annotation
genomics
installation
cache

Description

Install Ensembl VEP cache data, FASTA files, and plugins for variant effect prediction.

The VEP installer script downloads and installs reference data required by VEP, including:

  • Cache files containing transcript and regulatory data

  • FASTA files for reference sequences

  • VEP plugins for extended functionality

See the VEP installation documentation for details.

Type

bash_script

License

Apache-2.0

Keywords

variant effect prediction
annotation
genomics
installation
cache

Contributors

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
destdir: "$id.$key.destdir./opt/vep"  
cachedir: "$id.$key.cachedir./data/vep_cache"  
pluginsdir: "$id.$key.pluginsdir./data/vep_plugins"  
cache_version: [ 115 ]  
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_install/main.nf \  
  -params-file params.yaml  

Outputs

Name
Type & Properties
--destdir
file
output
--cachedir
file
output
--pluginsdir
file
output

Basic Options

Name
Type & Properties
--cache_version
integer

Installation Options

Name
Type & Properties
--auto
string
--species
string
multiple
--assembly
string

Plugin Options

Name
Type & Properties
--plugins
string
multiple

Advanced Options

Name
Type & Properties
--no_update
boolean_true
--no_plugins
boolean_true
--no_htslib
boolean_true
--no_bioperl
boolean_true
--prefer_bin
boolean_true
--convert
boolean_true
--quiet
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.