Entering edit mode
9.4 years ago
jeno0726
•
0
Hi!
I want to annotate my vcf file with GERP scores. I found that ensembl have variant effect predictor that should be able to do this pretty easy with the following row (also found at http://www.ensembl.org/info/docs/tools/vep/script/vep_example.html):
perl variant_effect_predictor.pl -cache -i example.vcf -custom All_hg19_RS.bw,GERP,bigwig
When I try to run it it gives the error message:
ERROR: bigWigToWig does not seem to be in your path - this is required to use bigwig format custom annotations
Anybody have a suggestion on how I can get the bigWigToWig to be in my path?
Thanks,
Jessika