-
Notifications
You must be signed in to change notification settings - Fork 6
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
New JSON format on MultiQC 1.20 #11
Comments
No, but thanks for the reminder. I'll take a look. |
So it seems that the format is fundamentally the same, the only difference is that it now uses Plotly, so I guess that has resulted in a change in the plot data format. For example, Likely I will just have to add some more plot parsers and possibly update the vignette. However, the default functionality works as is, especially if you don't want to extract plot data. |
Hi @fgvieira, can you please test if my branch works for your use case? You can test it using |
Thanks for the super fast reply! Parsing the
But, when parsing
I get an error that seems to be related to modules that were run multiple times. Example data: |
I really don't recommend that you try to grab all the data like this. The |
Hm, some issues I found while trying that branch: Caused by error in `parse_con()`:
! lexical error: invalid char in json text.
"mapped_failed_pct": NaN, "paired in
(right here) ------^
Run `rlang::last_trace()` to see where the error occurred. (its output from nf-core/rnaseq, so easily reproducible: see here for the file - https://nf-co.re/rnaseq/3.14.0/results/rnaseq/results-b89fac32650aacc86fcda9ee77e00612a1d77066/aligner_star_salmon/multiqc/star_salmon/multiqc_report_data/) Been using the JSON file |
Thanks Michael - I'll make sure the multiqc module in rnaseq gets upgraded to 1.23 which should address the issue mentioned :) |
Does
TidyMultiqc
supports the new json format onMultiQC
version1.20
(MultiQC/MegaQC#519)?The text was updated successfully, but these errors were encountered: