MultiQC / MegaQC

Web application to collect and visualise data across multiple MultiQC runs.
http://megaqc.info/
GNU General Public License v3.0
94 stars 28 forks source link

Parse JSON from MultiQC 1.20 (Plotly) #519

Open vladsavelyev opened 7 months ago

vladsavelyev commented 7 months ago

Support the new Plotly JSON dumps from MultiQC 1.20. Works with both old and new style dumps.

Fixes https://github.com/MultiQC/MegaQC/issues/518

multimeric commented 6 months ago

Thanks for this. Can you add a test that validates it using a new multiqc JSON file?

vladsavelyev commented 6 months ago

@multimeric - added the tests 👍

fgvieira commented 6 months ago

@vladsavelyev can you fix the tests?