-
Notifications
You must be signed in to change notification settings - Fork 216
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
Update vcf2maf to work with later Ensembl vep releases #339
Comments
####### VEP 109.3 Instead of the official instructions, we will use mamba (conda, but faster) to install VEP and its dependencies. If you don't already have mamba, use these steps to download and install it into $HOME/mambaforge, then run a script that adds it to your $PATH:
You can add the following to your ~/.bashrc file to add mamba and conda to your $PATH whenever you login:
Use mamba to create and activate a conda environment with VEP, its dependencies, and other related tools:
change the vcf2maf.pl code:
Download VEP's offline cache for GRCh38, and the reference FASTA:
(Optional) Download VEP's offline cache for GRCh37, and the reference FASTA which we must bgzip instead of gzip:
Test running VEP in offline mode on a GRCh38 VCF:
|
Hi @coonya Thanks a lot for your suggestions to change vcf2maf.pl. Would you know what other changes would be needed for say maf2maf.pl, maf2vcf.pl, vcf2vcf.pl. Thanks in advance. |
Hi team
Thanks for the great toolkit. I was wondering if this could be updated to work with later Ensembl vep releases (the latest as of Feb 2023 is 109.3 - https://github.com/Ensembl/ensembl-vep/releases/tag/release%2F109.3)
Thanks
The text was updated successfully, but these errors were encountered: