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

ERROR picard container for NFCORE_VIRALRECON:ILLUMINA:PICARD_COLLECTMULTIPLEMETRICS -> setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory #379

Open
grendon opened this issue Apr 19, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@grendon
Copy link

grendon commented Apr 19, 2023

Description of the bug

I am running release 2.6.0 of the viralrecon pipeline. It aborts when it gets to this step

NFCORE_VIRALRECON:ILLUMINA:PICARD_COLLECTMULTIPLEMETRICS.

It looks like the problem is with the picard singularity container. It is not setting up a bunch of global variables.

I had to rerun the pipeline with skip_picard_metrics: true in order to force it to skip this step and complete the rest of the analyses. But it was just a temporary fix.

I am appending .command.err .command.run .command.sh for this failed process to help with troubleshooting.

Thanks in advance for your help.

Command used and terminal output

No response

Relevant files

command.err.txt
command.run.txt
command.sh.txt

System information

Nextflow version: 22.10.1
Hardware: HPC
Executor: slurm
Container engine: Singularity
OS: Rocky Linux 8.5 (Green Obsidian)
Version of nf-core/viralrecon: 2.6.0

@grendon grendon added the bug Something isn't working label Apr 19, 2023
@maxulysse
Copy link
Member

Hi @grendon, I'm not sure this is due to the singularity container.
These WARNINGS in the .command.err seems concerning to me:

WARNING	2023-04-18 15:20:56	CollectAlignmentSummaryMetrics	No Read length histograms to plot.
WARNING	2023-04-18 15:20:56	CollectBaseDistributionByCycle	No valid bases found in input file. No plot will be produced.
WARNING	2023-04-18 15:20:56	CollectInsertSizeMetrics	All data categories were discarded because they contained < 0.05 of the total aligned paired data.
WARNING	2023-04-18 15:20:56	CollectInsertSizeMetrics	Total mapped pairs in all categories: 0.0
WARNING	2023-04-18 15:20:56	MeanQualityByCycle	No valid bases found in input file. No plot will be produced.
WARNING	2023-04-18 15:20:56	QualityScoreDistribution	No valid bases found in input file. No plot will be produced.
[Tue Apr 18 15:20:56 GMT 2023] picard.analysis.CollectMultipleMetrics done. Elapsed time: 0.00 minutes.

Can you check if the files are not empty, and if not, that singularity is properly configured so that Nextflow can read the files properly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants