-
Notifications
You must be signed in to change notification settings - Fork 603
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
The 'picard' MultiQC module broke #1395
Comments
Most probably this error was caused by passing through a ',' (comma) instead of a '.' (point) as decimal_point in a remote ssh session (I am from Belgium). I am running a test at the moment. |
I think that the error is because MultiQC is picking up the snakemake cache files and treating them as if they were from Picard. I don't really understand why it's picking the file up though, it should be ignored due to the default MultiQC config: Are you using a custom MultiQC config anywhere? eg. a Phil |
I am not using a custom multiqc_config.yml file. Moving the .snakemake-folder to a location multiQC cannot find them anymore, raises the same error on snakejob log-files. Again moving these, raises the same error on hsmetrics-files. Again moving these, no error is raised. So taking a look in the hsmetrics-files and comparing these with a collaborator who is running MultiQC without error, we noticed the ',' instead of '.' . Still testing. I am following https://stackoverflow.com/questions/29609371/how-do-not-pass-locale-through-ssh for setting up my ssh connection not passing locale config. |
The 'picard' module did not break anymore, tested 2 times. |
ok, interesting! Nice that you were able to get around the locale issue. I don't understand why that should have any effect though to be honest - the snippet I posted above should ignore any path that includes |
Ok after a little testing, I realised that it should have been Thanks for reporting! Phil |
Description of bug:
No MultiQC report. When rerunning with
multiqc .
same error and an incomplete report is generated.MultiQC Error log:
File that triggers the error:
This file:
./.snakemake/metadata/bG9ncy8zNjc2XzA1OF9wb29sXzFfUzU4X0wwMDFfaHNfbWV0cmljcy50eHQ=
:MultiQC run details (please complete the following):
Additional context
Run as part of a snakemake pipeline.
also rerunning
multiqc . -x .snakemake
gives the same error and an incomplete report.The text was updated successfully, but these errors were encountered: