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

picard locale issue #317

Open
alexiswl opened this issue Mar 13, 2019 · 4 comments
Open

picard locale issue #317

alexiswl opened this issue Mar 13, 2019 · 4 comments

Comments

@alexiswl
Copy link

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

@osallou
Copy link
Contributor

osallou commented Mar 13, 2019

Can you open issue on bioconda recipe?

@bgruening this may be a more global issue regarding locale setup on bioconda containers.

@bgruening
Copy link
Member

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.

@alexiswl
Copy link
Author

Thank you for the quick response, happy to close.
I was able to create the container through the miniconda3 base image and rebuild the locales from there. Approx container size was 478 Mb in the end, which isn't too bad.

Alexis.

@ypriverol
Copy link
Member

@alexiswl would be great if the containers is publish througth conda the corresponding conda recipe as @bgruening suggested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@ypriverol @bgruening @osallou @alexiswl and others