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

Question marks in Picard output #481

Open Yu-jinKim opened 1 year ago

Yu-jinKim commented 1 year ago

Question

How does MegaQC handle the question marks that you can get in the Picard suite? More specifically how do you store them and how do you handle their plotting?

https://sourceforge.net/p/samtools/mailman/samtools-help/thread/CAEwHMLEAdhWd-C+ELWHZ00NQ5B=UbpK-0DLD21EZjvNL7WOSPQ@mail.gmail.com/

multimeric commented 1 year ago

I haven't tried it myself, but it will ingest whatever MultiQC outputs. The Picard module for MultiQC will have the answers you're after. You can try to run MultiQC on some data with this issue and see what it looks like in the resulting JSON file.

Yu-jinKim commented 1 year ago

They are ingested as I can find the question mark in the multiqc_data.json file. It also looks like they are omitted in the plotting.

image image

Is that the intended behaviour?