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
Contributors
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 Name | Type & Properties |
|---|---|
--input_file -i | file required |
--format | string |
Name | Type & Properties |
|---|---|
--output_file -o | file required output |
--vcf | boolean_true |
Name | Type & Properties |
|---|---|
--species | string |
--assembly | string |
--cache | boolean_true |
--dir | file |
--cache_version | integer |
--offline | boolean_true |
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 |
Name | Type & Properties |
|---|---|
--af | boolean_true |
--af_1kg | boolean_true |
--af_gnomad | boolean_true |
--max_af | boolean_true |
Name | Type & Properties |
|---|---|
--pick | boolean_true |
--pick_allele | boolean_true |
--flag_pick | boolean_true |
--per_gene | boolean_true |
--pick_order | string |
Name | Type & Properties |
|---|---|
--most_severe | boolean_true |
--summary | boolean_true |
--filter_common | boolean_true |
Name | Type & Properties |
|---|---|
--buffer_size | integer |
--no_check_variants_order | boolean_true |
--allow_non_variant | boolean_true |