Description
Filter and post-process VEP output by consequence type, phenotype, clinical significance, and more.
This script filters VEP output files based on various criteria including:
Consequence types and predicted effects
Clinical significance and phenotype associations
Frequency thresholds from population databases
Quality metrics and variant properties
See the Filter VEP 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'
format: [ "tab" ]
output_file: "$id.$key.output_file.txt"
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/filter_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 |
Name | Type & Properties |
|---|---|
--filter | string multiple |
--only_matched | boolean_true |
Name | Type & Properties |
|---|---|
--ontology | boolean_true |
--count -c | boolean_true |
Name | Type & Properties |
|---|---|
--force_valid_header | boolean_true |
--test | integer |