-
Notifications
You must be signed in to change notification settings - Fork 34
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
VEP cache is not working #126
Comments
which build are you trying? |
dev, I already spotted the issue:
For the test profile we define this:
So the vep_annotation_cache_key contains "110_WBcel235" While the actual path is s3://annotation-cache/vep_cache/110_WBcel235/caenorhabditis_elegans/ I'll create a PR for it @maxulysse I didn't see this when fixing the issue for snpEff because I was already using the path to the VEP cache instead of using the automatic path builder |
@maxulysse I created a PR for this, let me know what you think! |
Pr fixed the issue, closing this issue! |
Description of the bug
I got the error: MSG:
ERROR:
Cache directory vep_cache/homo_sapiens not found` When running the module NFCORE_RNAVAR:RNAVAR:VCF_ANNOTATE_ALL:VCF_ANNOTATE_MERGE:ENSEMBLVEP_VEPI saw that, similarly to what happened with snpEff, the conditional statement that checks if the vep_cache is equal to "s3://annotation-cache/vep_cache/" is missing a "/" in https://github.com/nf-core/rnavar/blob/dev/workflows/rnavar.nf lines 154 and 162.
However, if I add the missing "/" and run the command:
nextflow run main.nf -profile docker,test --annotate_tools merge --outdir
. It still doesn't work because it fails to build the right path, and raises the error:This path is not available within annotation-cache. Please check https://annotation-cache.github.io/ to create a request for it.
The test profile is a modified version that removes the parameters vep_cache = null and snpeff_cache = null
Command used and terminal output
No response
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered: