-
Notifications
You must be signed in to change notification settings - Fork 248
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
picard locale issue #317
Comments
Can you open issue on bioconda recipe? @bgruening this may be a more global issue regarding locale setup on bioconda containers. |
Yes, locales are not part of busybox and are not supported. It would make the container significantly bigger than it is now. However, if a tool needs to have it, we can enable an extended-base-image in the meta.yaml of conda that will create a larger image but with locales available. |
Thank you for the quick response, happy to close. Alexis. |
@alexiswl would be great if the containers is publish througth conda the corresponding conda recipe as @bgruening suggested. |
Hi there, I am unable to set the locale in the picard container from quay.
Steps to reproduce:
docker run quay.io/biocontainers/picard:2.18.27--0 picard
/usr/local/bin/picard: line 5: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory
USAGE: PicardCommandLine [-h]
I've also seen this converting this image to a singularity container. Since the container has been stripped of tools the issue cannot be resolved by the user.
Alexis
The text was updated successfully, but these errors were encountered: