-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need helping to install some dependencies in perl to run vcf2maf.pl #10
Comments
! Installing DBI failed. See /root/.cpanm/work/1570292956.28393/build.log for details.
|
You can try with |
When I run this function appear this mistake
|
It seems a version issue |
if it doesn't work, you can use a docker image that should have updated scripts |
I am using docker, this is the command
After installing VEP, I tested the script like so
but i have another mistake, the --ref.fasta is missing or empty
|
You can try download the reference and add a directory |
Hi! I found this: |
Hi everyone
I want to run vcf2maf to convert vcf to maf but i have some problems to install dependencies in perl.
vcf2maf need VEP to run. To install VEP packages requires:
a) ggc, g++ and make
b) Perl (>=5.10 recommended, tested on 5.10, 5.14, 5.18, 5.22, 5.26)
c) Perl libraries Archive::Zip and DBI
I have installed perl v5.26.2 but not the libraries
I am using this repository to install VEP with these comands:
When i run the last command cpanm DBI i have a mistake and that look like
Apparently I have this package installed on this route ** /root/.cpanm/work/1570292956.28393/** but as I install it or make it executable, any suggestions.
Thanks
The text was updated successfully, but these errors were encountered: