-
Notifications
You must be signed in to change notification settings - Fork 126
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]: Set snakemake cache directory for pangolin #802
Comments
I've created an image at |
Thanks for making the image available to test. I tested the docker image via one of Theiagen's WDL workflows in Terra and it ran without issue, likely because cromwell runs the WDLs as root (AFAIK) Also tested the docker image locally on a FASTA file, but ran into a permissions error when I ran the docker image as my linux user (instead of root):
Would it be better to set the cache dir variable to a directory that's writable to all users? perhaps use |
closed via PR #812 |
What container were you trying to use, and how were you attempting to use it?
I've run into a problem with the latest version of pangolin when I run this locally with singularity (even with the --no-home flag) and with nextflow run with singularity (which is where the error below is copied and pasted from). I think this is due to snakemake as opposed to pangolin or docker.
I think this can be resolved through setting the snakemake cache directory (XDG_CACHE_HOME?) in the image. I'm currently travelling this week and next, so I can't test this, but I think adding
might resolve the issue.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: