VEP plugin uses
1
0
Entering edit mode
2.7 years ago
SUMIT ▴ 30

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.3k views
ADD COMMENT
1
Entering edit mode
2.7 years ago
SUMIT ▴ 30

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.

ADD COMMENT

Login before adding your answer.

Traffic: 2949 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6