Skip to content
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

[BUG] VEP and SnpEff cache cannot be defined in nextflow.config #634

Closed
lassefolkersen opened this issue Jul 14, 2022 · 1 comment
Closed
Labels
bug Something isn't working Low priority Low priority for release

Comments

@lassefolkersen
Copy link
Contributor

lassefolkersen commented Jul 14, 2022

Description of the bug

For Sarek 3.0, dev-branch, wWhen including the following in a config file

params{
   vep_cache = 's3://somewhere'
}

The expected behaviour is to not pull the VEP-container, but instead use a cache. However it does pull the (quite big) container. So the bug may show as a CannotPullContainerError: write /var/lib/docker/tmp/GetImageBlob370078793: no space left on device error, especially when running with awsbatch. The choice is made on this line, where params.vep_cache is always empty. This can be bypassed by instead providing --vep_cache as command line switch, which is why the bug is marked as low-priority and postponed for backlog.

Additional context

In this slack thread, the sarek3.0 channel of nf-core slack. Possibly related to this issue.

@lassefolkersen lassefolkersen added bug Something isn't working Low priority Low priority for release labels Jul 14, 2022
@maxulysse
Copy link
Member

Since we can't see the Slack thread as it's a private one, I'll recapitulate the problem, and hopefully give some solutions for now:
We can't access from the modules.configs params defined in a custom config files, due to nextflow-io/nextflow#2662
Solution is either to specify from command line, edit the nextflow.config, or in an institutional profile.
I'm closing the issue as won't fix for now, but it's because it's closed that it's forgotten ;-)

@maxulysse maxulysse closed this as not planned Won't fix, can't repro, duplicate, stale Jul 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Low priority Low priority for release
Projects
None yet
Development

No branches or pull requests

2 participants