-
Notifications
You must be signed in to change notification settings - Fork 705
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
Locale error in step Picard MarkDuplicates #104
Comments
Hi @santiagorevale, Thanks for reporting this. It's the first time I've seen this error, which is strange - typically problems like this no longer happen when using Singularity. The fact that you're using v1.1 and I only released this two days ago makes me suspicious though (also the fact that I updated Picard in this release). Have you tried running v1.0 of the pipeline? Do you get the same error? You should be able to run it by just adding Phil |
Hi @ewels, I forgot to mention that besides the warning message, the pipeline keeps running. Sorry for that. However, I've tried running it with version 1.0 and the same warning is happening. On the other hand, I came across an error on version 1.0 when running on Nextflow version 0.32.0 which I'm detailing below. Please, let me know if you want me to create a new issue with it and remove it from here.
|
Aha - if it keeps running then it's possible that we noticed the error but figured it wasn't causing any problems so just ignored it. I assume the results look ok? The error with Ok - so if everything is working as expected, then I might close this if that's ok 😁I don't think that a warning message with no consequence on the results is worth fighting with. If you think it's more severe than this then please let us know though. Phil |
Hi @ewels , I noticed in your post above that you said it "no longer" happens. That means the "cannot change locale" issue happened before but was resolved somehow? Can you share what the fix was for this? I am stuck using Nextflow v0.20.1 and I experience this issue now and then. I'd love to be able to solve it. |
Hi @hekatonkhieres, v0.20.1 is really really old. I’m kind of amazed that the pipeline runs at all, as we make use of several features that were released in later versions of nextflow. How come you’re locked to that version? I don’t really want to get in to trying to fix this on such an old version of nextflow tbh. Phil |
Hi there!
I’m running version 1.1 of the pipeline using the Singularity’s image provided in here. When running Picard MarkDuplicates I’m getting the following error:
Is anybody else having the same issue? Is it something that should be fixed in the image, right? I tried running something like
apt-get install locales
but don’t image is read-only (don’t have much experience in Singularity, should I be able to bypass the read-only limitation?).Thank you very much in advance for any help.
Cheers,
Santiago
The text was updated successfully, but these errors were encountered: