You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Nextflow v. 23.04.1 and sarek v. 3.2.0, Ensembl VEP is being executed fine with a built-in genome, but it ends up getting silently skipped (with no error or warning in the logs) with a custom genome for the same species. I tested this in yeast, as follows:
With a custom genome, the command below skips VEP:
I am writing this pull request to get some feedback regarding the amizeranschi/bcbio-full (https://hub.docker.com/r/amizeranschi/bcbio-full/tags)
We know that bcbio-vm docker image has been discontinued.
Thus in the absence of any documentation we want to know if amizeranschi/bcbio-full docker image is a functional image and can be installed to run bcbio in a containerized version. Also, in this case, how are the databases installed, must they be installed outside of the docker image?
As it turns out, this was no bug, but just a configuration error. The custom genome setup required some additional VEP parameters (hidden by default in the documentation) which were set up automatically for the built-in genome.
Description of the bug
Using Nextflow v. 23.04.1 and sarek v. 3.2.0, Ensembl VEP is being executed fine with a built-in genome, but it ends up getting silently skipped (with no error or warning in the logs) with a custom genome for the same species. I tested this in yeast, as follows:
With a custom genome, the command below skips VEP:
With the built-in genome, VEP is being executed:
I am including two log files below, one for a test in which VEP was skipped and one where VEP was executed.
Command used and terminal output
No response
Relevant files
this-skipped-vep.log.txt
this-ran-vep.log.txt
System information
No response
The text was updated successfully, but these errors were encountered: