We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think this limitation is due to the base image: continuumio/miniconda How to reproduce:
$ docker run --user nobody dukegcb/deeptools:2.2.4 multiBamSummary -h ... IOError: [Errno 13] Permission denied: '/opt/conda/lib/python2.7/site-packages/ deepTools-2.2.4-py2.7.egg-info/PKG-INFO'
The text was updated successfully, but these errors were encountered:
improve progress printing and skip deeptools tests
74888f5
Created issue #44 to deal with fixing deeptools
Yeah the qiime2 image had that same problem for the same reason. I think if the conda install runs as a non root user it worked
Sorry, something went wrong.
No branches or pull requests
I think this limitation is due to the base image: continuumio/miniconda
How to reproduce:
The text was updated successfully, but these errors were encountered: