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
Contributors
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 Name | Type & Properties |
|---|---|
--destdir | file output |
--cachedir | file output |
--pluginsdir | file output |
Name | Type & Properties |
|---|---|
--cache_version | integer |
Name | Type & Properties |
|---|---|
--auto | string |
--species | string multiple |
--assembly | string |
Name | Type & Properties |
|---|---|
--plugins | string multiple |
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 |