This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Ensembl variant effect predictor bigWigToWig

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

software-error ensembl bigwigtowig next-gen vep

1 answer

bigWigToWig is part of the UCSC kent source tree

See this page for installation instructions: http://genome-source.cse.ucsc.edu/gitweb/?p=kent.git;a=blob;f=src/product/README.building.source

Log in to answer this question.