This is a test version of Biostars. For the public version, visit https://www.biostars.org.
VEP plugin uses

It is a small question, I downloaded all plugins and wrote in the input script to get plugin experimental functionalities (I am using merged cache Ref_Seq & Ensembl both).

# make a file with a single variant using bash
echo "17 43071077 43071077 T/C + variant_1" > variant.txt

#Run script for VEP
./vep -i variant.txt -o variant.anno.txt --tab --cache --everything --species "homo_sapiens" --per_gene --plugin CADD Carol Condel dbNSFP Downstream ExAC FATHMM LoFtool --sift b --polyphen b --show_ref_allele --hgvs --merged --force_overwrite --term SO

However, in the output file, I am not getting any data of Carol, Condel, dbNSFP, Downstream, ExAC, FATHMM, LoFtool, etc. Any help in terms of how to get the different experimental functionalities using the plugin? Thanks a lot for any help, I really appreciate it.

gene ensembl next-gen-sequencing vep

1 answer

I worked around the issue, actually, I need to add --plugin before all plugins. I also need to add options like file location or any other database etc. if it require.

Log in to answer this question.